All of lore.kernel.org
 help / color / mirror / Atom feed
From: NoTellin <notellin@speakeasy.net>
To: Linux Kernel Development <linux-kernel@vger.kernel.org>
Subject: Multiple NIC cards in the same machine and 2.5/2.6
Date: Sat, 21 Feb 2004 08:15:55 -0500	[thread overview]
Message-ID: <200402210815.55770.notellin@speakeasy.net> (raw)

I use an iptables based firewall. I currently have 4 NIC cards in 
the machine.

My modules.conf file contains the following lines:

alias eth0 ne
alias eth1 ne
options eth0 -o ne-0 io=0x300 irq=3
options eth1 -o ne-1 io=0x200 irq=5
alias eth2 winbond-840
alias eth3 3c509

This works perfectly fine for the 2.4.x series of kernels up to 
and including 2.4.24

However, I can't get this to work in any 2.5/2.6 kernel. The 2.6 
series of kernels will recognize that there are 3 nic cards but 
doesn't seem to accept 2 copies of the ne nic drivers in memory. 
I've tested this up to and including 2.6.3.

I've tried researching this on the 'Net but I've only been able to 
find references suitable for the 2.4 and lesser series of 
kernels. Could someone point me to the equivalent information for 
2.5/2.6 and higher?

Configuration:

90 MHz Pentium Classic, 64 meg ram, 3 gig hardrive.

eth0 - ISA NE2000 - ADSL connection to Internet
eth1 - ISA NE2000 - Lan Segment 2 connection
eth2 - PCI Windbond - Lan segment 1 connection
eth3 - ISA 3com - Cable Modem (backup) connection to the Internet.

Thank you everyone.
Guy


-- 
Free Speech is better than Free Beer

             reply	other threads:[~2004-02-21 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-21 13:15 NoTellin [this message]
2004-02-21 15:33 ` Multiple NIC cards in the same machine and 2.5/2.6 Sergey Vlasov
2004-02-21 22:39   ` NoTellin
2004-02-22  9:39     ` Sergey Vlasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200402210815.55770.notellin@speakeasy.net \
    --to=notellin@speakeasy.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.