There are a few simple steps to make a pppoe connection in Linux.
** The following commands is based on Kubuntu distributions
First, you need to configure the pppoe configurations at the very first time using the following command using root provileges.
# pppoeconf
Then following the text-based menu screen will be shown and follow the instructions as below :
- Confirm that your Ethernet card is going to connect to ADSL modem.
- Enter your username ( i.e. justk2@streamx )
- Enter your password.
- If you have configured it before, 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 Yes.
- Use peer DNS - choose Yes.
- Limited MSS problem - choose Yes.
- Then you are asked if you want to connect at start up.
- Finally you are asked if you want to establish the connection immediately.
-
Once you have finished these steps, your connection should be working.
Next time, you may use the following command
To start the adsl dial up
# pon dsl-provider
To stop the adsl dial up
# poff dsl-provider
No comments:
Post a Comment