Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 1997 20:38:22 -0500 (EST)
From:      "Joe \"Marcus\" Clarke" <marcus@clarkead.packet.net>
To:        freebsd-questions@freebsd.org
Subject:   User ppp version 1.6
Message-ID:  <Pine.BSF.3.96.971213203035.229A-100000@capr.caproffice.net>

next in thread | raw e-mail | index | archive | help
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




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