Created
August 31, 2016 17:59
-
-
Save PromoFaux/b284616c8c5e157b4fe914ba674c5779 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
RESULT FROM WINDOWS: | |
ping doubleclick.net | |
Pinging doubleclick.net [192.168.1.253] with 32 bytes of data: | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Ping statistics for 192.168.1.253: | |
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | |
Approximate round trip times in milli-seconds: | |
Minimum = 0ms, Maximum = 0ms, Average = 0ms | |
==================================================================== | |
Result from Linux: | |
pi@raspberrypi:~ $ ping doubleclick.net | |
PING doubleclick.net (192.168.1.253) 56(84) bytes of data. | |
64 bytes from raspberrypi (192.168.1.253): icmp_seq=1 ttl=64 time=0.225 ms | |
64 bytes from raspberrypi (192.168.1.253): icmp_seq=2 ttl=64 time=0.182 ms | |
64 bytes from raspberrypi (192.168.1.253): icmp_seq=3 ttl=64 time=0.151 ms | |
64 bytes from raspberrypi (192.168.1.253): icmp_seq=4 ttl=64 time=0.137 ms | |
♥ | |
--- doubleclick.net ping statistics --- | |
4 packets transmitted, 4 received, 0% packet loss, time 2999ms | |
rtt min/avg/max/mdev = 0.137/0.173/0.225/0.037 ms | |
============================================================================= | |
result from linux with the no hostname/pi.hole in gravity.list: | |
pi@raspberrypi:~ $ ping doubleclick.net | |
PING doubleclick.net (192.168.1.253) 56(84) bytes of data. | |
64 bytes from 0000mps.webpreview.dsl.net (192.168.1.253): icmp_seq=1 ttl=64 time=0.187 ms | |
64 bytes from 0000mps.webpreview.dsl.net (192.168.1.253): icmp_seq=2 ttl=64 time=0.125 ms | |
64 bytes from 0000mps.webpreview.dsl.net (192.168.1.253): icmp_seq=3 ttl=64 time=0.119 ms | |
64 bytes from 0000mps.webpreview.dsl.net (192.168.1.253): icmp_seq=4 ttl=64 time=0.103 ms | |
♥ | |
--- doubleclick.net ping statistics --- | |
4 packets transmitted, 4 received, 0% packet loss, time 2999ms | |
rtt min/avg/max/mdev = 0.103/0.133/0.187/0.033 ms | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment