On Sun, Mar 02, 2008 at 04:42:29PM +1100, hce wrote: > All right, it's done. The next problem is that eth0 is not assigned IP > address, it has following statement in the /etc/network/interfaces. I > can see eth0 without IP address. That machine was running on FC5 > before and has no problem to network connection. > > allow-hotplug eth1 ------------------^^^ Typo?
> iface eth1 inet dhcp
You didn't say, so I'm guessing you are not using dhcp. If this is the
case then you will have to put the following in /e/n/interfaces (replace
the numbers with the real ones):
---[ /etc/network/interfaces ]---
allow-hotplug eth0
iface eth0 inet static
address 192.168.123.123
netmask 255.255.255.0
gateway 192.168.123.1
dns-nameservers 123.123.123.123 123.123.123.124
---------------------------------
The last line works only if you have the package resolvconf installed,
otherwise you will have to edit /etc/resolv.conf by hand.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
signature.asc
Description: Digital signature

