View previous topic :: View next topic |
Author |
Message |
thestick Guru
Joined: 07 Apr 2006 Posts: 531 Location: /dev/urandom
|
Posted: Mon May 01, 2006 1:35 pm Post subject: no net.eth1 script in /etc/init.d/ |
|
|
When i installed gentoo , i only had 1 network card , some via onboard card.
i have added a new card to my computer , an realtek , recompiled my kernel.
lspci recognized it
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
and my old one
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74).
actually , what i am tring to do is make a router out of this computer.
the problem is that i don`t know how to configure eth1.
there is no /etc/init.d/net.eth1 script.
how do i create one? |
|
Back to top |
|
|
mutlu_inek Tux's lil' helper
Joined: 20 Nov 2004 Posts: 141
|
|
Back to top |
|
|
bobspencer123 Guru
Joined: 19 Dec 2005 Posts: 544
|
Posted: Mon May 01, 2006 2:01 pm Post subject: |
|
|
or you can actually just copy it
cp /etc/init.d/net.eth0 /etc/init.d/net.eth1 |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
bobspencer123 Guru
Joined: 19 Dec 2005 Posts: 544
|
Posted: Mon May 01, 2006 8:17 pm Post subject: |
|
|
ok thanks for the tip I didn't know that sorry for any incorrect info. |
|
Back to top |
|
|
thestick Guru
Joined: 07 Apr 2006 Posts: 531 Location: /dev/urandom
|
Posted: Tue May 02, 2006 12:21 pm Post subject: |
|
|
copiyng solved |
|
Back to top |
|
|
|