Miguel Oyarzo O. escribió: > En la maquina agregamos 3 tarjetas de red. > Funciona todo muy estable, pero al reiniciar las interfaces > con "/etc/init.d/networking restart" > el script es capaz de levantar solo la interfaz eth0 > arrojando este mensaje en la consola, para las demas intefaces: > > if-up.d/mountnfs[eth1]: waiting for interface eth1 before doing NFS mounts > if-up.d/mountnfs[eth1]: waiting for interface eth2 before doing NFS mounts
¿Cual es el resto del archivo interfaces? Acá tengo eth1 y eth2 y funciona bien. -- Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC "Escucha y olvidarás; ve y recordarás; haz y entenderás" (Confucio) From [EMAIL PROTECTED] Tue Apr 29 18:04:37 2008 From: [EMAIL PROTECTED] ([EMAIL PROTECTED]) Date: Tue Apr 29 18:04:43 2008 Subject: debian leny y error al levantar multiples intefaces In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> 2008/4/29 Alvaro Herrera <[EMAIL PROTECTED]>: > Miguel Oyarzo O. escribió: > > > En la maquina agregamos 3 tarjetas de red. > > Funciona todo muy estable, pero al reiniciar las interfaces > > con "/etc/init.d/networking restart" > > el script es capaz de levantar solo la interfaz eth0 > > arrojando este mensaje en la consola, para las demas intefaces: > > > > if-up.d/mountnfs[eth1]: waiting for interface eth1 before doing NFS > mounts > > if-up.d/mountnfs[eth1]: waiting for interface eth2 before doing NFS > mounts > > ¿Cual es el resto del archivo interfaces? Acá tengo eth1 y eth2 y > funciona bien. Si el resto del archivo... yo tengo eth0 , eth1, eth0:1, eth0:2, etc. > > > -- > Alvaro Herrera > http://www.amazon.com/gp/registry/5ZYLFMCVHXC > "Escucha y olvidarás; ve y recordarás; haz y entenderás" (Confucio) > -- Andrés Esteban Ovalle Gahona (kill-9) Msn: [EMAIL PROTECTED] Ingenieria Ejecución Computación e Informática Web: http://aovalle.tuxserv.cl Movil: 09-5791839 Staff DebianChile.cl / Coordinador de Proyectos GDSOL Usuario Linux #456290 (counter.li.org) From [EMAIL PROTECTED] Tue Apr 29 18:11:48 2008 From: [EMAIL PROTECTED] (Miguel Oyarzo O.) Date: Tue Apr 29 18:12:10 2008 Subject: debian leny y error al levantar multiples intefaces In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> At 17:51 29/04/2008, Alvaro Herrera wrote: >Miguel Oyarzo O. escribió: > > > En la maquina agregamos 3 tarjetas de red. > > Funciona todo muy estable, pero al reiniciar las interfaces > > con "/etc/init.d/networking restart" > > el script es capaz de levantar solo la interfaz eth0 > > arrojando este mensaje en la consola, para las demas intefaces: > > > > if-up.d/mountnfs[eth1]: waiting for interface eth1 before doing NFS mounts > > if-up.d/mountnfs[eth1]: waiting for interface eth2 before doing NFS mounts > >¿Cual es el resto del archivo interfaces? Acá tengo eth1 y eth2 y >funciona bien. > >-- >Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC Asi mira ============================ auto lo iface lo inet loopback # The primary network interface # allow-hotplug eth0 auto eth0 auto eth1 auto eth2 iface eth0 inet static address 172.16.4.8 netmask 255.255.255.0 network 172.16.4.0 broadcast 172.16.4.255 # gateway 0.0.0.0 iface eth1 inet static address 201.236.88.aa netmask 255.255.255.bb network 201.236.88.cc broadcast 201.126.88.dd # gateway 0.0.0.0 iface eth2 inet static address 172.16.2.1 netmask 255.255.255.0 network 172.16.2.0 broadcast 172.16.2.255 # gateway 0.0.0.0 ============================== (los # solo son pruebas infructuosas) Que opinas? Saludos, Miguel Oyarzo O. Austro Internet S.A. Punta Arenas