View previous topic :: View next topic |
Author |
Message |
GENsnoop Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/StarCraft/starcraft_protoss_zealot.gif)
Joined: 09 Mar 2004 Posts: 138
|
Posted: Mon Mar 22, 2004 4:41 am Post subject: eth1 at startup; quick question |
|
|
i need to type 'dhcpcd eth1' everytime to load usb cable modem.. how do i get that during boot instead of eth0 ?? thanks ... im a NOOB!!! ![Laughing :lol:](images/smiles/icon_lol.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nofx911 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1177645886405e17f1c36c2.jpg)
Joined: 21 Jan 2004 Posts: 30 Location: Milwaukee, WI
|
Posted: Mon Mar 22, 2004 5:01 am Post subject: |
|
|
Do below as root:
Add:
iface_eth1="dhcp"
To:
/etc/conf.d/net
Then:
cp /etc/init.d/net.eth0 /etc/init.d/net.eth1
Finally:
rc-update add net.eth1 default
If you do not want eth0 to start at default make sure that its not being loaded with:
rc-update -s
Make sure that in the left column it does not say boot, default, or another value. If does, then type:
rc-update del net.eth0 <boot | default | [other value]> |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
GENsnoop Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/StarCraft/starcraft_protoss_zealot.gif)
Joined: 09 Mar 2004 Posts: 138
|
Posted: Mon Mar 22, 2004 5:33 am Post subject: |
|
|
thanks that was easy enough! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|