summaryrefslogtreecommitdiff
path: root/pppd/pppd.8
diff options
context:
space:
mode:
authorpali <7141871+pali@users.noreply.github.com>2021-01-26 03:49:57 +0100
committerGitHub <noreply@github.com>2021-01-26 13:49:57 +1100
commitbb4b502d41c08753e82c13792ed85e1ec8071a95 (patch)
tree86cb1dc139c1ff95ebed08bbce71616bcd5115ad /pppd/pppd.8
parent5cb32f1c7e8584994a2c887cb7a3d9823068d2ce (diff)
downloadppp-bb4b502d41c08753e82c13792ed85e1ec8071a95.tar.gz
pppd: Document ipcp-no-address, ipcp-no-addresses and nosendip options (#231)
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'pppd/pppd.8')
-rw-r--r--pppd/pppd.815
1 files changed, 15 insertions, 0 deletions
diff --git a/pppd/pppd.8 b/pppd/pppd.8
index 36156d6..f5597f6 100644
--- a/pppd/pppd.8
+++ b/pppd/pppd.8
@@ -493,6 +493,18 @@ to send configure-Rejects instead to \fIn\fR (default 10).
Set the maximum number of IPCP terminate-request transmissions to
\fIn\fR (default 3).
.TP
+.B ipcp\-no\-address
+Disable negotiation of addresses via IP-Address IPCP option.
+.TP
+.B ipcp\-no\-addresses
+Disable negotiation of addresses via old-style deprecated IP-Addresses
+IPCP option. pppd by default try to use new-style IP-Address IPCP option.
+If new-style is not supported by peer or is disabled by \fBipcp\-no\-address\fR
+option then pppd fallbacks to old-style deprecated IP-Addresses IPCP option.
+When both new-style and old-style are disabled by both \fBipcp\-no\-address\fR
+and \fBipcp\-no\-addresses\fR options then negotiation of IP addresses
+is completely disabled.
+.TP
.B ipcp\-restart \fIn
Set the IPCP restart interval (retransmission timeout) to \fIn\fR
seconds (default 3).
@@ -924,6 +936,9 @@ situation, the ppp interface can be used for routing by creating
device routes, but the peer itself cannot be addressed directly for IP
traffic.
.TP
+.B nosendip
+Don't send our local IP address to peer during IP address negotiation.
+.TP
.B notty
Normally, pppd requires a terminal device. With this option, pppd
will allocate itself a pseudo-tty master/slave pair and use the slave