]> git.ozlabs.org Git - ppp.git/blobdiff - README.pppoe
Merge pull request #330 from pali/pppoe-discovery
[ppp.git] / README.pppoe
index 5284e4da6863bc05adec59e504ed5a4bdde3823f..7fe0139a671cda216db5a4fb58c2486efb1f2543 100644 (file)
@@ -33,7 +33,7 @@ received from the PPPoE layer just as if the link was a serial line
 
 With this in mind, the goal of the implementation of PPPoE support in
 Linux is to allow users to simply specify that the device they intend
 
 With this in mind, the goal of the implementation of PPPoE support in
 Linux is to allow users to simply specify that the device they intend
-to use for the PPP connection is an ethernet device (i.e. "eth0") and
+to use for the PPP connection is an ethernet device (e.g. "eth0") and
 the rest of the system should function as usual.
 
 2. Using PPPoE
 the rest of the system should function as usual.
 
 2. Using 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:
 
 
 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,
 
     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
 
 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).
     place configuration options in device-specific configuration
     files: /etc/ppp/options.devname (devname=ttyS0, ttyS1, eth0, eth1
     or any other valid device name).