LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-16-2006, 01:31 AM   #1
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Rep: Reputation: 15
Can't access the Dlink router admin page.


I searched for a thread like this for awhile, but found nothing so forgive me if I'm repeating a topic.

Anyways, I'm running Suse 9.2 on a T40 IBM Thinkpad and I have a Dlink 514 router. The router worked great on my Windows PC, but I wanted to set it up with the laptop, and the laptop has yet to go online. For some reason though, I can't seem to login to the admin page on the router. I've set the network card to a static IP of 192.168.0.2, I've turned off the software firewall, and reset the Router, but everytime I try to type 192.168.0.1 into Konqueror, it gives me an error "Can't access host" or some nonsense. Any ideas are greatly appreciated.
 
Old 01-16-2006, 01:48 AM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Don't use a static IP. Let the device give you one through dhcp...
 
Old 01-16-2006, 01:51 AM   #3
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks for your response.
But when I had that enabled, the DHCP wouldn't give it one. I should state that the router isn't connected to the internet, but right now I just want to configure the router, and it doesn't have to be connected to the internet to login to the admin page, right?
 
Old 01-16-2006, 02:58 AM   #4
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
I just called the Dlink support phone number, and the only thing they could suggest was trying the static IP of 192.168.0.99 and a gateway of 192.168.0.1, but that didn't work either.

Please help!
 
Old 01-16-2006, 04:48 AM   #5
xstefanox
Member
 
Registered: Mar 2005
Location: São Paulo - Brazil
Distribution: Debian
Posts: 45

Rep: Reputation: 15
Are your sure that the router has this IP address? In Brazil, the D-Link routers came with the 10.0.0.1 IP addresses by default, just like the Alcatel ones...
 
Old 01-16-2006, 05:23 AM   #6
ask.jackal
LQ Newbie
 
Registered: Jan 2006
Location: India
Distribution: Suse
Posts: 12

Rep: Reputation: 0
Disconnect your machine from internet. Connect an ethernet cabled from your laptop to ur router. Power on both ur laptop and router. Try connecting it thru browser. If it is still not working ,


1. Make sure that ur router's modem was not configured to some other IP address. Try for a hardware reset to "Factory defaults"

2. Do the command /sbin/route -n and make sure that your dont have any conflicting routes to ur hardwired modem.
 
Old 01-16-2006, 10:03 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by liquidrave

Anyways, I'm running Suse 9.2 on a T40 IBM Thinkpad and I have a Dlink 514 router. The router worked great on my Windows PC, but I wanted to set it up with the laptop, and the laptop has yet to go online. For some reason though, I can't seem to login to the admin page on the router. I've set the network card to a static IP of 192.168.0.2, I've turned off the software firewall, and reset the Router, but everytime I try to type 192.168.0.1 into Konqueror, it gives me an error "Can't access host" or some nonsense. Any ideas are greatly appreciated.
Hi,

To connect to the DI-514 router for setup you should use a direct link via a cat5 cable from your NIC(laptop) to a LAN port of the router. From a terminal window first su then;

ifconfig eth0 192.168.0.2
route add default gw 192.168.0.1
ifconfig eth0 up
ping 192.168.0.1

Of course this assumes that the correct driver has been loaded for your NIC and that it is functioning!

You should do any admin of your router with a direct link for security reasons. Don't forget to change your default password for the router.

From a browser you should use the 192.168.0.1 address to access the router.

If this still fails, provide the output of;

relative ports of dmesg

ifconfg -a

route -n

HTH!
 
Old 01-16-2006, 03:52 PM   #8
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
Thank you all for your responses.

Unfortunately, nothing has worked yet. And I'm pretty sure I have the driver for the NIC installed, Yast thinks that the card is completely configured so I assume it is. This is so very puzzling.
 
Old 01-16-2006, 04:25 PM   #9
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
Alright, I don't know what I did, but now when I ping 192.168.0.1, I get this:

64 bytes from 192.168.0.1: icmp_seq=70 ttl=255 time=0.486 ms
from 192.168.0.2: icmp_seq=100 Destination host unreachable
from 192.168.0.2 icmp_seq=100 Destination host unreachable
from 192.168.0.2 icmp_seq=104 Destination host unreachable
64 bytes from 192.168.0.1: icmp_seq=105 ttl=255 time=351 ms
64 bytes from 192.168.0.1: icmp_seq=106 ttl=255 time=0.531 ms
64 bytes from 192.168.0.1: icmp_seq=107 ttl=255 time=0.524 ms
64 bytes from 192.168.0.1: icmp_seq=108 ttl=255 time=0.562 ms
from 192.168.0.2 icmp_seq=137 Destination host unreachable

and it goes on like that for awhile, but I thought those few "64 bytes from 192.168.0.1" were significant.

What information is significant in ifconfig -a, and route -n?
 
Old 01-16-2006, 05:19 PM   #10
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
If you get this type of ping requests you have:

a) a bad cable
b) a defective router(port)
c) a defective nic or wrong driver

If you used the same cable and router(port) connecting your windows pc use lspci to let us know what brand of nic you are using
 
Old 01-16-2006, 07:19 PM   #11
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
It's an IBM Pro/1000 MT Mobile Connection.

Perhaps I don't have the driver installed, but would having Yast think the card is configured mean that I DO have the driver installed?
 
Old 01-16-2006, 09:45 PM   #12
shaunw
Member
 
Registered: Dec 2005
Posts: 77

Rep: Reputation: 15
Smile Accessing Dlink router

Even under windows Xp some Dlink routers could only be acessed
by using Internet Explorer i.e Mozilla and Firefox wouldn't
work. This was because you could only accesss the router in
browsers that supported openX. Is there a later software
update for your router, if so you may need to load it. This is
best done with a wired connection and windows XP using IE.
 
Old 01-16-2006, 10:29 PM   #13
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Funny you should mention that.
I never had a problem with my old (I said *old*) D-link 714P, but I just put in a Linksys.

Could get to the admin page from FF, but half the screen was missing - couldn't do the setup. Had to go find an old Win2K latop with IE6 to get it configured.
But at least I could talk to the router - don't know what the OPs problem is.
 
Old 01-16-2006, 11:56 PM   #14
liquidrave
LQ Newbie
 
Registered: Apr 2005
Location: Colorado
Distribution: Suse 9.2 (For now)
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks everyone for your replies, or at least attention to the thread.
I thought about a browser incompatibility, but I can't ping it either.
 
Old 01-17-2006, 08:56 AM   #15
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
Ibm has certified the hardware in relation to suse desktop 9 (see link)
http://developer.novell.com/yes/79872.htm
So it must be a hardware problem.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WIFI WLAN / Cannot access internet but can access the router configuration page?SUSE thomas939 Linux - Wireless Networking 12 12-13-2005 10:28 AM
DLink DI624 fware 2.53 update broke Firefox admin michaelsanford Linux - Networking 2 06-07-2005 12:15 PM
cannot access config web-page for adsl router tireseas Linux - Networking 6 03-19-2005 04:13 PM
DLINK 624 Router as Access Point haitian-hacker Linux - Networking 2 09-07-2004 08:03 PM
CUPS - cannot access admin page Vincent_Vega Linux - Software 0 03-18-2004 01:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration