View previous topic :: View next topic |
Author |
Message |
vibidoo Guru


Joined: 27 Nov 2002 Posts: 409
|
Posted: Fri Dec 13, 2002 4:47 pm Post subject: 2 Lan card How TO ? |
|
|
I am sorry to ask this simple question But I don't find any Networking guide for Noob .
After installing succefully , sharing internet , KDE , DVD Player , I would like to improve more about Networking . But I can't find any guide for Gentoo.
So how to initialize and bring up eth1 , the lan is already compile on kernel and I can see it with
#cat /proc/pci
Thanks in advance |
|
Back to top |
|
 |
UnderScore n00b


Joined: 14 Jul 2002 Posts: 25 Location: Long Island, NY, USA
|
Posted: Fri Dec 13, 2002 7:19 pm Post subject: |
|
|
edit /etc/init.d/net.eth
or /etc/conf.d/net.eth
( i am not at my gentoo box)
its the same file you edited to have either a static IP or dhcp.
There should be commented out line that references eth1.
either set eth1 to dhcp or static IP.
That should do it. You may need an additional gateway for that NIC & you can add that with # route.
I hope this helps and I hope someone can contribute more. I'm on my lunch break
James |
|
Back to top |
|
 |
int1 Tux's lil' helper

Joined: 08 Nov 2002 Posts: 139
|
Posted: Sat Dec 14, 2002 1:37 am Post subject: another option.... |
|
|
If you didn't want both cards up at the same time, you could use something like the init script I wrote for my laptop, which moves between work, home, and wireless at home. See:
https://forums.gentoo.org/viewtopic.php?t=22717&highlight=
Hope this helps!
int1 |
|
Back to top |
|
 |
vibidoo Guru


Joined: 27 Nov 2002 Posts: 409
|
Posted: Mon Dec 16, 2002 12:50 pm Post subject: |
|
|
Thanks for all .
Cheers  |
|
Back to top |
|
 |
|