Re: configuring multiple NIC's at boot

2002-04-20 Thread David Smead
I have 5 nics in a box, ISA 3Com units with pnp disabled. When you are using the same driver for multiple NICs, they get allocated to interfaces with the lowest MAC address getting eth0, etc. up the line. At least this is the way the 3Com driver works on ISA NICs. Once you know the MAC address o

Re: configuring multiple NIC's at boot

2002-04-20 Thread Elizabeth Barham
Pollywog <[EMAIL PROTECTED]> writes: > It does now, but when I had support for both cards compiled into the > kernel, the 3Com card did not get eth0, it got eth1 and the DSL's > NIC got eth0 and I could not think of a way to control this. You can pass kernel parameters in during boot for this.

Re: configuring multiple NIC's at boot

2002-04-20 Thread Osamu Aoki
This is based on my vague memory and guess ... On Sat, Apr 20, 2002 at 04:39:42PM +, Pollywog wrote: > On 2002.04.20 16:30 Sean 'Shaleh' Perry wrote: > > > >On 20-Apr-2002 Pollywog wrote: > >> When I got DSL, I had a problem with my two NICS's. Things would > >usually > >> end up with the NIC

Re: configuring multiple NIC's at boot

2002-04-20 Thread Sean 'Shaleh' Perry
>> >> the way this works is the first driver to be loaded gets eth0. So the >> 3Com you >> compiled into the kernel SHOULD be setup as eth0. > > It does now, but when I had support for both cards compiled into the > kernel, the 3Com card did not get eth0, it got eth1 and the DSL's NIC got > et

Re: configuring multiple NIC's at boot

2002-04-20 Thread Pollywog
On 2002.04.20 16:30 Sean 'Shaleh' Perry wrote: On 20-Apr-2002 Pollywog wrote: > When I got DSL, I had a problem with my two NICS's. Things would usually > end up with the NIC's being assigned the wrong addresses. > What I did to correct this mess was to have the DSL modem's NIC get > configured

Re: configuring multiple NIC's at boot

2002-04-20 Thread Sean 'Shaleh' Perry
On 20-Apr-2002 Pollywog wrote: > When I got DSL, I had a problem with my two NICS's. Things would usually > end up with the NIC's being assigned the wrong addresses. > What I did to correct this mess was to have the DSL modem's NIC get > configured in /etc/init.d/local. > > > What is the best

configuring multiple NIC's at boot

2002-04-20 Thread Pollywog
When I got DSL, I had a problem with my two NICS's. Things would usually end up with the NIC's being assigned the wrong addresses. What I did to correct this mess was to have the DSL modem's NIC get configured in /etc/init.d/local. What is the best way to avoid this type of problem? BTW, the