On Fri, 31 Dec 1999, usef wrote:
> I'm trying to setup my RH6.0 as a gateway but have a problem.
>
> The problem is how to get my second NIC (which is connected to the
> internal LAN - 192.168.1.x) to be recognized? I want to assign it with
> irq=5 and io=0x320.
when booting, the kernel stops searching after
it finds one ethernet card, so you have to tell it
that you have more than one. i assume you are using
lilo to boot linux, add this line into your lilo.conf
file:
append = "ether=3,0x300,eth0 ether=5,0x320,eth1"
and run lilo for the changes to take effect. this
tells it that eth0 is at 0x300 irq 3, and eth1 is
at 0x320 irq 5.
edit lilo.conf, run lilo, reboot, and see if it
works.
------------------------------------------------------
hypnos <mailto:[EMAIL PROTECTED]>