View Single Post
Old 02-06-2008, 04:52 PM   #12 (permalink)
spindles
Mine is an evil laugh
 
spindles's Avatar
 
Location: Sydney, Australia
I know you've got around this, but I thought I'd add my 2 cents worth for someone elses future reference.

In this kind of situation i always find it useful to jump into the command prompt and use ping and tracert. They usually give pretty good errors (assuming that the hardware is present and working).

If you try and ping a domain name that you know exists (for example 'ping www.tfproject.org'), you'll quickly see if you have DNS working correctly. If this fails, you can find the IP address of the same 'known' server from another machine that works and ping that (e.g. 'ping 209.50.251.11' - this is the IP address of www.tfproject.org atm). If this also fails, then you may have an issue with your connection to the gateway. This is where tracert comes in handy - doing a 'tracert 209.50.251.11' will conclusively prove whether you have a working gateway...

This at least gives you the basic answers about your connectivity.
__________________
who hid my keyboard's PANIC button?
spindles is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73