Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 1997 16:35:39 -0700 (MST)
From:      Charles Mott <cmott@snake.srv.net>
To:        Peter David Roehsler <roehsler@dca.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: one more time -networks
Message-ID:  <Pine.BSF.3.96.970827162957.11620A-100000@darkstar.home>
In-Reply-To: <Pine.BSI.3.96.970827171527.28475C-100000@global.dca.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Aug 1997, Peter David Roehsler wrote:
> I have a small lan, Freebsd and 1 win95. I want the Bsd box to dial out, I
> hav been successful in this, and act as a router for the Win95 box. I have 
> 2.2.1. As far as I can see, I have all the correct inofrmation in
> /etc/sysconfig. I can ping the Win95 machine. I can telnet to the Bsd box.
> So it would appear to me theat the LAN aspect is correct. I run into
> trouble PPPing from the Bsd box. The connection is set up correctly. I can
> ping the device I dial into, but can not get past it. FreeBSD's gateway is
> set as the primary router on our system, and I get nothing. Any help?
> Thanks

You may want to check your routing table with a "netstat -nr" command.  As
an example, this is what I see on my system:

Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            204.228.203.18     UGSc        4        7      tun0
127.0.0.1          127.0.0.1          UH          0       61       lo0
192.168            link#1             UC          0        0 
192.168.0.1        0:80:29:e9:ff:68   UHLW        0        4       lo0
192.168.0.2        0:a0:24:7b:4f:c1   UHLW        0        2       ed1   1189
192.168.0.4        0:60:97:1b:8e:83   UHLW        2   123695       ed1   1193
192.168.0.255      ff:ff:ff:ff:ff:ff  UHLWb       2     3663       ed1
204.228.203.18     204.228.203.140    UH          5        0      tun0

Note that that are two lines for the tun0 ppp tunneling interface.  To
route packets past the ppp server, you need the "default" route.  Check
that your ppp.linkup is correct.

Just for your information, your should also be able to see the ethernet
addresses for the computers on your local network that have been recently
accessed.

Charles Mott




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970827162957.11620A-100000>