LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   troubled with pppoeconf command (https://www.linuxquestions.org/questions/linux-newbie-8/troubled-with-pppoeconf-command-917553/)

suhassaklikar 12-07-2011 06:47 AM

troubled with pppoeconf command
 
i wanted to find a permanent solution to the pppoeconf command which i have to type in everytime i enter into ubuntu and sometimes even after repeated trying the net doesnt connect.
I almost get tired due to this and have to switch back to xp.
is there any solution for this.
I have a cable net ( i dont know hat to call it--> dsl or what ""the plug is made up of colourful wires"" thats what i can tell you!!
Help needed!!!!

jb_gpk 12-08-2011 06:50 PM

Hello!

Calm down, you came to the right place! :)

Probably you have a modem configured as a bridge, it just means that the signal is just converted to ethernet packets and send to your interface, and it also means that the authentication is made on your machine.

when you execute the pppoeconf you create a configuration file for a dialup connection authenticated.

You could create the configuration file manually, but pppoeconf is our friend and make this process easier.

The configuration file created is stored on /etc/ppp/peers/dsl-provider (at least on my machine, Debian 6, but on Ubuntu it should not be different)

if this file do not start automatically when you init your machine you can put the ppp interface up with the command pon
For example:
pon [provider]

on my case it is:
Code:

pon dsl-provider

the connection need to be authenticated so some times it take a little long to put the interface up, it do not means that the command did not worked.

to close the connection you can use:
Code:

poff -a
I recommend you read more about the TCP/IP and PPP
this forum is a good place or newbies, don't be ashamed to ask, but you have to make your homework before.
Please don't go back to XP!! :)


All times are GMT -5. The time now is 03:18 AM.