Seems that a simple masqueraded setup is possible:

--------------
auto vmbr1
allow-ovs vmbr1
iface vmbr1 inet static
        address  10.3.2.1
        netmask  255.255.255.0
        ovs_type OVSBridge
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up   iptables -t nat -A POSTROUTING -s '10.3.2.0/24' -o vmbr0 -j 
MASQUERADE
        post-down iptables -t nat -D POSTROUTING -s '10.3.2.0/24' -o vmbr0 -j 
MASQUERADE

--------------

works without problems here.

_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to