Comment 4 for bug 1462154

Revision history for this message
Numan Siddique (numansiddique) wrote : Re: With DVR Pings to floating IPs replied with fixed-ips

Adding the below rule is fixing the problem.

 sudo ip netns exec qrouter-5d722d78-8aee-44de-a655-5a485e1d595b iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -d 10.0.0.0/24 -m conntrack --ctstate DNAT -j SNAT --to 10.0.0.1

Working on the patch.