Need help, dual NICs, don't know whether this /etc/network/interfaces file is correct

From: Joseph Jones (joe_at_bumpycarrot.cjb.net)
Date: 02/05/04

  • Next message: Monique Y. Herman: "Re: Help to create softlink to libglide2x.so"
    Date: Thu, 05 Feb 2004 02:39:34 +0000
    To: debian-user@lists.debian.org
    
    

    Could someone just check over this for me please? I'm having no end of
    trouble trying to get my nforce's onboard interface working.

    If this isn't the problem, could someone suggest what is? The forcedeth
    patch installed cleanly, and appears to be trying to work.

    Many thanks

    Joe.

    /etc/network/interfaces follows:

    # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

    # The loopback interface
    auto lo
    iface lo inet loopback

    # The first network card - this entry was created during the Debian
    installation
    # (network, broadcast and gateway are optional)
    auto eth0
    iface eth0 inet static
            address 192.168.8.21
            netmask 255.255.255.0
            network 192.168.8.0
            broadcast 192.168.8.255
            gateway 192.168.8.1

    auto eth1
    iface eth1 inet static
            address 192.168.8.33
            netmask 255.255.255.0
            network 192.168.8.0
            broadcast 192.168.8.255
            gateway 192.168.8.1

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Monique Y. Herman: "Re: Help to create softlink to libglide2x.so"