Dobrica Pavlinušić's random unstructured stuff
PPPoE server: Revision 2
Here are my notes how to configure pppoe-server to run as server for ADSL modem.

^ Prerequisits

This list might be incomplete

.pre
apt-get install pppoe

.pre

^ PPP configuration

^^ /etc/ppp/options

.pre
# PPPoE server
#nologin
mru 1492
noreplacedefaultroute
proxyarp
ms-dns 192.168.1.1
.pre

^^ /etc/ppp/pap-secrets

.pre
# PPPoE server
#client hostname <password> 192.168.1.1
* * "" *
.pre