From owner-freebsd-hackers Thu Oct 17 20:44:52 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20912 for hackers-outgoing; Thu, 17 Oct 1996 20:44:52 -0700 (PDT) Received: from ix.comcat.com (desslock@ix.ComCAT.COM [204.170.64.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA20903; Thu, 17 Oct 1996 20:44:43 -0700 (PDT) Received: (from desslock@localhost) by ix.comcat.com (8.7.6/BTS/bts.sm-1.2) id XAA22705; Thu, 17 Oct 1996 23:44:17 -0400 (EDT) Date: Thu, 17 Oct 1996 23:44:16 -0400 (EDT) From: John Bowman To: Jay Sachs cc: hackers@freebsd.org, questions@freebsd.org Subject: Re: PPP Connection problem In-Reply-To: <199610171337.JAA00528@luddite.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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 > http://www.cs.nyu.edu/phd_students/sachs/ >