-
Notifications
You must be signed in to change notification settings - Fork 29
Configurando PPPOE DI ubuntu 18.04
This tutorial is going to show you how to set PPPoE connection in Ubuntu 18.04.1 LTS using Terminal.
This tutorial will create a Connection Profile, so you can choose the pppoe connection or another one using the graphic interface
Using Terminal commands Open up your terminal and type the following command to set your PPPoE connection.
nmcli con edit type pppoe con-name “YOUR_CONNECTION_NAME”
Now enter your DSL account and password provided by your ISP and save your settings in the following command.
set pppoe.username YOUR_DSL_ACCOUNT_USERNAME
set pppoe.password YOUR_DSL_ACCOUNT_PASSWORD
set connectin.autoconnect no
save
Then it will prompt asking Saving the connection with ‘autoconnect=yes’. That might result in immediate activation of the connection.
Do you still want to save? (yes/no). Type yes and quit.
Fonte: https://medium.com/@dineshsonachalam/creating-a-dsl-connection-on-ubuntu-18-04-1-lts-c5b7845beea0
Mais detalhes: https://www.thegeekdiary.com/how-to-configure-and-manage-network-connections-using-nmcli/