Mpd 4.4.1 User Manual : Device Types : PPPoE device type commands
Previous: L2TP device type commands
Next: Chat Scripting

5.7. PPPoE device type commands

This chapter describes commands that are specific to PPPoE type links. These commands apply to the currently active link, and are only valid if the currently active link has type pppoe.

PPPoE requires two pieces of configuration information: the name of the Ethernet interface to use, and a service name, which should be supplied by your ISP. If you do not have a service name, then the empty string (the default) often suffices.

set pppoe iface interface-name

Set the name of the Ethernet interface to use. PPPoE does not affect normal use of the interface.

set pppoe service service-name

Sets the requested PPPoE service name. Setting service name to "*" on link with allowed incoming connections allows to accept incoming connection requests with any service name specified.

Since FreeBSD 6.3-STABLE/7.0-STABLE of 2008-01-30 it is possible to use "AC-Name\Service-Name" syntax to request specified access concentrator for outgoing connection.

set pppoe acname name

Set name of this PPPoE access concentrator to be sent to clients. If not specified, local hostname will be used.

set pppoe enable option ...
set pppoe disable option ...

Enable and disable PPPoE device type options for the link.

The following options are supported:

originate

This option enables the initiation of PPPoE connections to the peer. If this option is disabled, mpd will not initiate any PPPoE connections.

incoming

This option enables the acceptance of incoming PPPoE connections. If this option is disabled, mpd will not accept any incoming PPPoE connections. You must configure iface and service parameters before using this option.


Mpd 4.4.1 User Manual : Device Types : PPPoE device type commands
Previous: L2TP device type commands
Next: Chat Scripting