Penguin

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

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

Newer page: version 19 Last edited on Sunday, August 24, 2003 6:04:49 pm by OliverElphick Revert
Older page: version 17 Last edited on Tuesday, May 13, 2003 9:28:25 pm by MattBrown Revert
@@ -71,8 +71,14 @@
 # debian/rules patch 
 # dpkg-buildpackage 
 # cd .. 
 # dpkg -i ppp_2.4.1.uus-4_i386.deb 
+  
+__Notes on compiling from Debian source__  
+  
+*I found it necessary to edit pppd/plugins/Makefile and to add -lresolv to the link options for pppoatm.so.  
+  
+*The above procedure does not work for ppp_2.4.1.uus-5, which has been changed sufficiently that the patches do not apply. - [mailto:olly@lfix.co.uk]  
  
 !! Configuring PPPoA 
 This step is much the same as it would be for compiling PPP normally, if you are unfamiliar with PPP it might be an idea to read a HOWTO or something. I have ppp configured so that it is easy to switch between my normal dsl provider (World-Net) and JSGames. I will show you how to set this up. 
  
@@ -80,8 +86,10 @@
  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/LinuxPPPoA/ppp-provider 
  http://www.wlug.org.nz/archive/LinuxPPPoA/ppp-jsgames 
+  
+Also make sure you have 'noauth' in there somewhere, else the RAN will try and authenticate against you, and fail miserably.  
  
 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