From owner-freebsd-questions Sun Sep 13 23:02:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06184 for freebsd-questions-outgoing; Sun, 13 Sep 1998 23:02:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06178 for ; Sun, 13 Sep 1998 23:02:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id XAA01779; Sun, 13 Sep 1998 23:02:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Sun, 13 Sep 1998 23:02:25 -0700 (PDT) From: Doug White To: Alex Kiaos cc: freebsd-questions@FreeBSD.ORG Subject: Re: How do I set a up a peer to peer network In-Reply-To: <35FBA9D0.9A27B2C9@wr.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Sep 1998, Alex Kiaos wrote: > My name is Alex Kiaos and I have a question regarding networking. > > I want to set up peer to peer networking using FreeBSD using RJ-45 > and a cross-over cable. > > At the moment, the system detects my SMC card as ed0, > however, what steps do I need to take from here to make it TCP/IP > aware? It is automatically. All you have to do is assign the interface an IP and netmask using ifconfig and you should be set to go. Note that a point-to-point Ethernet is kinda pointless; I'd suggest buying a hub instead, just to give you room for expandability. But this is a good setup: node 1: `ifconfig 192.168.0.1 netmask 255.255.255.0` node 2: `ifconfig 192.168.0.2 netmask 255.255.255.0` Now you should be able to `ping` the other side, if your cable works. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message