Hello.
I have two virtual machines. One is on a private network and the other is on a public and private network.
To provide Internet access for the vms in private netowrk, I added an iptables rule on the proxmox server
"-A POSTROUTING -s <private net> -o vmbr0 -j MASQUERADE".
vmbr0 has access to the internet.
Sometimes I get a Hash Sum Mismatch error when running "apt install xxx" on vm in private network.
I have two virtual machines. One is on a private network and the other is on a public and private network.
To provide Internet access for the vms in private netowrk, I added an iptables rule on the proxmox server
"-A POSTROUTING -s <private net> -o vmbr0 -j MASQUERADE".
vmbr0 has access to the internet.
Sometimes I get a Hash Sum Mismatch error when running "apt install xxx" on vm in private network.
Last edited: