Roaring Penguin Pppoe Server //top\\ -

Download from Roaring Penguin site 3. Basic PPPoE Server Setup Step 1 – Configure PPP options Edit /etc/ppp/pppoe-server-options (create if missing):

ifconfig | grep ppp Create /etc/systemd/system/pppoe-server.service : roaring penguin pppoe server

tail -f /var/log/syslog | grep pppd :

pppoe-discovery -I eth0 :

[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 Download from Roaring Penguin site 3

[Install] WantedBy=multi-user.target

Then: