2 Ways to Create PPPoE Connection in Ubuntu

This tutorial is going to show you how to create a PPPoE connection in Ubuntu. There’re 2 methods: using the graphical network manager and using terminal commands.

Using Network Manager to Create PPPoE Connection in Ubuntu

Insert DSL cable to the network port of your Ubuntu computer. Then click the network manager icon and select Edit Connections in the drop-down menu.

ubuntu 16.04 pppoe

Next, click Add button to add a new connection.

sudo pppoeconf

Select DSL from the connection types.

how to create pppoe connection in ubuntu

Now enter your DSL account and password provided by your ISP and save your settings.

pppoeconf ubuntu

Finally, select DSL connection from the drop-down menu to establish the connection.

ubuntu 16.04 pppoeconf setup

Using Terminal Commands

Open up a terminal window and install the pppoeconf package from repository.

sudo apt install pppoeconf

Then insert DSL cable to the network port of your computer and enter the following command in terminal to set up PPPoE connection.

sudo pppoeconf

When asked if you want the noauth and defaultroute options and to remove nodetach – choose “Yes”.

ubuntu sudo pppoeconf

Then enter your username and password provided by your ISP.

pppoe connection via command line

Next, choose Yes to use peer DNS if you don’t have a local DNS resolver.

pppoe use peer DNS

Choose Yes in the Limited MSS Problem screen.

pppoe Limited MSS Problem

When asked if you want to connect at start up, you may want to choose Yes. And finally, choose Yes to start the connection now.

dsl pppoe connection

You can enter the ifconfig command in the terminal to check the connection status.

ifconfig

You will probably see a new interface called ppp0 and the IP address.
linux pppoe setup

To disconnect, run

sudo poff

To reconnect, run

sudo pon dsl-provider

Wrapping Up

I hope this tutorial helped you create DSL PPPoE connection on Ubuntu.

As always, if you found this post useful, then subscribe to our free newsletter. You can also follow us on Twitter or like our Facebook page.

Rate this tutorial
[Total: 39 Average: 3.7]

6 Responses to “2 Ways to Create PPPoE Connection in Ubuntu

  • THEMETRUSTnet
    5 years ago

    Thank you. This is what I want!

  • Prasanna
    5 years ago

    Whether it will work out for WiFi connection?

    • Xiao Guo An (Admin)
      5 years ago

      You use PPPoE when your computer are connected directly to the modem. When your computer are connected to WiFi, then the router will do the PPPoE connection.

  • Prasanna
    5 years ago

    Thanks for reply.
    My laptop is not directly connected to dsl modem. I am able to connect to modem by wifi but DSL is not working on wifi. I want to pass on username and password to modem which is in bridge mode. This is possible through DSL connection only but it is not connecting.

  • What is a DSL cable and what special kind of computer has a compatible port? /troll

    Did you mean “ethernet cable from your DSL modem”, because the inaccuracy in your description actually does matter and might indeed confuse your target audience!

  • Hi, my isp needs to specify a vlan id and a priority on the pppoe connection, not only username and password. Can they set in ubuntu?

Leave a Comment

  • Comments with links are moderated by admin before published.
  • Your email address will not be published.
  • Use <pre> ... </pre> HTML tag to quote the output from your terminal/console.
  • Please use the community (https://community.linuxbabe.com) for questions unrelated to this article.
  • I don't have time to answer every question. Making a donation would incentivize me to spend more time answering questions.

The maximum upload file size: 2 MB. You can upload: image. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here