Glam Prestige Journal

Bright entertainment trends with youth appeal.

I want to setup my GTPL (i.e. the service provider) PPPOE internet connection in ubuntu 12.04 .

I tried to configure my internet connection in Fedora 16 using the following method which worked fine.

I've tried to go to Edit Connection > then to the DSL tab > then ADD>enter my username and password > Save. But this method didn't help in ubuntu 12.04.

2

1 Answer

Try sudo pppoeconf, it will present you with a setup wizard, just accept default values and enter your username and password, it'll ask you if you want to connect at boot-time, preferably answer this with no if you don't want to be connected automatically on boot. After it is completed you can start your network connection with sudo pon dsl-provider and disconnect it with sudo poff.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy