Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] network configuration problem
Date: Sat, 30 Dec 2006 00:58:51
Message-Id: 7797aa370612291654kb285a1dy8af14d40aad46674@mail.gmail.com
In Reply to: Re: [gentoo-user] network configuration problem by Dan
1 2006/12/30, Dan <dan@×××××××××.cx>:
2 > On Fri, 29 Dec 2006 09:27:46 +0800
3 > "Chuanwen Wu" <wcw8410@×××××.com> wrote:
4 >
5 > > 2006/12/28, Oliver Schmidt <oli@×××××××××××.ch>:
6 > > > Hello Chuanwen
7 >
8 > > But everytime I do
9 > > #/etc/init.d/net.eth0 start or
10 > > #/etc/init.d/sshd start
11 > > the error is still all the same : MYIP already taken on eth0.
12 > > How can I fix the problem,now?
13 >
14 > assuming you were just doing that or have by now, mind
15 > sending /etc/conf.d/net ?
16 I have sent my /etc/conf.d/net in my first email.Just as below:
17
18 # cat /etc/conf.d/net
19 config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
20 routes_eth0=( "default gw 202.114.26.193" )
21
22 After
23 #ifconfig eth0 MYIP
24 #route add default gw MYGW
25
26 I can connect the internet now,just like ping www.google.com.
27 But as I said ,every time I do
28 #/etc/init.d/net.eth0 start
29 the error appear: MYIP already taken on eth0.
30
31 And I also can't start sshd and ftp because they need to start net.eth0...
32 > --
33 > gentoo-user@g.o mailing list
34 >
35 >
36
37
38 --
39 wcw
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] network configuration problem Strong Cypher <cypherstrong@×××××.com>