Download from Roaring Penguin site 3. Basic PPPoE Server Setup Step 1 – Configure PPP options Edit /etc/ppp/pppoe-server-options (create if missing):
sudo apt update sudo apt install pppoe
# Basic auth require-pap require-chap login lcp-echo-interval 10 lcp-echo-failure 2 ms-dns 8.8.8.8 ms-dns 8.8.4.4 defaultroute Edit /etc/ppp/chap-secrets (or pap-secrets ):
sudo yum install rp-pppoe (Note: Some distros bundle it with ppp package)