Hide Forgot
Description of problem: In Source Network Address Translation (SNAT), the NAT router modifies the IP address of the sender in IP packets. SNAT is commonly used to enable VMs with private addresses to communicate with servers on the public Internet, when floating IPs (1:1 NAT) are not used.
Upstream Trello: https://trello.com/c/DMLsrLfq/9-snat-decentralized-ovs-nat-based NetVirt spec: https://git.opendaylight.org/gerrit/#/c/49029/
Assuming we go with a conntrack-based solution (which is currently being developed for Crabon) - we need to pay attention for differences between OVS and OVS-DPDK (as the first uses the kernel based conttrack implementation, and second the DPDK/user-space one).
It fails on HA setup https://bugzilla.redhat.com/show_bug.cgi?id=1505835
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:3462