โดยใช้โปรแกรม rp-pppoe เป็นตัวทำหน้าที่เป็น pppoe-server และใช้การ Authentication อ้างอิงจาก text file ซึ่งเป็นแบบง่าย ๆ โดยไม่ต้องใช้ RADIUS Server
ขั้นตอนการติดตั้ง
1. apt-get install pppoe
2. config /etc/ppp/options
lock
crtscts
nobsdcomp
nodeflate
nopcomp
3. config /etc/ppp/pppoe-server-options
auth
require-chap
default-mru
default-asyncmap
lcp-echo-interval 60
lcp-echo-failure 5
ms-dns a.b.c.d
ms-dns e.f.g.h
noipdefault
noipx
nodefaultroute
noproxyarp
noktune
netmask 255.255.255.255
logfile /var/log/pppd.log
4. config /etc/ppp/chap-secrets
ีuser1 * pass1 172.16.35.10
5. start your pppoe-server like this:
pppoe-server -I eth0 -L 10.0.0.1
เรียบร้อย