El lun, 14-07-2003 a las 15:58, Rodriguez Hugo escribi�: > alguien seria tan amable de comentar como se hace para configurar > manualemnte > un linux con dos placas de red?
Este es mi /etc/network/interfaces ----------------------------------------- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 network 192.168.0.1 broadcast 192.168.0.255 gateway 192.168.0.254 auto eth1 iface eth1 inet static address 192.168.1.254 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 -------------------------------------------------- un saludo, victor > > desde ya agradesco sus comentarios y/o sugerencias > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > >

