I’m experiencing an issue where all packets from a virtual machine (VM) are being sent using the IP address of the Proxmox VE (PVE) host. Here are the details:
Any insights would be greatly appreciated!
- The output from my iptables command shows SNAT in the POSTROUTING chain:
Code:
$ sudo iptables -t nat -L -n -v
Chain POSTROUTING (policy ACCEPT 7553 packets, 502K bytes)
368K 22M SNAT all -- * vmbr0 192.168.178.0/24 0.0.0.0/0 to:192.168.178.178
0 0 SNAT all -- * vmbr0 192.168.178.0/24 0.0.0.0/0 to:192.168.178.178
- Is there a way to disable SNAT for my VMs?
- Why does the same SNAT rule appear twice?
- Where is the information about this SNAT rule stored, as I couldn’t find any reference in /etc/network/interfaces
Any insights would be greatly appreciated!
Last edited: