Skip to content

ccxtechnologies/rp-pppoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP-PPPoE - a PPPoE client, relay and server for Linux

RP-PPPoE is a PPPoE client, relay and server for Linux. It can run completely in user-mode or used the Linux kernel's built-in PPPoE support. Kernel-mode PPPoE is recommended for much better performance.

Installation

  1. Compile and install pppd if you don't already have it. If you are installing from OS packages, make sure to install the PPP development package as well.

  2. Unpack rp-pppoe or clone this git repo.

  3. Change to source directory: cd src

  4. Configure: ./configure --enable-plugin

  5. Compile: make

  6. Install -- this step must be done as root: make install

  7. Read doc/HOW-TO-CONNECT

Project Home Page

Project Home Page

About

Public repository for RP-PPPoE PPPoE client and server software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.4%
  • TeX 7.9%
  • Makefile 2.7%
  • M4 1.7%
  • Shell 1.3%