summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-15 15:13:16 +0000
committerbrian <brian@FreeBSD.org>2000-08-15 15:13:16 +0000
commit4ba8b7991731fee8cfa8a224e259009e5a60585a (patch)
tree4bfa0ad69dbba0f60c0330a735003c79ff71d3ee /share
parentf28db623c4a494169db64f1f4914f184937b7683 (diff)
downloadFreeBSD-src-4ba8b7991731fee8cfa8a224e259009e5a60585a.zip
FreeBSD-src-4ba8b7991731fee8cfa8a224e259009e5a60585a.tar.gz
Make the pppoe-in config entry a bit more useful (and verbose)
Diffstat (limited to 'share')
-rw-r--r--share/examples/ppp/ppp.conf.sample16
1 files changed, 10 insertions, 6 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index 7409e72..fee2984 100644
--- a/share/examples/ppp/ppp.conf.sample
+++ b/share/examples/ppp/ppp.conf.sample
@@ -630,10 +630,14 @@ pppoe:
#
# /usr/libexec/pppoed -p pppoe-in fxp0
#
+# See rc.conf(5)
+#
pppoe-in:
- allow mode direct
- set mru 1492
- set mtu 1492
- set speed sync
- enable lqr
- set ifaddr 10.0.0.1 10.0.0.2
+ allow mode direct # Only for use on server-side
+ set mru 1492 # Max allowed by the PPPoE spec
+ set mtu 1492 # Max allowed by the PPPoE spec
+ set speed sync # PPPoE is always synchronous
+ enable lqr proxy # Enable LQR and proxy-arp
+ enable chap pap passwdauth # Force client authentication
+ set ifaddr 10.0.0.1 10.0.0.100-10.0.0.199 # Hand out up to 100 IP numbers
+ accept dns # Allow DNS negotiation
OpenPOWER on IntegriCloud