From owner-freebsd-questions Sat Jun 5 23:52:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id E6AC714CEC for ; Sat, 5 Jun 1999 23:52:49 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2112.bossig.com [208.26.242.112]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id XAA20391; Sat, 5 Jun 1999 23:52:36 -0700 (PDT) Message-ID: <375A1A15.95B3383E@3-cities.com> Date: Sat, 05 Jun 1999 23:49:57 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Brian Pontz Cc: Jason Evans , freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a network References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Which version of the system are you using? The way you did an ifconfig in rc.conf changed between 2.2.8 and 3.2-stable. Brian Pontz wrote: > > Thanks... I did already have that set to 10.0.0.1 since that is the router > when I use dialup. The one thing I see different when I do ifconfig -a on > both mahines is that the broadcast for eth0 on the linux box is 10.0.0.0 > and on the freeBSD box (ed1) it is 10.0.0.255 . Icant figure out how to > make it 10.0.0.0 I don't think it should be since you want it to look at 10.0.0.0-255. I was surprised to see ed1 instead of ed0. My ifconfig -a is fxp0: flags=8847 mtu 1500 inet 169.254.0.3 netmask 0xffff0000 broadcast 169.254.255.255 ether 00:90:27:42:f3:17 media: 100baseTX status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UT P 10baseT/UTP lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 I would change your host to localhost.chanl1.com localhost and add the other two machines to your host table. Each IP address should only be in there one time. Kent > > Brian > > Windows 95 > 32-bit extensions and a graphical shell > for a 16-bit patch > to an 8-bit operating system > originally coded for a 4-bit microprocessor, > written by a 2-bit company > that can't stand for 1 bit of competition. > > On Sat, 5 Jun 1999, Jason Evans wrote: > > > Everything you present in your email looks okay to me (though I'm no > > networking expert). The next thing I would look at is the routing table. > > Type 'netstat -nr' to see what routes are set up. I'm guessing that you > > don't have a default route (a default route has the word 'default' as the > > first word of the line) set up. You can manually add a default route with > > the 'route' command. I think that changing: > > > > defaultrouter="NO" > > > > to > > > > defaultrouter="10.0.0.1" > > > > (assuming 10.0.0.1 is your gateway) in /etc/rc.conf will cause a default > > route to be added during boot. > > > > Jason > > > > Jason Evans > > http://www.canonware.com/~jasone > > Home phone: (650) 856-8204 > > Work phone: (415) 808-8742 > > "I once knew a happy medium. Her name was Zohar." - James Foster > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message