Created
May 10, 2015 14:38
-
-
Save kaworu/f9f8596fd7ea9795bdd0 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 -c1 enospoon.net && arp -na | |
PING enospoon.net (178.63.43.248): 56 data bytes | |
64 bytes from 178.63.43.248: icmp_seq=0 ttl=255 time=0.125 ms | |
--- enospoon.net ping statistics --- | |
1 packets transmitted, 1 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 0.125/0.125/0.125/0.000 ms | |
? (178.63.43.193) at 00:26:88:76:0d:21 on re0 expires in 693 seconds [ethernet] | |
? (178.63.43.209) at 50:46:5d:9f:f9:fe on re0 permanent [ethernet] | |
? (178.63.43.249) at 50:46:5d:9f:f9:fe on re0 permanent [ethernet] | |
# sysctl net.link.ether.inet.proxyall=1 | |
net.link.ether.inet.proxyall: 0 -> 1 | |
# ping -c1 enospoon.net && arp -na | |
PING enospoon.net (178.63.43.248): 56 data bytes | |
64 bytes from 178.63.43.248: icmp_seq=0 ttl=255 time=0.121 ms | |
--- enospoon.net ping statistics --- | |
1 packets transmitted, 1 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 0.121/0.121/0.121/0.000 ms | |
? (178.63.43.193) at 00:26:88:76:0d:21 on re0 expires in 602 seconds [ethernet] | |
? (178.63.43.209) at 50:46:5d:9f:f9:fe on re0 permanent [ethernet] | |
? (178.63.43.249) at 50:46:5d:9f:f9:fe on re0 permanent [ethernet] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment