View Single Post
Old 11-05-2005, 08:39 PM   #12 (permalink)
theFez
Crazy
 
Location: here and there
Ping will do that too, it looks up the ip address then pings the ip address.
Code:
$ ping www.google.com

Pinging www.l.google.com [66.102.7.99] with 32 bytes of data:

Reply from 66.102.7.99: bytes=32 time=84ms TTL=243
Reply from 66.102.7.99: bytes=32 time=84ms TTL=243
Reply from 66.102.7.99: bytes=32 time=91ms TTL=243
Reply from 66.102.7.99: bytes=32 time=154ms TTL=243

Ping statistics for 66.102.7.99:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 84ms, Maximum = 154ms, Average = 103ms
you can do the same thing from a dos prompt in windows. And something is definitely messed up with my dns. If i enter an ip address for a website that times out when i try to access it by url, it works fine. I can't figure out what the difference is, the DNS settings are the same for both that machine and my laptop which works fine. I also have no idea this would only affect firefox.

i hate computer problems i cant solve!
__________________
# chmod 111 /bin/Laden

Last edited by theFez; 11-05-2005 at 08:49 PM..
theFez 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