pppoe.conf (5) Linux Manual Page
ifcfg-ppp0 – Configuration file used by
pppoe-start(8), pppoe-stop(8), pppoe-status(8) and pppoe-connect(8).
Description
/etc/sysconfig/network-scripts/ifcfg-ppp0 is a shell script which contains configuration information for Roaring Penguin’s PPPoE scripts. Note that pppoe.conf is used only by the various pppoe-* shell scripts, not by pppoe itself. ifcfg-ppp0 consists of a sequence of shell variable assignments. The variables and their meanings are:
ETH- The Ethernet interface connected to the DSL modem (for example, eth0).
USER- The PPPoE user-id (for example, b1xxnxnx [at] sympatico.ca).
SERVICENAME- If this is not blank, then it is passed with the
-Soption topppoe. It specifies a service name to ask for. Usually, you should leave it blank. ACNAME- If this is not blank, then it is passed with the
-Coption topppoe. It specifies the name of the access concentrator to connect to. Usually, you should leave it blank. DEMAND- If set to a number, the link is activated on demand and brought down after after
DEMANDseconds. If set tono, the link is kept up all the time rather than being activated on demand. DNSTYPE- One of
NOCHANGE,SPECIFYorSERVER. If set to NOCHANGE,pppoe-connectwill not adjust the DNS setup in any way. If set to SPECIFY, it will re-write /etc/resolv.conf with the values of DNS1 and DNS2. If set toSERVER, it will supply the usepeerdns option topppd, and make a symlink from /etc/resolv.conf to /etc/ppp/resolv.conf. DNS1, DNS2- IP addresses of DNS servers if you use DNSTYPE=SPECIFY.
USERCTL- If the line
USERCTL=yes(exactly like that; no whitespace or comments) appears in the configuration file, then/sbin/ifupwill allow non-root users to bring the conneciton up or down. USEPEERDNS- If set to "yes", then
pppoe-connectwill supply the usepeerdns option topppd, which causes it to obtain DNS server addresses from the peer and create a new/etc/resolv.conffile. Otherwise,pppoe-connectwill not supply this option, andpppdwill not modify/etc/resolv.conf. CONNECT_POLL- How often (in seconds)
pppoe-startshould check to see if a new PPP interface has come up. If this is set to 0, thepppoe-startsimply initiates the PPP session, but does not wait to see if it comes up successfully. CONNECT_TIMEOUT- How long (in seconds)
pppoe-startshould wait for a new PPP interface to come up before concluding thatpppoe-connecthas failed and killing the session. PING- A character which is echoed every
CONNECT_POLLseconds whilepppoe-startis waiting for the PPP interface to come up. FORCEPING- A character which is echoed every
CONNECT_POLLseconds whilepppoe-startis waiting for the PPP interface to come up. Similar toPING, but the character is echoed even ifpppoe-start‘s standard output is not a tty. PIDFILE- A file in which to write the process-ID of the pppoe-connect process (for example,
/var/run/pppoe.pid). Two additional files ($PIDFILE.pppd and $PIDFILE.pppoe) hold the process-ID’s of thepppdandpppoeprocesses, respectively. SYNCHRONOUS- An indication of whether or not to use synchronous PPP (
yesorno). Synchronous PPP is safe on Linux machines with the n_hdlc line discipline. (If you have a file called "n_hdlc.o" in your modules directory, you have the line discipline.) It is not recommended on other machines or on Linux machines without the n_hdlc line discipline due to some known and unsolveable race conditions in a user-mode client. CLAMPMSS- The value at which to "clamp" the advertised MSS for TCP sessions. The default of 1412 should be fine.
LCP_INTERVAL- How often (in seconds)
pppdsends out LCP echo-request packets. LCP_FAILURE- How many unanswered LCP echo-requests must occur before
pppdconcludes the link is dead. PPPOE_TIMEOUT- If this many seconds elapse without any activity seen by
pppoe, thenpppoeexits. FIREWALL- One of NONE, STANDALONE or MASQUERADE. If NONE, then
pppoe-connectdoes not add any firewall rules. If STANDALONE, then it clears existing firewall rules and sets up basic rules for a standalone machine. If MASQUERADE, then it clears existing firewall rules and sets up basic rules for an Internet gateway. If you run services on your machine, these simple firewall scripts are inadequate; you’ll have to make your own firewall rules and set FIREWALL to NONE. PPPOE_EXTRA- Any extra arguments to pass to
pppoe PPPD_EXTRA- Any extra arguments to pass to
pppd LINUX_PLUGIN- If non-blank, the full path of the Linux kernel-mode PPPoE plugin (typically
/etc/ppp/plugins/rp-pppoe.so.) This forcespppoe-connectto use kernel-mode PPPoE on Linux 2.4.x systems. This code is experimental and unsupported. Use of the plugin causespppoe-connectto ignore CLAMPMSS, PPPOE_EXTRA, SYNCHRONOUS and PPPOE_TIMEOUT. By using different configuration files with different PIDFILE settings, you can manage multiple PPPoE connections. Just specify the configuration file as an argument topppoe-startandpppoe-stop.See Also
pppoe(8), pppoe-connect(8), pppoe-start(8), pppoe-stop(8), pppd(8), pppoe-setup(8), pppoe-wrapper(8)
