If you're using modules you can force the order for two different
ethernet cards like I have below. I'm using a 3Com and a Netgear card
and wanted them in a specific order for my home firewall. Here's the
file and lines I added. Note that the "3c509" and "tulip" are module
names. You can get those names with a "/sbin/lsmod" command once the
cards are working.
file: "/etc/modules.conf"
alias eth0 3c509
alias eth1 tulip
>X-Notice1: ===================================================================
>X-Notice2: NOTICE: email sent to the address mentioned in the Sender: line in
>X-Notice3: this header ([EMAIL PROTECTED]) will NEVER arrive. See Reply-To:
>X-Notice4: ===================================================================
>From: [EMAIL PROTECTED] (Michael O'Donnell)
>Reply-To: [EMAIL PROTECTED]
>Date: Mon, 02 Jul 2001 09:13:49 -0400
>Sender: [EMAIL PROTECTED]
>Precedence: bulk
>X-List-Info: [EMAIL PROTECTED]; Majordomo 1.92
>X-Sender: [EMAIL PROTECTED] (Michael O'Donnell)
>
>
>
>
>> And problem number two, I want to set this machine up as a gateway
>> and I cant get it to recognize my second card. The card is a
>> tulip based netgear FA310Tx. On boot i get the message "eth1:
>> Delaying initialization SIOCADDRT: Device not found [FAILED]" Can
>> anyone get me in the right direction for getting this card to work?
>> the working card in my machine is a linksys lne100tx which I happen
>> two of, so i put the second linksys in and still got that error,
>> so i just put the fa310tx back in.
>
>FYI, my firewall system has a 3c509 talking to my cable modem
>and an 8013 serving my internal network. I compile both drivers
>into the kernel statically (as opposed to using modules) and
>the only way I can force the kernel to recognize the cards
>in the desired order with the desired IO/IRQ parameters is to
>tell LILO to start the kernel with this command line:
>
> append="ether=0xa,0x300,eth0 ether=0xf,0x340,eth1"
>
--------------------------------------------------------------
Robert E. Anderson email: [EMAIL PROTECTED]
Systems Programmer phone: (603) 862-3489
UNH Research Computing Center fax: (603) 862-1761
--------------------------------------------------------------
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************