Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Network connection repeatedly failing!
Date: Thu, 17 Aug 2006 22:46:05
Message-Id: 44E4F0AE.4020207@gmail.com
In Reply to: Re: [gentoo-user] Network connection repeatedly failing! by Samuel Baldwin
1 Samuel Baldwin wrote:
2 > On a more serious note:
3 >
4 > I get this when I try to run "route add default 10.0.0.1
5 > <http://10.0.0.1>", as on the live CD (I thought I had already
6 > configured the network anyway, in /etc/conf.d/net .
7
8 Have you run '/etc/init.d/net.eth0 start'? Alternatively, is net.eth0
9 in your default runlevel? (hint: try '/etc/init.d/net.eth0 status') Are
10 there any messages from the script (error or otherwise) in
11 /var/log/messages?
12
13 If you actually want to set routes by hand, the command should be 'route
14 add default gw 10.0.0.1' (you're missing 'gw').
15
16 HTH.
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Network connection repeatedly failing! Samuel Baldwin <shardz4217@×××××.com>