Diferencia entre revisiones de «Configuración de la red»
Ir a la navegación
Ir a la búsqueda
(Página creada con 'mrodriguez@polonio:~$ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see in...') |
m |
||
Línea 23: | Línea 23: | ||
address 10.100.1.1 | address 10.100.1.1 | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
+ | |||
+ | |||
+ | [[Category:Descontinuadas]] |
Revisión actual - 16:40 14 ene 2022
mrodriguez@polonio:~$ cat /etc/network/interfaces
- This file describes the network interfaces available on your system
- and how to activate them. For more information, see interfaces(5).
- The loopback network interface
auto lo iface lo inet loopback
- The primary network interface
auto eth0 iface eth0 inet static address 164.73.234.111 netmask 255.255.255.0 gateway 164.73.234.1 dns-domain taller.curerocha.edu.uy dns-nameservers 164.73.234.104,164.73.128.5
- Interfaz Pedida por los Profes
- allow-hotplug eth0:0
auto eth0:0
- iface eth0:0 inet dhcp
iface eth0:0 inet static address 10.100.1.1 netmask 255.255.255.0