I have a VM in Proxmox with an IP (192.168.1.10) coming from a bridge. I have masquerading on to enable it to communicate with my network:
-A POSTROUTING -s 192.168.1.0/24 -o host_inteface -j MASQUERADE
It works great except with this kind of packet:
WOL packets (UDP port 9) on 192.168.0.255
When using termshark I don't see those packets on the host interface, they seem to have disappeared. I see the other perfectly.
Any idea what I could do ?