Skip to content

Instantly share code, notes, and snippets.

@jsmp
Last active August 11, 2016 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmp/6eef9e0b981058d8aa0c to your computer and use it in GitHub Desktop.
Save jsmp/6eef9e0b981058d8aa0c to your computer and use it in GitHub Desktop.
# Use the GENERIC as a Base
include GENERIC
ident CLOUDSTATIC
# VNET/VImage support and Resource Limit
options VIMAGE # virtualized network stack
options RACCT # resource limits
options RCTL # resource containers
options IPFIREWALL # enables IPFW
options IPFIREWALL_VERBOSE # enables logging for rules with log keyword
options IPFIREWALL_VERBOSE_LIMIT=5 # limits number of logged packets per-entry
options IPFIREWALL_DEFAULT_TO_ACCEPT # sets default policy to pass what is not explicitly denied
options IPDIVERT # enables NAT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment