Click to See Complete Forum and Search --> : Two ethernet cards
sajchurchey
01-08-2003, 02:12 AM
I have two ethernet cards on my RH 8.0 box: a 3Com and an Intel Pro 100. So far, it only picked up and configured the 3Com. I know it recognizes the Intel b/c I've installed it on a RH installation b4. How can I configure the other ethernet card, the Intel?
0x12d3
01-08-2003, 02:44 AM
ifconfig eth1 192.168.1.3
(of course you'll put the actual address it should have). ps if you get a 'no network device' type error do a lsmod to make sure it's installed
sajchurchey
01-08-2003, 09:23 AM
Originally posted by 0x12d3
ifconfig eth1 192.168.1.3
(of course you'll put the actual address it should have). ps if you get a 'no network device' type error do a lsmod to make sure it's installed
What if that card is on a dhcp network?
z0mbix
01-08-2003, 10:01 AM
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/s1-networkscripts-interfaces.html
mdwatts
01-08-2003, 08:16 PM
Add
alias eth0 <module name>
alias eth1 <module name>
to /etc/modules.conf