On 21/07/10 17:09, Dan McGhee wrote:
> Had to change GATEWAY to 192.168.1.100 to stop NETLINK errors. I cannot,
> however, ping my router.

Could you tell us what the errors are? Maybe something needs tweaking in 
your kernel config?

Have you tried setting up the network by hand? Eg, as root

ip addr add 192.168.1.2 dev eth0
ip link set eth0 up
ip route add 192.168.1.1 dev eth0
ip route add default via 192.168.1.1 dev eth0

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to