Set up PPPoE Server on Ubuntu
The Point-to-Point Protocol over Ethernet (PPPoE) is a network protocol for encapsulating PPP frames inside Ethernet frames. http://en.wikipedia.org/wiki/PPPoE PPPoE Server, which should be formally called as PPPoE Access Concentrator Environment Ubuntu Trusty(14.04) rp-pppoe Preparation Remove pppoe from system and install dependencies from apt.
1 2 |
apt-get remove pppoe apt-get install ppp ppp-dev pppoeconf |
Version of pppoe on Ubuntu is 3.8 but what we get … Continue reading “Set up PPPoE Server on Ubuntu”