Mention how to use net.graph.nonstandard_pppoe to enable PPPoE on
the 3Com HomeConnect ADSL Modem.
This commit is contained in:
parent
f5edc93563
commit
4269a3fb6f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10578
1 changed files with 31 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.53 2001/09/03 02:29:27 brian Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.54 2001/09/03 02:29:38 brian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ppp-and-slip">
|
<chapter id="ppp-and-slip">
|
||||||
|
|
@ -1907,6 +1907,36 @@ ppp_profile="name_of_service_provider"</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<sect2 id="ppp-3com">
|
||||||
|
|
||||||
|
<title>PPPoE with a 3Com HomeConnect ADSL Modem Dual Link</title>
|
||||||
|
|
||||||
|
<para>This modem does not follow <ulink
|
||||||
|
url="http://www.faqs.org/rfcs/rfc2516.html">RFC 2516</ulink>
|
||||||
|
(<emphasis>A Method for transmitting PPP over Ethernet
|
||||||
|
(PPPoE)</emphasis>, written by L. Mamakos, K. Lidl, J. Evarts,
|
||||||
|
D. Carrel, D. Simone, and R. Wheeler). Instead, different packet
|
||||||
|
type codes have been used for the Ethernet frames. Please complain
|
||||||
|
to <ulink url="http://www.3com.com/">3Com</ulink> if you think it
|
||||||
|
should comply with the PPPoE specification.</para>
|
||||||
|
|
||||||
|
<para>In order to make FreeBSD capable of communicating with this
|
||||||
|
device, a sysctl must be set. This can be done automatically at
|
||||||
|
boot time by updating <filename>/etc/sysctl.conf</filename>:</para>
|
||||||
|
|
||||||
|
<programlisting>net.graph.nonstandard_pppoe=1</programlisting>
|
||||||
|
|
||||||
|
<para>or can be done for immediate effect with the command
|
||||||
|
<command>sysctl -w net.graph.nonstandard_pppoe=1</command>.</para>
|
||||||
|
|
||||||
|
<para>Unfortunately, because this is a system-wide setting, it is
|
||||||
|
not possible to talk to a normal PPPoE client or server and a
|
||||||
|
3Com HomeConnect ADSL Modem at the same time.</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="slip">
|
<sect1 id="slip">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue