View previous topic :: View next topic |
Author |
Message |
breedx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Jul 2002 Posts: 10
|
Posted: Sat Nov 23, 2002 2:37 am Post subject: eth0 just went down |
|
|
What is the quickest and easiest way to get eth1 up? I just slapped in a network card but don't have the old install doc from 1.2 that had all the manual commands. I am desperately looking for net-setup script but can not find it. Any help would be appreciated.
thanks
dean |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
reves Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8552196234044f2abaed6f.jpg)
Joined: 25 Jun 2002 Posts: 215 Location: South Florida
|
Posted: Sat Nov 23, 2002 2:48 am Post subject: |
|
|
Copy /etc/init.d/net.eth0 to /etc/init.d/net.eth1 and add it to to the default runlevel:
Code: | cp /etc/init.d/net.eth0 /etc/init.d/net.eth1
rc-update add net.eth1 default |
Also make sure you configure it in /etc/conf.d/net
It's the same as in the 1.4 installation guide. _________________ Robert |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pjp Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1154772887439692d88303b.jpg)
Joined: 16 Apr 2002 Posts: 20589
|
Posted: Sat Nov 23, 2002 2:49 am Post subject: |
|
|
Moved from Installing Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|