Last active
July 9, 2020 12:24
-
-
Save nleiva/4d0797a4ccbeb0ef5303ebf990a95982 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
RFC1918 = 192.168.0.0/16 | |
172.16.0.0/12 | |
10.0.0.0/8 | |
OFFICE = 192.0.2.0/24 # company IP block-1 | |
198.51.100.0 # company IP block-2 | |
INTERNAL = RFC1918 | |
OFFICE | |
REMOTE = 203.0.113.100/32 | |
203.0.113.200/32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment