Created
November 23, 2019 12:17
-
-
Save naupaw/e73681ad1f3902766e40e99b6d08dc67 to your computer and use it in GitHub Desktop.
Revisions
-
pedox created this gist
Nov 23, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ #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 ```