Question : TTL timeout

Ok so somthing i have wondered for a while.

when i ping say google.com i get this responce:
64 bytes from 74.125.127.100: icmp_seq=1 ttl=41 time=106.734 ms

the ttl is 41 not what is the metric for the ttl so how long in minutes does this metric mean?

Ww

Answer : TTL timeout


You need the -d (enables Debug mode). But then you'll need to send that query to the authoritative server. So...

Run:

nslookup -q=ns sitename.co.uk

That should give you the Name Servers responsible for the domain. Take those, and run:

nslookup -d www.sitename.co.uk NameServer

Replacing NameServer with one of the entries from the first query. The -d is important, that runs Debug mode for NsLookup, the TTL will not display without it.

Chris
Random Solutions  
 
programming4us programming4us