Samuel Baldwin wrote:
On a more serious note:
I get this when I try to run "route add default 10.0.0.1
<http://10.0.0.1>", as on the live CD (I thought I had already
configured the network anyway, in /etc/conf.d/net .
Have you run '/etc/init.d/net.eth0 start'? Alternatively, is net.eth0
in your default runlevel? (hint: try '/etc/init.d/net.eth0 status') Are
there any messages from the script (error or otherwise) in
/var/log/messages?
If you actually want to set routes by hand, the command should be 'route
add default gw 10.0.0.1' (you're missing 'gw').
HTH.
--
gentoo-user@gentoo.org mailing list