How to create a DSL Connection in network-manager in Ubuntu 17.10

You can create a DSL connection using command line interface to network manager.

Solution:

  1. Open a terminal by pressing Ctrl+Alt+T
  2. Type nmcli con edit type pppoe con-name "My DSL" it will drop you into an interactive prompt.
  3. set pppoe.username ISPUsername (obviously you should replace ISPUsername with the username given by your ISP)
  4. save
  5. quit
  6. Now you are be able to edit other configuration in Settings > Network and it will now look like this:

Wired Connection

  1. After pressing gear icon you will be able to edit the connection :)

connection edit

for further configuration. See this answer for an example session.

As to the graphical interface lacking the option: most likely some packaging issue. I highly recommend to report a bug to launchpad. As I am unsure what would be the correct package, it is my considered opinion you choose network manager. (If there's a better place, maintainers will figure out who to reassign to.)


The UI options for PPPoE and thus DSL connections were removed from the “standard” network connection configuration panel of GNOME.

To access the full range of options formerly available use the Network Connections application (nm-connection-editor) and refer to How do I set up a PPPoE connection?