ng_pppoe.4 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) ng_pppoe.4 (e21a315ec5d2f63b0777c18fcb312064d00e4f86)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 160 unchanged lines hidden (view full) ---

169uses some "pppoe" equipment from (I believe) 3com, and who have to
170use a different ethertype on pppoe packets
171(hey why not change it from the standard for
172no reason?) then after you have kldloaded or compiled in your pppoe node,
173you may have to do the following sysctl:
174.Bd -literal
175(kldload netgraph)
176(kldload ng_pppoe)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 160 unchanged lines hidden (view full) ---

169uses some "pppoe" equipment from (I believe) 3com, and who have to
170use a different ethertype on pppoe packets
171(hey why not change it from the standard for
172no reason?) then after you have kldloaded or compiled in your pppoe node,
173you may have to do the following sysctl:
174.Bd -literal
175(kldload netgraph)
176(kldload ng_pppoe)
177sysctl -w net.graph.stupid_isp=1
177sysctl net.graph.stupid_isp=1
178.Ed
179.Pp
180to enable the alternate ethertypes. Then phone your ISP and ask them
181why you need to set option "stupid_isp" for you to be able to connect.
182.Sh EXAMPLES
183The following code uses
184.Dv libnetgraph
185to set up a

--- 234 unchanged lines hidden ---
178.Ed
179.Pp
180to enable the alternate ethertypes. Then phone your ISP and ask them
181why you need to set option "stupid_isp" for you to be able to connect.
182.Sh EXAMPLES
183The following code uses
184.Dv libnetgraph
185to set up a

--- 234 unchanged lines hidden ---