prevent sniffing

tincboy

Renowned Member
Apr 13, 2010
466
6
83
I've many Proxmox servers in different zones,
In one of my zones I can sniff the some other VMs traffic with out any manipulation or tools installation, just the incoming packages are coming to other VMs interface,
Is there any kind of configuration to prevent this behavior?
 
I've to use single bridge and while the range of IPs are the same I can't use separate vlan for each VM.
Isn't there any way to filter packets by mac address?
 
In the long term, integration of openvswitch should correct this sniffing security problem. (as openvswitch is a switch and not a bridge)

openvswitch is not really compatible with iptables, but does not provide a full iptables replacement. So I am not sure if openvswitch is the way to go.
 
iptables are not needed with Open vSwitch... you would use ovs-ofctl commands to set filters on ingress and egress. it seems weird but after you get used to it, it works great... http://openvswitch.org/pipermail/discuss/2012-May/007076.html