Set DSL connection manually in Ubuntu, and set dsl manually in ubuntu
After installing Ubuntu, I found that the DSL connection of the graphic interface was useless and I was depressed for several days. I think it would be a waste of 120 hours of mobile traffic every month. Just as I wanted to return to the Windows system, I found a good way to manually set up a connection to DSL. Thanks to the author of jelly's note (I think it should be called jelly ), the following describes the detailed methods.
0x00: Install pppoeconf
sudo apt-get install pppoeconf
0x01: Start manual setting
sudo pppoeconf
The following page is displayed:
1. detect all NICs
2. Modify common options
3. Enter the DSL User Name
4. Enter the DSL Password
5. Configure DNS: Use the DNS provided by the ISP
6. Will DSL be used for networking at startup? (I chose to manually connect to the client. If you want to connect to the client, connect to the client)
7. Start DSL connection now?
8. You can run the "plog" command to view the status.
9. Successful connection information: Plugin rp-pppoe.so loaded
0x02: basic operations
1. Manual connection:
pon dsl-provider
2. manual disconnection:
poff dsl-provider
3. view the status:
plog