From owner-freebsd-hackers Thu Sep 7 00:54:53 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id AAA18238 for hackers-outgoing; Thu, 7 Sep 1995 00:54:53 -0700 Received: from clark.net (clark.net [168.143.0.7]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id AAA18232 for ; Thu, 7 Sep 1995 00:54:48 -0700 Received: (harlan@localhost) by clark.net (8.6.12/8.6.5) id DAA05120 for freebsd-hackers@freebsd.org; Thu, 7 Sep 1995 03:53:33 -0400 Date: Thu, 7 Sep 1995 03:53:33 -0400 From: Harlan Stenn Message-Id: <199509070753.DAA05120@clark.net> To: freebsd-hackers@freebsd.org Subject: default route problem with 2.1-STABLE and ppp? Content-Length: 683 Sender: hackers-owner@freebsd.org Precedence: bulk I was running "ppp -auto somesite" under 2.0.950412-SNAP just fine. I upgraded to 2.1-STABLE (as of about a month ago) over the weekend and while ppp is running and it successfully dials and "works", it no longer adds a default route entry for me. Not only that, but I can't manually add a default route for the link (tun0) either. When I try, I get: # route add default 168.143.10.179 writing to routing socket: Network is unreachable add net default: gateway 168.143.10.179: Network is unreachable # Any suggestions on how I can solve this problem would be *greatly* appreciated. (I've done a "make world" twice just to make REALLY sure that everything got installed OK.) H