views:

221

answers:

5

Pretty vague title, but basically I can only get "my site" to load from one computer. I've purchased hosting and a domain name, set it all up, and there's nothing there yet, but the default directory browser thing shows up when I go to the url on my work computer, but from my home computer and a virtual machine it doesn't... what should I look at to troubleshoot? Everything else works fine from home, so I wouldn't think it would be a router issue or anything like that.

Thoughts?

UPDATE: It works from my work computer, and a friend of mine's computer at her house, but not on my PC or laptop... I've tried rebooting, unplugging cable modem and router and plugging them back in, dnsflush, turning windows firewall off, and everything i can think of... i don't have any idea what to do now

UPDATE: This is interesting... when I tracert from my computer it stops and gives Request Time Out one hop before getting to the actual web server. When I do the tracert using dnsstuff.com, it makes the hop just fine and shows the web server on there... I don't get it.

A: 

DNS can take time to kick in. 36hrs is worst case scenario

cmroanirgo
The DNS works fine. I can't even get to it with the IP address. The DNS also resolves to the same IP as it does at work
Max Schmeling
Max: Depending on your host headers; you won't be able to get to it just using the IP (you'll need to set up the domain in your own local `hosts` file first).
Noon Silk
Putting it in the hosts file didn't help
Max Schmeling
Max: I recommend moving this question to the correct forum (as I've suggested in my close request), they can probably better help you there.
Noon Silk
Max: But if, logically, the IP is reachable from this machine, and the hosts file is set up (and being used) then, you must test that a `telnet` to the appropriate port works; if it does, then well, it won't. If it doesn't, it's firewall related.
Noon Silk
Updated my question... i can't get anything to work...
Max Schmeling
A: 

Check out: http://www.dnsstuff.com/; you may also try ipconfig /flushdns.

Noon Silk
I've done this, although it shouldn't really matter (and it didn't) since it is resolving to the correct IP address
Max Schmeling
A: 

use a bottom up approach to find the problem. First verify the network in this sequence.

1) Check your physical connection is working (duh, should be). Check your arp table for any problems. Better still, just flush it with arp -d *

2) Check if your route is working to the destination. traceroute to the destination. Are there any difference ? Any routers in the middle routing differently ?

3) Check if the transport is working. Check your firewall, intruder detector or any other transport level service to verify you can indeed send a TCP packet on port 80 to your destination.

If all pass, then i am stumped ..

Andrew Keith
A: 

is it hosted locally? maybe your other computer isn't online. is it even turned on?

frank
It's hosted remotely...
Max Schmeling
A: 

Try using IE instead of Firefox and see if it makes a difference, or vice versa.

JRL
tried both... it happens on both browsers on both computers... i'm pretty sure it's a router issue
Max Schmeling