Created
January 2, 2013 23:26
-
-
Save ioc32/4439327 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ioc@inigo:~$ dig -4 @127.0.0.1 +nssearch msn.com | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns3.msft.net in 47 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns5.msft.net in 180 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns2.msft.net in 186 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns1.msft.net in 198 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns4.msft.net in 431 ms. | |
ioc@inigo:~$ dig -6 @::1 +nssearch msn.com | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns5.msft.net in 109 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns2.msft.net in 123 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns1.msft.net in 173 ms. | |
SOA ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 from server ns4.msft.net in 316 ms. | |
;; connection timed out; no servers could be reached | |
ioc@inigo:~$ dig -6 msn.com soa @ns3.msft.net | |
; <<>> DiG 9.7.3 <<>> -6 msn.com soa @ns3.msft.net | |
;; global options: +cmd | |
;; connection timed out; no servers could be reached | |
ioc@inigo:~$ dig -4 msn.com soa @ns3.msft.net +short | |
ns1.msft.net. msnhst.microsoft.com. 2012122601 1800 900 2419200 900 | |
ioc@inigo:~$ dig aaaa ns3.msft.net +short | |
2a01:111:2020::1:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment