Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-21-2012, 08:35 AM
|
#1
|
|
Member
Registered: Oct 2012
Posts: 38
Rep: 
|
ADSL modem D-Link 2500U under openSUSE 12.2 Gnome
Hi,
I have just bought D-Link 2500U modem, and need a step by step how to install it.
I am sort of newbie , I have never tried this before , so if you can please be as informative as possible.
I found in the internet that it's default web interface ip is 192.168.1.1, but when I type it in the browser search bar it fails.
So , please help me !!!!!!!!!!!!!!!!
Thanks,
|
|
|
|
10-22-2012, 05:04 PM
|
#2
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
Okay, it's a box...you have (in that box) a device (the modem) and a strand of wire (mostly yellow), here's what I'd do:
- hook the lead into one of the ports of the modem, there's only one way to do that
- hook the other end in a similar socket on the PC
- hook the power lead to the modem, plug it in
- observe ... lights ... on the modem, lights is good
- on the PC, open the browser (Firefox, Opera, whatever)
- instead of an internet address ( http://www.blaablaa.com) you enter this : 192.168.1.1
- you should get the config page of the modem
- try to find a section to enter the password and login you pay your provider for, possibly on a monthly base 
- there should be a "save" option, do save the login data
- on the PC, open a console enter:
Quote:
su -
[your root password]
route add default gw 192.168.1.1
exit
|
- while in the console, enter this as a test:
- if you get a response, you're in bizz, if not, chances are your nemeservers are not set (yet)
- locate "resolve.conf" and enter this (provided by your provider) in there ( root rights needed!!!!)
Quote:
|
nameserver [ip.of.the.server]
|
Please post feedback so we can help you further if need be
Luck
Thor
Last edited by Thor_2.0; 10-22-2012 at 05:07 PM.
|
|
|
|
10-23-2012, 01:20 AM
|
#3
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
Hi,
My provider said that it's address is 10.0.0.138, when I enter it into the browser, it asks for username and password, the only one that is accepted is user/user.
Inside there is no password username option, only all sort of information.
|
|
|
|
10-23-2012, 03:13 AM
|
#4
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
...have you tried your default gateway? Address 192.168.1.1, of course, the modem needs to be hooked up to your PC... 
|
|
|
|
10-23-2012, 03:26 AM
|
#5
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
Yes, it does not connect!
|
|
|
|
10-23-2012, 04:20 AM
|
#6
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
Okay...let me see...is this a new install? Have you ever done any networking? In the console, enter this and observe
...you should see something similar like this:
Quote:
PING 127.00.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_req=1 ttl=64 time=0.052 ms
64 bytes from 127.0.0.1: icmp_req=2 ttl=64 time=0.046 ms
64 bytes from 127.0.0.1: icmp_req=3 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_req=4 ttl=64 time=0.046 ms
64 bytes from 127.0.0.1: icmp_req=5 ttl=64 time=0.050 ms
|
if not, your networking is'nt working...
Thor
Edit : perhaps not relevant, what cable are you using? Maybe the cable is a straight cable and for this you'll need a crossed one. Are you using the cable provided with the modem?
Last edited by Thor_2.0; 10-23-2012 at 04:22 AM.
|
|
|
|
10-23-2012, 04:31 AM
|
#7
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
I am just reading the user manual and it states that the IP address is 192.168.1.1, but I don't know why it does not connect??
It connected in win7 perfectly, without any need to default IP address, the provider lead me through step by step till it connected .
I am connecting also through cellular modem, and it was connecting with no problem ,till I started to try to configure the ADSL modem through YaST, now this modem does not connect either(it connects but with no internet),
do you know how can I find the tool to select country-provider-...??
I'll try the command you gave later on !
Last edited by lin66uxx; 10-23-2012 at 04:33 AM.
|
|
|
|
10-23-2012, 04:39 AM
|
#8
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
Wait-wait-wait....
this is way to complex. your modem is (an one end) just a network device (hence the IP address) and can be connected to as just any other netword device. so what this boils down to is: when there's networking, you can connect to the modem, if so, you should be able to get on to the config page of the modem, provide login details and select provider in the modem. I had a D-link too, the provider was in there. Unless you bought your modem somewhere else...
Thor
|
|
|
|
10-23-2012, 04:42 AM
|
#9
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
I received the modem from the provider...
When I enter the user/user and enter the modem it has no option Quick Setup which include the ppp user name and ppp password ???
Last edited by lin66uxx; 10-23-2012 at 04:43 AM.
|
|
|
|
10-23-2012, 05:15 AM
|
#10
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
I doubt is D-link even has a quick setup, I never used/needed it anyway. On the left, there should be some yellow buttons, one of them should lead to a screen where login data can be netered. Tha's all I ever had to provide...
|
|
|
|
10-23-2012, 05:54 AM
|
#11
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
Hi,
I just called my provider and the username and password of the IP address are admin with capital A...
but still didn't find their any place to insert my ISP username and password, should I be connected to the ADSL ? because I where not!
gave similar output.
now for some reason the cellular modem connects but there is no internet, my question was, where can I find the tool that allow me to choose provider according country for cellular modem??
I am so frustrated now , because I need to switch between windows and linux all the time !
Last edited by lin66uxx; 10-23-2012 at 07:50 AM.
|
|
|
|
10-23-2012, 07:55 AM
|
#12
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
OK,
I now tried to enter the IP to the modem, 10.0.0.138 with Admin/Admin, now I am connected to the ADSL, but i still don't find any place to enter the username ans password ..!!
Any help please!!
I also want to configure the cellular modem from scratch, but don't seem to remember where I can choose provider according to country as I did first time, that is because the modem connects but there is no internet!!
Any help please!!
Thanks
|
|
|
|
10-23-2012, 04:14 PM
|
#13
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,042
|
You dont need to provide the country. Just a login and password. By the way, if you ordered the modem, chances could be that everything is preconfigured, as my modem was...
Quote:
|
I now tried to enter the IP to the modem, 10.0.0.138 with Admin/Admin,
|
That's not how ping works, you ping an IP adress only, nothing else, try this
and observe returning responses...
if you get something back, enter that IP address in the browser, post back what you see
Thor
|
|
|
|
10-24-2012, 03:57 AM
|
#14
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
You misunderstand what I said, there are two problems, the cellular modem and the regular modem.
regarding the first, when I first configured it, I choose the country and then the provider, and then it recognized the APN and I needed to enter username and password of the APN, so my question is how can I redo this process for the cellular modem, since it connects but with no internet.
Regarding the regular modem, the username and password are Admin, when I enter them to the browser with 10.0.0.138, I found no option to insert the provider username and password.
Any help!
Thanks
Last edited by lin66uxx; 10-24-2012 at 04:09 AM.
|
|
|
|
10-25-2012, 10:39 AM
|
#15
|
|
Member
Registered: Oct 2012
Posts: 38
Original Poster
Rep: 
|
Any help please??
I called my provider, they said that they don't support linux, but told me that what I need is not the ip address of the modem, instead I shall define a dialer...!
I have no Idea about how is that done!
Thanks,
Last edited by lin66uxx; 10-26-2012 at 11:01 AM.
Reason: new information
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:01 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|