From 4ba8b7991731fee8cfa8a224e259009e5a60585a Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 15 Aug 2000 15:13:16 +0000 Subject: Make the pppoe-in config entry a bit more useful (and verbose) --- share/examples/ppp/ppp.conf.sample | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'share') 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 -- cgit v1.1