Installation of PPPoE for RedHat Linux

This Howto describes the installation of Roaring Penguin PPPoE for RedHat Linux.

Requisites:

Recent versions of RedHat (7.3 and higher) have a suitable kernel for PPPoE and are equiped with recent versions of the pppd, so no upgrades are required. If you're using an older version, please check the requirements

Installation PPPoE client software:

  1. You'll need a Roaring Penguin PPPoE client, minimum rp-pppoe-3.5. This version is shipped with RedHat from version 9.
    Version rp-pppoe-3.5-1.i386.rpm is available in the ResNet Installation Package. The manual included in this package will bring you to this page.

  2. Install using /bin/rpm -ih rp-pppoe-yourversion.rpm or install the package from a RedHat (version 9 minimum) repository (eg from your installation CDROM).
  3. Run: /usr/sbin/adsl-setup
  4. It's recommended to specify an 'AccessConcentrator' and 'ServiceName'.
    edit /etc/ppp/pppoe.conf and change/add these lines:

    ACNAME="DePoort"
    SERVICENAME="TUdelft-FTTD"

  5. Run: /usr/sbin/adsl-start to start your connection. (use adsl-stop to disconnect)
  6. If you want your connection to start upon startup, use chkconfig --add adsl to create the adsl init-scripts.
  7. Have fun with your Linux PPPoE connection ;-)

Requirements for older RedHat distributions

  1. Your 2.2/2.4 series kernel must support:

  2. If your kernel is a 2.2 series kernel, you'll need a pppd version 2.3.10 or higher.
  3. If your kernel is a 2.4 series kernel, you'll need a pppd version 2.4.0 or higher.