943,469 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 19958
  • Networking RSS
You are currently viewing page 1 of this multi-page discussion thread
Jan 18th, 2004
0

"page cannot be displayed" only w/ router

Expand Post »
I just bought a Microsoft MN-700 Wireless router, and am currently connecting it to my PC's ethernet card via direct link. When connected directly to my cable modem, my internet works perfectly, but when I connect it through the router i get frequent "this page cannot be displayed" or "server not found" errors. They are totally irregular, and can mostly be fixed by refreshing numerous times. Only when I connect it through the router though. I really have no idea what could be the cause, as I obtained a replacement router to the same result.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carpface is offline Offline
6 posts
since Jan 2004
Jan 18th, 2004
0

Re: "page cannot be displayed" only w/ router

I'd imagine that you have your DNS settings in your OS to obtain IP and DNS servers automatically.

One thing to check - what's the DNS settings on the router set to? I've found that sometimes you need to explicity set the DNS servers for your ISP within the router rather than letting the router pick them up automatically otherwise nothing will resolve and you'll get the error messages that you describe.

Regards,

Martyn
Last edited by movielad; Jan 18th, 2004 at 4:56 pm.
Reputation Points: 13
Solved Threads: 1
Junior Poster
movielad is offline Offline
113 posts
since Jan 2004
Jan 18th, 2004
0

Re: "page cannot be displayed" only w/ router

Quote originally posted by carpface ...
I just bought a Microsoft MN-700 Wireless router, and am currently connecting it to my PC's ethernet card via direct link. When connected directly to my cable modem, my internet works perfectly, but when I connect it through the router i get frequent "this page cannot be displayed" or "server not found" errors. They are totally irregular, and can mostly be fixed by refreshing numerous times. Only when I connect it through the router though. I really have no idea what could be the cause, as I obtained a replacement router to the same result.
It sounds like a DHCP configuration error. Your router is either not picking up the DNS addresses properly from the server, or is not handing them off properly from the router to the PC.
Team Colleague
Reputation Points: 149
Solved Threads: 45
Practically a Posting Shark
TallCool1 is offline Offline
865 posts
since May 2003
Jan 18th, 2004
0

Re: "page cannot be displayed" only w/ router

OK, I'm really not sure what to do, but here is what I have:

Under LAN settings: I can change IP address, or disable/enable DHCP and give it a range of addresses to use.

Under WAN settings: I can choose static where I need to input IP, subnet mask, DNS server address, gateway etc...
I don't particularly know what numbers to put in there, but maybe I could figure them out somehow.
Otherwise I could choose dynamic where I can basically choose to get DNS address manually or automatically, again I don't really know what numbers I'd put in there if its not getting the right ones automatically.

Please help me to figure out which settings I can screw with to make this work. Thank you in advance, sorry if I'm just a stupid newbie to this networking thing.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carpface is offline Offline
6 posts
since Jan 2004
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

If you bought a "WIRELESS"router, why are you 'connecting' it to a PC? Enable the router to be a DHCP server and give it a range of IP addresses to use (a scope), then configure your PCs (with wireless NICs of course) to "obtain an IP address automatically".
Z
PS.Your ISP will give you the addresses of the DNS servers they prefer that you use.
Last edited by Zybercom; Jan 19th, 2004 at 1:28 am.
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Zybercom is offline Offline
4 posts
since Feb 2003
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

OK, I am going to get a new PC this week, but not all of the parts have arrived yet, I plan on using that computer with a wireless card, but still hardwiring this one to the modem. I checked all of the IP/DNS settings, and it was obtaining the right numbers from the server, same ones it uses w/o router. And DHCP was set just fine also. Getting quite frustrated at this whole situation.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carpface is offline Offline
6 posts
since Jan 2004
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

But as for DHCP config, it gives my comp a completely new IP, with all of the DNS servers and things set to the fake LAN IP of my router. I'm pretty sure thats configured right also
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carpface is offline Offline
6 posts
since Jan 2004
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

Hi,

I would first verify if you have IP connectivity. You can do this from the command prompt on most flavors of windows. Ping will end up being most helpful for diagnosing the problems you are having. Also, you didn't mention if you were rebooting the cable modem when you switch from the pc to the router, a lot of ISPs require this since they will only allow one device at a time. Depending on which sites appear to be working you might just be looking at cached versions of those sites. Another question, do you have firewall software running on your pc like Zone Alarm?

Reboot everything first.

Start-->Run-->cmd and click "Ok"

Do you have an IP?

Run command: ipconfig

Should output something like:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.110
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1


These are hypothetical ip settings...the numbers might be different but take a look at what the gateway is and see if you can ping it.

Use command prompt for IP connectivity:

ping your gateway...good entry to test IP:

C:\>ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=2ms TTL=150
Reply from 192.168.1.1: bytes=32 time=2ms TTL=150
Reply from 192.168.1.1: bytes=32 time=2ms TTL=150
Reply from 192.168.1.1: bytes=32 time=2ms TTL=150


if that works...

ping by name to see if

a. you are getting ip connectivity to the outside
b. you are getting name resolution (or dns as seen in this thread)

ping google.com

...if the requests work you will get replies in times of ms:

Pinging google.com [216.239.37.99] with 32 bytes of data:
Reply from 216.239.37.99: bytes=32 time=16ms TTL=239
Reply from 216.239.37.99: bytes=32 time=14ms TTL=239
Reply from 216.239.37.99: bytes=32 time=16ms TTL=239
Reply from 216.239.37.99: bytes=32 time=16ms TTL=239

Ping statistics for 216.239.37.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 14ms, Maximum = 16ms, Average = 15ms


IF you get messages back "request timed out" you may not be getting name resolution try a ping to an external server by IP:

ping 216.239.37.99
(keep in mind that a lot of sites don't allow these kinds of packets so make sure that the destination you want to ping accepts ping "icmp" packets, I happen to know Google does)

...if you get response back on the IP address but not by name then your problem is with DNS. From what I gather you are letting the router obtain IP information automatically and your hosts are obtaining IP automatically as well.
Reputation Points: 70
Solved Threads: 19
Posting Whiz
antioed is offline Offline
335 posts
since Jan 2004
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

YES I have connectivity, Yes I can ping just about anyone successfully. Downloads go uninterupted, but I still get frequent "page cAnnot be displayed errors". SOmetimes a page will work, sometimes it will not, refreshing usually helps, but some sites can not be viewed at all.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carpface is offline Offline
6 posts
since Jan 2004
Jan 19th, 2004
0

Re: "page cannot be displayed" only w/ router

I have had the same problem. I have a Netgear RP114 and sometimes it wouldn't let me access webpages, but I can still be connected to online programs and stuff. Heres what I would do, make sure you have the lastest firmware version of your router. Then go ahead and edit the settings. If that doesn't work, give your router maker a call. Good Luck.
Reputation Points: 50
Solved Threads: 3
Junior Poster
Monte is offline Offline
155 posts
since May 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Question about OptOnline
Next Thread in Networking Forum Timeline: USB 3Com Wireless adapter loses connection after shutdown!





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC