Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 1997 03:09:10 -0500 (CDT)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Joel Gwynn <joelman@world.std.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ppp
Message-ID:  <Pine.BSF.3.96.971020030509.29774A-100000@shell.futuresouth.com>
In-Reply-To: <342F9918.6D5E@world.std.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Sep 1997, Joel Gwynn wrote:

> I'm trying to get user ppp to work.  My provider uses slirp and
> dynamically assigns my IP, but their
> DNS is always 192.74.137.5.  ppp seems to connect.  When I type 'show
> log', this is what I get:
> 
> [671] Using interface: tun0
> [671] PPP Started.
> [671] Phone: 7399753
> [671] *Connected!
> [671] Phase: Authenticate
> [671] Phase: Network
> [671]  myaddr = 208.192.100.16 hisaddr = 192.74.137.5
> [671] OsLinkup: 192.74.137.5
> 
> But when I try to ping the DNS, nothing happens:
> 
> PING 192.74.137.5 (192.74.137.5): 56 data bytes
I'm 99% sure I know what the problem is.
netstat -r shoudl show something like a route from one IP to another.  The
other is the gateway, and the first is you.  That didn't make any sense,
did it?
Here's what you do:
make sure you have a /etc/ppp/ppp.linkup file.  If not, copy it from
/etc/ppp/ppp.linkup.sample.  If you don't even have THAT, put this in
/etc/ppp/ppp.linkup:
MYADDR:
 add 0 0 HISADDR

That'll setup the route so your machine knows how to get out.  At present,
you have no route setup form your computer to the other side of the PPP
link.

> 
> Please help.  This has gone on too long.
> 
> Joel Gwynn
> 

Hope it helps!!
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|       FreeBSD; the way computers were meant to be       |
* "The only reason I'm burning my candle at both ends, is *
| that I haven't figured out how to light the middle yet."|
*    fullermd@futuresouth.com      :-}  MAtthew Fuller    *
|      http://keystone.westminster.edu/~fullermd          |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*






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