summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-05-08 01:45:59 +0000
committerbrian <brian@FreeBSD.org>1997-05-08 01:45:59 +0000
commita416f519b88c65e6bee5621795c19582a34808a2 (patch)
tree005cdb0f9001e8751bf4236da11db6f0160d5941 /share/doc
parent049664f16aada6df62fa06234d7e279afe2ea791 (diff)
downloadFreeBSD-src-a416f519b88c65e6bee5621795c19582a34808a2.zip
FreeBSD-src-a416f519b88c65e6bee5621795c19582a34808a2.tar.gz
Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed. PR: 3114 Submitted by: Kenneth R. Westerback <krw@tcn.net>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/handbook/userppp.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/doc/handbook/userppp.sgml b/share/doc/handbook/userppp.sgml
index 592b659..83ab17d 100644
--- a/share/doc/handbook/userppp.sgml
+++ b/share/doc/handbook/userppp.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: userppp.sgml,v 1.12 1997/02/22 12:59:40 peter Exp $ -->
+<!-- $Id: userppp.sgml,v 1.13 1997/03/14 04:17:44 brian Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>Setting up user PPP<label id="userppp">
@@ -233,7 +233,7 @@ nameserver 158.152.1.65
10 set timeout 120
11 set ifaddr x.x.x.x y.y.y.y
12 delete ALL
-13 add 0 0 HISADDR
+13 add 0 0 y.y.y.y
14 set openmode active
</verb></tscreen>
Do not include the line numbers, they are just for this discussion.
@@ -321,11 +321,13 @@ x.x.x.x:
<tscreen><verb>
ifaddr 10.0.1.1/0 10.0.1.2/0
delete ALL
- add 0 0 HISADDR
+ add 0 0 10.0.1.2
</verb></tscreen>
You should NOT use 0 as either IP address. If you do, ppp will not be
able to set up the correct initial entries in the routing table.
+ Note also that the HISADDR macro is not yet available in ppp.conf.
+
See the pmdemand entry in the files <tt>/etc/ppp/ppp.conf.sample</tt> and
<tt>/etc/ppp/ppp.linkup.sample</tt> for a detailed example.
OpenPOWER on IntegriCloud