summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pppd.8
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-03-01 19:29:44 +0000
committerphk <phk@FreeBSD.org>1996-03-01 19:29:44 +0000
commit8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1 (patch)
tree1c9cbef7f7c1e9feb2933a403aacaa972df34957 /usr.sbin/pppd/pppd.8
parent0d3859fc4832bd1d80625f81b97b1e37cc44bb93 (diff)
downloadFreeBSD-src-8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1.zip
FreeBSD-src-8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1.tar.gz
Use libmd.
Add support for negotiating (more like "informing peer") about DNS. Various cleanup of warnings.
Diffstat (limited to 'usr.sbin/pppd/pppd.8')
-rw-r--r--usr.sbin/pppd/pppd.810
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index e1c7bbd..32a4049 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -1,5 +1,5 @@
.\" manual page [] for pppd 2.0
-.\" $Id: pppd.8,v 1.14 1995/08/16 01:39:53 paulus Exp $
+.\" $Id: pppd.8,v 1.3 1995/10/31 21:21:39 peter Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
@@ -126,6 +126,14 @@ links (40 bytes for TCP/IP header + 256 bytes of data).
Set the interface netmask to <n>, a 32 bit netmask in "decimal dot" notation
(e.g. 255.255.255.0).
.TP
+.B dns1 \fI<n>
+If peer asks for primary DNS server, tell them this address,
+a 32 bit ip number in "decimal dot" notation (e.g. 1.2.3.4).
+.TP
+.B dns2 \fI<n>
+If peer asks for secondary DNS server, tell them this address,
+a 32 bit ip number in "decimal dot" notation (e.g. 1.2.3.5).
+.TP
.B passive
Enables the "passive" option in the LCP. With this option,
.I pppd
OpenPOWER on IntegriCloud