PPPoE
Setting Up PPPoE
As root, run pppoe-setup. Answer the questions.
GOTCHA: on the last question, answer 1 STAND ALONE.
Connecting With PPPoE
As root, run pppoe-start.
You should now be connected.
PROBLEM: It reports connected but, I can't get to the internet.
FIX: It's probably screwed up your routing table.
- route del default
- route ppp0 <---make note of the Destination IP
- route add default gw destination ip
Your connection should be working now.