Tag: masquerade
Proxmox NAT network with MASQUERADE
If you need for whatever reasons to have a NAT behind the vmbr0 default bridge do this: On host machine create a vmbr1 interface Don’t forget to apply the changes. From ssh edit /etc/network/interfaces and add netmask to vmbr1 and following lines: auto vmbr1 iface vmbr1 inet static address 10.10.10.1/24…