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

> How can I rename eth3 to eth0?

Modify the file /etc/udev/rules.d/70-persistent-net.rules to suit your needs.
Yeah,I change eth3 to eth0 and it works!Thank you!

> 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" )


Now every time in gentoo,I use the script to start the eth3:

ifconfig eth3 192.168.83.123 broadcast 192.168.83.255 netmask 255.255.255.0 up
route add default gw 192.168.83.254

Alexander Skwar

--
gentoo-user@gentoo.org mailing list




--
wcw
--
gentoo-user@gentoo.org mailing list

Reply via email to