Hello all. Does anyone have any experience or feedback with this PCI DSL modem? I know in the handbook it states the following:
But I'm really not sure what that means. Can someone break this down Barney-style? Thanks in advance!
27.5.6 PPPoE with a 3Com® HomeConnect® ADSL Modem Dual Link
This modem does not follow RFC 2516 (A Method for transmitting PPP over Ethernet (PPPoE), 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 3Com if you think it should comply with the PPPoE specification.
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 /etc/sysctl.conf:
net.graph.nonstandard_pppoe=1
or can be done immediately with the command:
# sysctl net.graph.nonstandard_pppoe=1
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.
But I'm really not sure what that means. Can someone break this down Barney-style? Thanks in advance!