summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_pppoe.4
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-02-23 16:34:22 +0000
committerjulian <julian@FreeBSD.org>2001-02-23 16:34:22 +0000
commit575ee59b1c3162f7917e5e0b3fdacb39c4b96039 (patch)
treed20bb9bdc213856eb1223ca1ac24826ae7676b4b /share/man/man4/ng_pppoe.4
parentcaa8a14382c376f9c55e5e5b70bd6bb997d4bd38 (diff)
downloadFreeBSD-src-575ee59b1c3162f7917e5e0b3fdacb39c4b96039.zip
FreeBSD-src-575ee59b1c3162f7917e5e0b3fdacb39c4b96039.tar.gz
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
and add a sysctl to pppoe to activate non standard ethertypes so that idiot ISPs (apparently in France) who use equipment from idiot suppliers (rumour says 3com) who use nonstandard ethertypes can still connect. "yep, sure we do pppoe, we use a different identifier to that dictated in the standard, but sure it's pppoe!" sysctl -w net.graph.stupid_isp=1 enables the changeover.
Diffstat (limited to 'share/man/man4/ng_pppoe.4')
-rw-r--r--share/man/man4/ng_pppoe.415
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man4/ng_pppoe.4 b/share/man/man4/ng_pppoe.4
index 8af8017..c9cce64 100644
--- a/share/man/man4/ng_pppoe.4
+++ b/share/man/man4/ng_pppoe.4
@@ -164,6 +164,21 @@ This node shuts down upon receipt of a
control message, when all session have been disconnected or when the
.Dv ethernet
hook is disconnected.
+.Sh SYSCTLs
+If you are one of the unfortunate people who have an ISP that
+uses some "pppoe" equipment from (I believe) 3com, and who have to
+use a different ethertype on pppoe packets
+(hey why not change it from the standard for
+no reason?) then after you have kldloaded or compiled in your pppoe node,
+you may have to do the following sysctl:
+.Bd -literal
+(kldload netgraph)
+(kldload ng_pppoe)
+sysctl -w net.graph.stupid_isp=1
+.Ed
+.Pp
+to enable the alternate ethertypes. Then phone your ISP and ask them
+why you need to set option "stupid_isp" for you to be able to connect.
.Sh EXAMPLES
The following code uses
.Dv libnetgraph
OpenPOWER on IntegriCloud