{"body":"Ok, I have a solution for you on the UDP source IP issue.\nIn the network namespace we need to enable the following kernel settings (these need to persist reboot too!):\necho 1 > /proc/sys/net/ipv4/ip_forward\necho 1 >/proc/sys/net/ipv4/vs/conntrack\nThen when we add a member network with UDP we need to add an iptables masquerade rule:\niptables -t nat -A POSTROUTING -p udp -o eth2 -j MASQUERADE\nwhere eth2 is the interface, inside the network namespace, that is connected to the member server subnet.\nDon't forget to take into account the member subnet may be the same as the VIP subnet.","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/WcCVGaE8","modified":1530317597,"id":"WcCVGaE8","size":586,"lines":8,"own_paste":false,"theme":"","date":1530317597}