Penguin
Note: You are viewing an old revision of this page. View the current version.

PPPoA is an Acronym for PPP over ATM, a protocol which is commonly used for ADSLModems such as World-Net's AccessRunner. The default PPP distribution for linux does not come with PPPoA support and neither does the debian packages in either woody, sarge, or sid. However there are patches floating around to add this functionality. The patches provided below are originally from the current SuSe? version of ppp which ships with PPPoA support. I have extracted these patches and verified that they work with both the standard ppp-2.4.1 distribution and the debian sarge ppp-2.4.1 source package.

Precompiled .deb

If you are impatient and just want to get PPPoA up and running on your system without compiling from source the following deb has been tested on sarge, woody uses the same version of ppp so it should work fine on woody also however I have not tested that.

http://www.wlug.org.nz/archives/ppp_2.4.1.uus-4_i386.deb

Skip ahead to the Configuring PPPoA section.

Compiling from Source

  1. You will need the following 3 patches

  2. You will also need to have the atm-tools and atm-dev packages installed

Compiling from the Standard ppp distribution

  1. Obtain ppp-2.4.1
  2. Download the 3 patches from above
  3. Extract ppp-2.4.1 and change into the directory
  4. patch -p1 < 028_pppoe.diff
  5. patch -p1 < 029_pwfd.diff
  6. patch -p1 < 030_pppoatm.diff
  7. ./configure
  8. make
  9. make install

Compiling from the Debian Source

  1. apt-get source ppp
  2. copy the 3 patch files to ppp-2.4.1.uus/debian/patches
  3. cd ppp-2.4.1.uus/
  4. debian/rules unpatch
  5. debian/rules patch
  6. dpkg-buildpackage
  7. cd ..
  8. dpkg -i ppp_2.4.1.uus-4_i386.deb

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.

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/archives/ppp-provider http://www.wlug.org.nz/archives/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/archives/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/archives/ppp_on_boot

That's it. You should be done!!

lib/main.php:944: Notice: PageInfo: Cannot find action page

lib/main.php:839: Notice: PageInfo: Unknown action