Colegas, he hecho una instalación de Debian Lenny mínima en un servidor con 2 tarjetas de red que usaré como cortafuegos para mi red. La instalación la hice desde un cd (debian-508-i386-netinst.iso)

Al terminar la instación fui al archivo /etc/network/interfaces y agregué una nueva interfaz para mi red interna. Al reiniciar el servicio de red con /etc/init.d/networking restart me aparece el siguiente mensaje:

reconfiguring network interfaces...if-up.d/mountnfs[eth0]: waiting for interfece eth1 before doing NFS mounts (warning)

Esto me llama la atención porque puedo hacer ping al router y a la red interna, en que consistirá este error?

Aquí les dejo la configuración de mi archivo interfeces:

# 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 200.55.147.178
netmask 255.255.255.248
network 200.55.147.176
broadcast 200.55.147.183
gateway 200.55.147.177
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 200.55.128.4 200.55.128.3
dns-search emprequin.local

# The secondary network interface
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.248
network 192.168.1.0
broadcast 192.168.1.7
gateway 200.55.147.178




______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a