[EMAIL PROTECTED] wrote:
On Sun, 30 Mar 2003 13:56:15 -0600
Nathan E Norman <[EMAIL PROTECTED]> wrote:


auto eth1
iface eth1 inet static
address 192.168.1.1 <------
network 192.168.1.0 netmask 255.255.255.252
broadcast 192.168.1.3


auto eth2
iface eth2 inet static
    address 192.168.1.5         <------
    network 192.168.1.4
    netmask 255.255.255.252
    broadcast 192.168.1.7



Wouldn't it be easier to just use:


192.168.1.1 for eth1
192.168.2.1 for eth2

This should work:


auto lo eth0 eth1 eth2

iface lo inet loopback

iface eth0 inet static
        address 192.168.0.1
        netmask 255.255.255.0
        network 192.168.0.0

iface eth1 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0

iface eth2 inet static
        address 192.168.2.1
        netmask 255.255.255.0
        network 192.168.2.0


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to