демон протокола точка-точка (Point-to-Point Protocol Daemon)
PPPOE OPTIONS
To establish PPP link over Ethernet (PPPoE) it is needed to load
pppd's plugin pppoe.so
and then specify option nic-
interface
instead of modem options ttyname and speed. Recognized pppd's
PPPoE options are:
nic-
interface
Use the ethernet device interface to communicate with the
peer. For example, establishing PPPoE link on eth0
interface is done by specifying ppp'd option nic-eth0
.
Prefix nic-
for this option may be avoided if interface
name is unambiguous and does not look like any other
pppd's option.
pppoe-service
name
Connect to specified PPPoE service name. For backward
compatibility also rp_pppoe_service
option name is
supported.
pppoe-ac
name
Connect to specified PPPoE access concentrator name. For
backward compatibility also rp_pppoe_ac
option name is
supported.
pppoe-sess
sessid:
macaddr
Attach to existing PPPoE session. For backward
compatibility also rp_pppoe_sess
option name is supported.
pppoe-verbose
n
Be verbose about discovered access concentrators. For
backward compatibility also rp_pppoe_verbose
option name
is supported.
pppoe-mac
macaddr
Connect to specified MAC address.
pppoe-host-uniq
string
Set the PPPoE Host-Uniq tag to the supplied hex string.
By default PPPoE Host-Uniq tag is set to the pppd's
process PID. For backward compatibility this option may
be specified without pppoe-
prefix.
pppoe-padi-timeout
n
Initial timeout for discovery packets in seconds (default
5).
pppoe-padi-attempts
n
Number of discovery attempts (default 3).