Skip to content

Instantly share code, notes, and snippets.

@fin-ger
Created January 10, 2018 14:11
Show Gist options
  • Save fin-ger/c07932cadd263354de9675f11b6642e3 to your computer and use it in GitHub Desktop.
Save fin-ger/c07932cadd263354de9675f11b6642e3 to your computer and use it in GitHub Desktop.
Minikube firehol rules
interface virbr0 docker-machines
client all accept
server all accept
router docker-machines2internet inface virbr0 outface eth0
masquerade
route all accept
iptables -t nat -N DOCKER_MACHINES
interface virbr1 minikube
client all accept
server all accept
router minikube2internet inface virbr1 outface eth0
masquerade
route all accept
iptables -t nat -N MINIKUBE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment