Re: how to connect two PC's with a cross-over ethernet cable?

From: John Floren (jfloren_at_moseslake-wa.com)
Date: 08/21/04

  • Next message: Jacob S.: "Re: perl module --> debian package name"
    Date: Sat, 21 Aug 2004 13:08:26 -0700
    To: Bram Mertens <bram-mertens@linux.be>
    
    

    Bram Mertens wrote:

    > I suppose I will have to create a file /etc/network/interfaces that
    > contains:
    > --- new /etc/network/interfaces --
    > auto lo eth0
    >
    > iface lo inet loopback
    >
    > iface eth0 inet static
    > 192.168.0.1
    > 255.255.255.0
    >
    > iface ppp0 inet ppp
    > provider dsl-provider
    Here is what I would do if I had two computer connected by crossover and
    a ppp connection to the internet:
    /etc/network/interfaces:
    auto lo eth0

    iface lo inet loopback

    iface eth0 inet static
             address 192.168.1.1
             netmask 255.255.255.0
             broadcast 192.168.1.255

    This has worked for me in the past.
    Good Luck

    Digi

    -- 
    http://nuwen.net/~digi/cluster
    Hmmm ... an arrogant bouquet with a subtle suggestion of POLYVINYL
    CHLORIDE ...
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Jacob S.: "Re: perl module --> debian package name"

    Relevant Pages