> 2007/4/4, Alexander Skwar <[EMAIL PROTECTED]>:
>> Chuanwen Wu <[EMAIL PROTECTED]> wrote:
>>

<snip>

>> > Or if I use eth3,what do I need to do to fix it?
>> > Cause after I changed eth0 to eth3 in cond.d/net and added eth3 to
>> > rc-update,when I boot up my machine,new error occur:
>> >
>> > Bringing up eth3
>> >      default
>> >      No load modules provide "default" (default-start)
>>
>> I doubt that this is related to the fact that the interface
>> is called "eth3" instead of "eth0". On my machine, I also
>> have no "eth0", just a "tg3".
>>
>> What do you have in /etc/conf.d/net?
> When I use eth3,my conf.d/net is:
>
> config_eth3=( "192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255" )
> config_eth3=( "default gw 192.168.83.254" )

Try changing that to:
config_eth3=( "192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255" )
routes_eth3=( "default gw 192.168.83.254" )

That should solve your problem, for comparison, this is what I have in my
/etc/conf.d/net:
config_dmz2=( "10.1.4.11 netmask 255.255.255.0 broadcast 10.1.4.255" )
routes_dmz2=( "default gw 10.1.4.1" )

Kind regards,

Joost Roeleveld

--
gentoo-user@gentoo.org mailing list

Reply via email to