> This explains the semantics but not why they're useful. Why would one use a > passthrough nat_type? Basically this replicates the behavior of iptables ACCEPT rules in nat table.
target prot opt source destination ACCEPT all -- 10.0.0.0/8 192.168.0.0/16 MASQUERADE all -- 10.0.0.0/8 anywhere What I want to achieve is to be able to nat some network to all destinations except for specified in passthrough rule. To be more precise, if I have some private subnet and I want it to be able to access Internet using NAT, but at the same time have a direct routing to subnet on a different node I will use a passthrough nat rule. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
