[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Multiple NICs with Monolithic kernel



Michael West wrote:
I am having trouble setting up a system for 3 nic cards with a monolithic
kernel ( 2.4.18 )

The three cards are identical and use the eepro100 driver.

For testing I have them set up on the same sub-net.  All three cards are
getting assigned all three ips.

I am not passing any kernel parameters

Here is my /etc/network/interfaces

I think broadcast addresses are set automatically, and you don't
need gateways if you have no external network. The three NICs use
three separate cables, so these are three different nets:

------------------
auto lo eth0 eth1 eth2
iface lo inet loopback

iface eth0 inet static
    address 10.0.1.10
    netmask 255.255.255.0
    network 10.0.1.0

iface eth1 inet static
    address 10.0.2.10
    netmask 255.255.255.0
    network 10.0.2.0

iface eth2 inet static
    address 10.0.3.10
    netmask 255.255.255.0
    network 10.0.3.0
------------------------




Reply to: