PPPoE Modems
This section is about setting up an ADSL Internet connection using an ethernet PPPoE modem.
You will require a subscription with an Internet Service Provider, and an installed, functional Internet connection. Most modems have a light which will be lit if it is currently connected to the Internet. You will also need your username and password for the Internet account.
Setting up PPPoE
To set up the modem:
-
Open a terminal (
→ → ) -
In the terminal, type
sudo pppoeconf
-
A text-based menu program will guide you through the following steps:
-
Confirm that your Ethernet card is detected.
-
Enter your username.
-
Enter your password.
-
If you already have a PPPoE Connection configured, you will be asked if it may be modified.
-
Popular options: you are asked if you want the “noauth” and “defaultroute” options and to remove “nodetach”. Choose .
-
Use peer DNS - choose
. -
Limited MSS problem - choose
. -
When you are asked if you want to connect at start up, you will probably want to say yes.
-
Finally you are asked if you want to establish the connection immediately.
-
-
Once you have finished these steps, your connection should be working.
Starting the connection
To start your ADSL connection on demand, in a terminal (
→ → ) type:sudo pon dsl-provider
Stopping the connection
To stop your ADSL connection, in a terminal (
→ → ) type:sudo poff dsl-provider
No comments:
Post a Comment