Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] network configuration problem
Date: Fri, 29 Dec 2006 01:32:01
Message-Id: 7797aa370612281727i3a8b3644n71182dd104d8846@mail.gmail.com
1 2006/12/28, Oliver Schmidt <oli@×××××××××××.ch>:
2 > Hello Chuanwen
3 >
4 > You can't ping a host out of you lan because after use ifconfig, no default gateway is set.
5 > You can set this using these two lines:
6 >
7 > ifconfig eth0 192.168.0.1 up
8 > route add default gw 192.168.0.254
9 Yeah,I can ping the host out of my Lan now,just like
10 www.google.com.And now i can do emerge *** .Thank you!!!
11 But everytime I do
12 #/etc/init.d/net.eth0 start or
13 #/etc/init.d/sshd start
14 the error is still all the same : MYIP already taken on eth0.
15 How can I fix the problem,now?
16 >
17 > (192.168.0.254 is my default gateway)
18 >
19 > Please compile the nic-driver static into the kernel .... let me know the outcome.
20 >
21 I have compile the driver into the kernel.And the result is just as
22 what i say above.
23 > best regards
24 > Oliver
25 >
26
27
28
29 --
30 Best regards,
31 wcw
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] network configuration problem Dan <dan@×××××××××.cx>