Setting Up a PPPoE Server on Ubuntu
Setting Up a PPPoE Server on Ubuntu
Environment
Tested on:
Ubuntu 14.04 32-bit
Ubuntu 16.04 64-bit
Ubuntu 20.04 64-bit
Package Installation
sudo apt-get update
sudo apt-get install pppoe-server
sudo apt-get install pppoe
Configuration Files
/etc/ppp/options
sudo vim /etc/ppp/options
Configuration content:
ms-dns 8.8.8.8
ms-dns 8.8.4.4
async ...
Posted on Thu, 10 Sep 2026 16:00:56 +0000 by sigmon