Skip to content

Instantly share code, notes, and snippets.

@NicolaeNMV
Created December 23, 2011 16:32
Show Gist options
  • Save NicolaeNMV/1514673 to your computer and use it in GitHub Desktop.
Save NicolaeNMV/1514673 to your computer and use it in GitHub Desktop.
filterusableipv4addreses.sh
#to generate:
#curl http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.txt | grep "/8" | egrep "LEGACY|ALLOCATED" | sed -e "s/^[ \t]*//g" | cut -f 1 -d " " | awk '{split($0,a,"/");print a[1]".0.0.0/"a[2]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment