[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with eth0 and 2.2R4



I would like to recommend you use DHCP to configure your interface. Try to
change /etc/network/interfaces as:

   auto lo
   iface lo inet loopback

   auto eth0
   iface eth0 inet dhcp

However, in your current approach, it seems that the address for eth0 is not
configured properly. Can you try:
 
   ifconfig eth0 your.ip.address up

Hope this helps.

Pan



Reply to: