Gentoo Archives: gentoo-user

From: Joost Roeleveld <joost@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Can't find eth0?
Date: Thu, 05 Apr 2007 11:01:49
Message-Id: 60300.10.1.4.14.1175770842.squirrel@localhost
In Reply to: Re: [gentoo-user] Re: Can't find eth0? by Chuanwen Wu
1 > 2007/4/4, Alexander Skwar <listen@×××××××××××××××.name>:
2 >> Chuanwen Wu <wcw8410@×××××.com> wrote:
3 >>
4
5 <snip>
6
7 >> > Or if I use eth3,what do I need to do to fix it?
8 >> > Cause after I changed eth0 to eth3 in cond.d/net and added eth3 to
9 >> > rc-update,when I boot up my machine,new error occur:
10 >> >
11 >> > Bringing up eth3
12 >> > default
13 >> > No load modules provide "default" (default-start)
14 >>
15 >> I doubt that this is related to the fact that the interface
16 >> is called "eth3" instead of "eth0". On my machine, I also
17 >> have no "eth0", just a "tg3".
18 >>
19 >> What do you have in /etc/conf.d/net?
20 > When I use eth3,my conf.d/net is:
21 >
22 > config_eth3=( "192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255" )
23 > config_eth3=( "default gw 192.168.83.254" )
24
25 Try changing that to:
26 config_eth3=( "192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255" )
27 routes_eth3=( "default gw 192.168.83.254" )
28
29 That should solve your problem, for comparison, this is what I have in my
30 /etc/conf.d/net:
31 config_dmz2=( "10.1.4.11 netmask 255.255.255.0 broadcast 10.1.4.255" )
32 routes_dmz2=( "default gw 10.1.4.1" )
33
34 Kind regards,
35
36 Joost Roeleveld
37
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Can't find eth0? Chuanwen Wu <wcw8410@×××××.com>