> what do you think about it ?
> 
> 
> 
> iptables -F
> iptables -X
> 
> iptables -N tap110i0-out
> iptables -N tap110i0-in
> #out
> iptables -A FORWARD -m physdev --physdev-is-bridged --physdev-in tap110i0 -j
> tap110i0-out
> #in
> iptables -A FORWARD -m physdev --physdev-is-bridged --physdev-out tap110i0 -j
> tap110i0-in

I am not sure if that model correctly handle traffic form one VM to another 
(traffic from VM1 to VM2)?
Because you would need to apply out rules for VM1, the in rules for VM2.
Does that work - if so how?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to