From owner-freebsd-stable Mon Mar 16 02:50:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11325 for freebsd-stable-outgoing; Mon, 16 Mar 1998 02:50:12 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from northwest.com (root@port47.northwest.com [204.119.42.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11290 for ; Mon, 16 Mar 1998 02:50:07 -0800 (PST) (envelope-from stevemw@northwest.com) Received: from fuji (stevemw@localhost [127.0.0.1]) by northwest.com (8.8.8/8.8.7) with ESMTP id CAA27644; Mon, 16 Mar 1998 02:48:58 -0800 (PST) (envelope-from stevemw@fuji) Message-Id: <199803161048.CAA27644@northwest.com> To: "Nate Williams" cc: brian@awfulhawk.org, stable@FreeBSD.ORG Subject: Re: On-demand dynamic PPP not doing default route correctly In-reply-to: Your message of "Mon, 16 Mar 1998 03:21:53 MST." <199803161021.DAA01019@nomad.mt.sri.com> Date: Mon, 16 Mar 1998 02:48:58 -0800 From: Stephen Wynne Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk In message <199803161021.DAA01019@nomad.mt.sri.com>, Nate Williams writes: So, as root, I blow away the default route, and add a new one with the correct 'remote' site. Then, after a few minutes, the link 'dies'. No packets come in or go out. Nate, With a one year-old config, I had the same problem after cvsup'ing. I solved the problem by trial and error, and reading the sample files out of the new /usr/src/etc/ppp directory populated by cvsup. I found that you need to do what you're doing by hand in /etc/ppp/ppp.linkup with a twist. The new version of ppp *really* likes to have ppp.linkup now! My normal configuration now looks like this (in the critical areas) myisp: ... set ifaddr 299.1.42.0/0 299.1.42.250/0 255.255.255.0 0.0.0.0 delete ALL add default HISADDR And ppp.linkup looks like this: MYADDR: delete 0 add 0 0 HISADDR myisp: delete ALL add 0 0 HISADDR Note that I doubt the MYADDR: is required, but since I don't have time to test it after removing that section, I'm including it for completeness. Good luck! Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message