Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created February 27, 2014 12:22
Show Gist options
  • Save rutger1140/9249067 to your computer and use it in GitHub Desktop.
Save rutger1140/9249067 to your computer and use it in GitHub Desktop.
IP range notation
11.11.11.11/32 <- just the host 11.11.11.11
11.11.11.0/24 <- the whole 11.11.11.0 network (254 ips)
11.11.0.0/16 <- the 11.11.0.0 network (64k ips)
11.0.0.0/8 <- the 11.0.0.0 network (16million ips)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment