Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 1997 05:45:27 -0600 (CST)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Kevin Eliuk <kevin_eliuk@sunshine.net>
Cc:        Dean <dean@thegrid.net>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Getting ppp to find anything
Message-ID:  <Pine.BSF.3.96.971026054114.9531B-100000@shell.futuresouth.com>
In-Reply-To: <Pine.BSF.3.96.971026015021.210B-100000@kevin.sunshine.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 26 Oct 1997, Kevin Eliuk wrote:

> On Sat, 25 Oct 1997, Dean wrote:
> 
> > 
> > netstat reports:
> > unconnected:
> > Destination	Gateway		Flags		Refs	Use	netifexpire
> > 127.0.0.1	127.0.0.1	UH		0	0	lo0
> > 
> > connected:
> > Destination	Gateway		Flags		Refs	Use	netifexpire
> > default		209.60.228.1	UGSc		0	0	tun0
> > 127.0.0.1	127.0.0.1	UH		0	0	lo0
> > 209.60.228.1	209.60.228.127	UH		1	0	tun0
> > 
> > in my ppp.conf file:
> > grid:
> >  <modem stuff>
> >  set ns: 206.190.65.2
> 
> Have you configured /etc/resolv.conf with your DNS numbers?
> "man 5 resolver"
That's not it; then you wouldn't be able to resolve the hostnames for
traceroute.  The proble is in the connected phase; try this:
route add 209.60.228.127 localhost
the proble is, it can get to the world through 209.60.228.1, and to
209.60.228.1 through 209.60.228.127 (from your netstat -r above), but it
has no way to get to the .127 without a route to it from localhost.

> 
> >  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0
> >  deny lqr
> >  delete ALL
> >  add 0 0 HISADDR
     ^^^^^
   I don't think you need or want this.

> > 
> > in my ppp.linkup all I have is:
> > MYADDR:
> >  delete ALL
> >  add 0 0 HISADDR
Here we go:
Mine's like this:
MYADDR:
 add 0 0 HISADDR


> > Any ideas?  Thanks,
> > 	Dean
> > 
> 
> --
> =| Regards,             =| FreeBSD ==> http://www.FreeBSD.org
> =| Kevin G. Eliuk       =| "Free at last, free at last, ...."
> British Columbia *BSD User Directory ==> http://www.cynic.net

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.971026054114.9531B-100000>