Penguin

Differences between version 11 and predecessor to the previous major change of LinuxPPPoA.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Saturday, May 10, 2003 5:59:20 pm by DanielLawson Revert
Older page: version 10 Last edited on Saturday, May 10, 2003 5:54:12 pm by DanielLawson Revert
@@ -30,21 +30,21 @@
 !! Precompiled .deb 
 If you are impatient and just want to get PPPoA up and running on your system without compiling from source the following debs may work for you. Grab whichever one is appropriate for your version of debian. If you dont run debian woody or sarge, you have to compile from source. 
  
 Sarge: 
- http://www.wlug.org.nz/archive/ppp_2.4.1.uus-4_i386.deb 
+ http://www.wlug.org.nz/archive/LinuxPPPoA /ppp_2.4.1.uus-4_i386.deb 
 Woody: 
- http://www.wlug.org.nz/archive/ppp_2.4.1.uus-4pppoa_i386.deb 
+ http://www.wlug.org.nz/archive/LinuxPPPoA /ppp_2.4.1.uus-4pppoa_i386.deb 
  
  
 Skip ahead to the Configuring PPPoA section. 
  
 !! Compiling from Source 
  
 #You will need the following 3 patches 
-** http://www.wlug.org.nz/archive/028_pppoe.diff  
-** http://www.wlug.org.nz/archive/029_pwfd.diff  
-** http://www.wlug.org.nz/archive/030_pppoatm.diff 
+** http://www.wlug.org.nz/archive/LinuxPPPoA /028_pppoe.diff  
+** http://www.wlug.org.nz/archive/LinuxPPPoA /029_pwfd.diff  
+** http://www.wlug.org.nz/archive/LinuxPPPoA /030_pppoatm.diff 
 **As you can see the PPPoA patch relies on PPPoE (PPP over Ethernet) and another small patch. The PPPoE patch is required as it add's some generic hooks in to PPP that the PPPoA module uses. The pwfd patch is required because I am lazy... Basically the pppoatm patch expects it to be there and I couldn't be bothered hacking the patches to work without it.. 
 #You will also need to have the atm-tools and atm-dev packages installed 
 ** apt-get install atm-tools atm-dev 
 ** OR http://www.sf.net/projects/linux-atm/ 
@@ -76,20 +76,20 @@
  
 Create configuration files in /etc/ppp/peers for your dsl provider and JSGames. The most important line to have in each file is 
  plugin /usr/lib/pppd/2.4.1/pppoatm.so 0.100 
 This tells pppd to load the PPPoA plugin. Download my sample configs to see the full set of options 
- http://www.wlug.org.nz/archive/ppp-provider  
- http://www.wlug.org.nz/archive/ppp-jsgames 
+ http://www.wlug.org.nz/archive/LinuxPPPoA /ppp-provider  
+ http://www.wlug.org.nz/archive/LinuxPPPoA /ppp-jsgames 
  
 My configuration is setup to use PAP authentication, make sure you have a line such as 
  username@provider * yourpassword 
 in your /etc/ppp/pap-secrets file. Download my sample pap-secrets file 
- http://www.wlug.org.nz/archive/pap-secrets 
+ http://www.wlug.org.nz/archive/LinuxPPPoA /pap-secrets 
  
 Finally setup ppp to start on boot 
 * mv /etc/ppp/no_ppp_on_boot /etc/ppp/ppp_on_boot 
 * chmod +x /etc/ppp/ppp_on_boot 
 * Edit /etc/ppp/ppp_on_boot so that it calls your adsl provider on startup ie for the example provider you download above we would have the line 
 **$PPPD call ppp-provider 
-* Download my example http://www.wlug.org.nz/archive/ppp_on_boot 
+* Download my example http://www.wlug.org.nz/archive/LinuxPPPoA /ppp_on_boot 
  
 That's it. You should be done!!