Well it depends on which method you use to connect to the internet. The most simple way (as far as I know) is have a DSL connection while your modem is connected through your LAN card (usually the on board LAN card), it is also known as PPPoE. If this is the case, just type this in terminal
- Code: Select all
sudo pppoeconf
Follow the instrunctions, next time you want to connect to the internet, you either click on the connection icon (down below near your desktop clock) and choose
"Dial Up Connections"-> "Connect to dsl provider via Modem" , and that's it, you're done.
You can also connect to the internet by the terminal
- Code: Select all
sudo pon dsl-provider
or disconnect
- Code: Select all
sudo poff dsl-provider