Penguin Pppoe Server [exclusive] - Roaring

[Unit] Description=PPPoE Server After=network.target [Service] ExecStart=/usr/sbin/pppoe-server -I eth0 -L 192.168.100.1 -R 192.168.100.10 -N 64 ExecStop=/usr/bin/killall pppoe-server Restart=always

sudo yum install rp-pppoe (Note: Some distros bundle it with ppp package) roaring penguin pppoe server

ps aux | grep pppoe-server :

# 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 ): [Unit] Description=PPPoE Server After=network

[Install] WantedBy=multi-user.target