Skip to content

Instantly share code, notes, and snippets.

@rjpbonnal
Created March 2, 2019 16:37
Show Gist options
  • Save rjpbonnal/4de1692106f1d47075e12beab77b4471 to your computer and use it in GitHub Desktop.
Save rjpbonnal/4de1692106f1d47075e12beab77b4471 to your computer and use it in GitHub Desktop.
/bin/sh -c 'export JAILS="$(iocage list -h | cut -f 2)"; for jail in $JAILS; do iocage set vnet_default_interface=auto $jail; done; iocage set vnet_default_intercace=auto default'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment