PPPoE

From SlackWiki
Revision as of 02:04, 3 June 2009 by Erik (talk | contribs) (Copy from old)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.