From owner-freebsd-questions Sat Dec 13 17:38:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA08554 for questions-outgoing; Sat, 13 Dec 1997 17:38:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from capr.caproffice.net (clarkead.packet.net [206.228.135.32]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA08540 for ; Sat, 13 Dec 1997 17:38:24 -0800 (PST) (envelope-from marcus@clarkead.packet.net) Received: from localhost (marcus@localhost) by capr.caproffice.net (8.8.5/8.8.5) with SMTP id UAA00239 for ; Sat, 13 Dec 1997 20:38:22 -0500 (EST) Date: Sat, 13 Dec 1997 20:38:22 -0500 (EST) From: "Joe \"Marcus\" Clarke" X-Sender: marcus@capr.caproffice.net To: freebsd-questions@freebsd.org Subject: User ppp version 1.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just installed user ppp 1.6 (from 12/12/97), and it now gives me a strange warning each time it connects. It reports that it cannot delete a route because no such process exists. Below are portions of my ppp.conf and ppp.linkup files. The command I use to start ppp is `ppp -auto -alias demand`. All IP addresses (local and remote) are static. Thanks. I'm using ppp version 1.6 compiled on FreeBSD 2.2.2-RELEASE. Joe Clarke # ppp.conf file demand: . . . . set ifaddr 206.228.135.32 206.228.135.1 255.255.255.0 delete ALL add 0 0 HISADDR ################################################################ # end of /etc/ppp/ppp.conf # ppp.linkup file demand: # remove any IP routing information that the PPP program has created delete ALL # add a default route the remote end's actual address add 0 0 HISADDR # End of /etc/ppp/ppp.linkup