Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 1996 23:44:16 -0400 (EDT)
From:      John Bowman <desslock@ix.comcat.com>
To:        Jay Sachs <sachs@interactive.net>
Cc:        hackers@freebsd.org, questions@freebsd.org
Subject:   Re: PPP  Connection problem
Message-ID:  <Pine.BSD/.3.91.961017233417.22510A-100000@ix.comcat.com>
In-Reply-To: <199610171337.JAA00528@luddite.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok... here ya go... It's in the following format:
Destination, Gateway, Flags, Refs, Use, Netif:

Before:
127.0.0.1, 127.0.0.1, UH, 0, 0, lo0

After (in either Dial <entry> or through manual term):
127.0.0.1, 127.0.0.1, UH, 0, 0, lo0
204.170.64.3, 204.170.64.33, UH, 0, 0, tun0

After it was suggested I manually add --> add 0 0 HISADDR:
default, 204.170.64.3, UGc, 0, 0, tun0
127.0.0.1, 127.0.0.1, UH, 0, 0, lo0
204.170.64.3, 204.170.64.33, UH, 0, 0, tun0

In fact, once I even got (after that one add line):
default, 204.170.64.3, UGc, 0, 0, tun0
127.0.0.1, 127.0.0.1, UH, 0, 0, lo0
204.170.64.3, 204.170.64.33, UH, 1, 0, tun0
204.170.64.33, 127.0.0.1, UH, 0, 0, lo0

After I added the "add" command manually, I no longer got a "no route to 
host" error; however, I still could not ping anywhere outside 
204.170.64.33.  I received 100% packet loss no matter what I did.  I was 
even pinging a local domain (204.170.64.2).  In fact, I couldn't even 
ping 204.170.64.3! *shrug* I'm baffled.

				Thanks for any help,
				-John


On Thu, 17 Oct 1996, Jay Sachs wrote:

> 
> could you send the output of netstat -rn both before and after
> establishing the ppp connection? 
> 
> 
> 
> 
> -- 
> Jay Sachs <sachs@interactive.net>
> http://www.cs.nyu.edu/phd_students/sachs/
> 



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