PPPoE and PPPoA
I just finished the Cisco Academy teleworker connectivity chapter and learned some good stuff.
These two use a lot of the same logic, in principle the key is a router connection to the provider and NAT/PAT translation on the inside part of the network.
Steps to cover a PPPoE connection are:
- Configure the “outside” interface which will be used to connect yourself to the provider (note: no ip address)
- Configure your dialer interface which will negotiate your IP and make sure you are connected (note: mtu size 1492)
- Configure NAT/PAT (note: take care of mss, max 1452)
- Setup DHCP for the inside network
- Make a default route to the provider
The PPPoA situation is very close and differs in an obligatory mode and encapsulation settings.
