Proxmox - enable internet access inside container
Published by Vitaly Musin on June 8th, 2017
In host machine run command:
iptables -t nat -A POSTROUTING -s '192.168.1.0/24' -o vmbr0 -j MASQUERADE
where 192.168.1.0 is private subnet of containers
Example config on host machine


