PPPoE: Difference between revisions
Jump to navigation
Jump to search
(Copy from old) |
(No difference)
|
Revision as of 02:04, 3 June 2009
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.