<see below>
On Tue, 21 Dec 1999, M. Smith wrote:

> I have a problem involving 2 NIC's in a 486 33DX with 16MB RAM and two
> 3c509 cards which I use as a firewall. OS is Red Hat 6.0.
> 
> After installing RH 6.0, I entered linuxconf to set up the two cards.
> Eth0 is IRQ 10 and should connect with the ADSL modem for a DHCP
> address. Eth1 is IRQ 5 and should connect with the local network with
> a 192,168.1.* address.
> 
> The problem is no matter whether I change card 0 or 1 in linuxconf,
> both are set to the same IRQ when the change is activated.
> 
> I tried using a text editor and changing the settings in
> /etc/conf.modules. No good. I enter settings as follows:
> 
>   alias eth0 3c509
>   alias eth1 3c509
>   options 3c509 irq=10,5
> 
> I also tried:
>   alias eth0 3c509
>   options 3c509 irq=10
>   alias eth1 3c509
>   options 3c509 irq=5


for my NE ISA cards:
-----conf.modules
alias eth0 ne
alias eth1 ne
options ne io=0x300,0x340
-----
-----lilo.conf
append="ether=9,0x300,eth0 ether=10,0x340,eth1"
----- located right before hte 'map=/boot/map' statement

Try and let me know if it works....


Jason

> Neither one maintains separate settings for the two NICs. Am I missing
> something or do I just have a corrupted installation?
> 
> 
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 
> 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to