One thing... when your system boots up, you don't have an address or the interface is simply down (not showned in ifconfig)? Just for testing, add the following line in your /etc/rc.local file and reboot:
ifconfig eth2 up & If that doesn't do the job, try adding the folowing instead: ifconfig eth2 up & dhclient3 eth2 & Later post here the results... Sex, 2008-06-06 às 12:16 +0100, nicolas diogo escreveu: > here it is Javi, > > $ cat /etc/network/interfaces > auto lo eth0 eth1 eth2 > iface lo inet loopback > iface eth0 inet static > address 172.1.1.1 > netmask 255.255.255.0 > broadcast 172.1.1.255 > iface eth1 inet static > address 172.0.0.1 > netmask 255.255.255.0 > broadcast 172.0.0.255 > iface eth2 inet dhcp > > > > > > > ______________________________________________________________________ > Sent from Yahoo! Mail. > A Smarter Email. > > _______________________________________________ > Ebox-user mailing list > [email protected] > https://lists.warp.es/mailman/listinfo/ebox-user
_______________________________________________ Ebox-user mailing list [email protected] https://lists.warp.es/mailman/listinfo/ebox-user
