Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created November 18, 2011 04:11
Show Gist options
  • Save paulmars/1375582 to your computer and use it in GitHub Desktop.
Save paulmars/1375582 to your computer and use it in GitHub Desktop.
Find all the computers connected to your home network
where 10.0.1.255 is the subnet mast
~ ping 10.0.1.255
PING 10.0.1.255 (10.0.1.255): 56 data bytes
64 bytes from 10.0.1.193: icmp_seq=0 ttl=64 time=0.190 ms
64 bytes from 10.0.1.1: icmp_seq=0 ttl=255 time=2.565 ms
64 bytes from 10.0.1.11: icmp_seq=0 ttl=64 time=583.688 ms
64 bytes from 10.0.1.19: icmp_seq=0 ttl=64 time=583.944 ms
64 bytes from 10.0.1.21: icmp_seq=0 ttl=255 time=586.059 ms
64 bytes from 10.0.1.193: icmp_seq=1 ttl=64 time=0.205 ms
64 bytes from 10.0.1.1: icmp_seq=1 ttl=255 time=2.539 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment