12-06-2023 03:04 PM
Hi Team,
Any idea on how to verify DNS TTL for ruckuswireless.com
Regards,
Roman
Solved! Go to Solution.
12-07-2023 06:26 AM
Hi Roman,
You could perform the below command to verify the DNS TTL for the Domain name:
nslookup -debug <domain name>
Ex: nslookup -debug ruckuswireless.com
Got answer:
HEADER:
opcode = QUERY, id = 15, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 1, additional = 0
QUESTIONS:
ruckuswireless.com, type = AAAA, class = IN
AUTHORITY RECORDS:
-> ruckuswireless.com
ttl = 180 (3 mins)
primary name server = ns10.dnsmadeeasy.com
responsible mail addr = dns.dnsmadeeasy.com
serial = 2009012383
refresh = 43200 (12 hours)
retry = 3600 (1 hour)
expire = 1209600 (14 days)
default TTL = 180 (3 mins)
------------
Name: ruckuswireless.com
Address: 52.142.20.118
Do let us know if you have any queries, I will be glad to help you.
Regards,
Syed
12-07-2023 06:26 AM
Hi Roman,
You could perform the below command to verify the DNS TTL for the Domain name:
nslookup -debug <domain name>
Ex: nslookup -debug ruckuswireless.com
Got answer:
HEADER:
opcode = QUERY, id = 15, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 1, additional = 0
QUESTIONS:
ruckuswireless.com, type = AAAA, class = IN
AUTHORITY RECORDS:
-> ruckuswireless.com
ttl = 180 (3 mins)
primary name server = ns10.dnsmadeeasy.com
responsible mail addr = dns.dnsmadeeasy.com
serial = 2009012383
refresh = 43200 (12 hours)
retry = 3600 (1 hour)
expire = 1209600 (14 days)
default TTL = 180 (3 mins)
------------
Name: ruckuswireless.com
Address: 52.142.20.118
Do let us know if you have any queries, I will be glad to help you.
Regards,
Syed
12-07-2023 05:34 PM
Thanks syde for your help.