LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Connecting To Internet Via Broadband Connection (https://www.linuxquestions.org/questions/linux-newbie-8/connecting-to-internet-via-broadband-connection-820467/)

kanishk_snh 07-17-2010 11:30 PM

Connecting To Internet Via Broadband Connection
 
I want to connect to the internet on my fedora core 6 OS, i am using an adsl modem(Model no. : SmartAX MT841) which requires setting up a username and password.
I am a newbie to linux, so i am clueless and just cant stop wondering what to do! Please help me out guyz!

Thanks a ton in advance!!

paulsm4 07-17-2010 11:45 PM

Hi -

It's not hard (in fact, it's usually very easy). But the biggest hurdles are getting your service-provider specific settings right.

Q: How are you connecting now?
You've presumably paid for the service, and I'm guessing your service provider gave you the modem.
Do you have a Windows PC that's successfully connecting to the Internet now?

Q: Do you have a web interface to the modem? Have you logged on and looked at any of the current settings?

Q: Did you contact your provider and ask for guidance using Linux?

Wim Sturkenboom 07-18-2010 02:09 AM

I'm not familiar with Fedora so I don't know if the command pppoeconf is available in there, but you can try the command pppoeconf (run as an user with root privileges) in a terminal.

To see if the command exists, run
Code:

wim@desktop1:~$ which pppoeconf
/usr/sbin/pppoeconf
wim@desktop1:~$

Note:
use of ppoeconf only applies if the modem is directly connected to the PC using a network cable ! If your setup is different, you must let us know.

linuxlover.chaitanya 07-18-2010 02:12 AM

RH based systems have adsl-setup command to set up adsl pppoe internet connection. Open the terminal, fire the command as root, fill in the details that are asked, and you are done.
adsl-start and adsl-stop commands will allow you start and stop the connection.

paulsm4 07-18-2010 03:12 PM

kanishk_snh -

I emphasize:

- Usually, going down to tools like pppoeconf and adsl-setup is NOT NECESSARY.

... because ...

- Usually, your Internet provider gives you the modem, your Internet provider gives you the Internet access (through the modem), and your Internet provider determines the modem settings you're going to need

- And usually, your ADSL modem will have an http (or telnet) interface for configuring the modem

So again:
Quote:

Q: Are you connecting to the Internet now?

Q: If so, then HOW are you connecting now?

Q: Do you currently have a Windows PC that's successfully connecting to the Internet now?

Q: Do you have a web interface to the modem? Have you logged on and looked at any of the current settings?

Q: Did you contact your provider and ask for guidance using Linux?


All times are GMT -5. The time now is 01:34 AM.