Created
August 12, 2015 10:31
-
-
Save notahat/7324a2b0f8e40bfd71a3 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
$ ping 111.118.175.56 | |
PING 111.118.175.56 (111.118.175.56): 56 data bytes | |
64 bytes from 111.118.175.56: icmp_seq=0 ttl=55 time=15.581 ms | |
64 bytes from 111.118.175.56: icmp_seq=1 ttl=55 time=17.552 ms | |
64 bytes from 111.118.175.56: icmp_seq=2 ttl=55 time=17.283 ms | |
^C | |
--- 111.118.175.56 ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 15.581/16.805/17.552/0.873 ms | |
$ dig @111.118.175.56 google.com | |
; <<>> DiG 9.8.3-P1 <<>> @111.118.175.56 google.com | |
; (1 server found) | |
;; global options: +cmd | |
;; connection timed out; no servers could be reached | |
$ dig @118.127.33.48 google.com | |
; <<>> DiG 9.8.3-P1 <<>> @118.127.33.48 google.com | |
; (1 server found) | |
;; global options: +cmd | |
;; connection timed out; no servers could be reached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment