Skip to content

Instantly share code, notes, and snippets.

@naupaw
Created November 23, 2019 12:17
Show Gist options
  • Select an option

  • Save naupaw/e73681ad1f3902766e40e99b6d08dc67 to your computer and use it in GitHub Desktop.

Select an option

Save naupaw/e73681ad1f3902766e40e99b6d08dc67 to your computer and use it in GitHub Desktop.
masquerade.md

#Masquerade

bukan nama show jepang


 [qemu1]---------|
 [qemu2]---------|---[vmbr0]---[eth0]---> internet
 [qemu3]---------|


sudo iptables -t nat -A POSTROUTING -s '192.168.10.0/24' -o -vmbr0 -j MASQUERADE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment