X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=README.pppoe;h=7fe0139a671cda216db5a4fb58c2486efb1f2543;hb=c0d579b8423ef278c204b6db60615c88eea9c870;hp=9f4e5cdf36171019ad0765bbe5cff92be0d31e2f;hpb=b5b8898af6fd3d44e873cfc66810ace5f1f47e17;p=ppp.git diff --git a/README.pppoe b/README.pppoe index 9f4e5cd..7fe0139 100644 --- a/README.pppoe +++ b/README.pppoe @@ -52,7 +52,7 @@ to connect to their ISP who is providing PPPoE based services. 4. Add the following line to /etc/ppp/options: - plugin rp-pppoe.so + plugin pppoe.so The effect of this line is simply to make "eth0", "eth1", ....,"ethx" all valid device names for pppd (just like ttyS0, @@ -60,7 +60,7 @@ to connect to their ISP who is providing PPPoE based services. 5. Add the necessary authentication options to your pppd configuration (i.e. PAP/CHAP information). If you wish to - maintain seperate configurations for different devices you may + maintain separate configurations for different devices you may place configuration options in device-specific configuration files: /etc/ppp/options.devname (devname=ttyS0, ttyS1, eth0, eth1 or any other valid device name).