and this other iptables :

iptables -t nat -A PREROUTING -d 192.168.0.50/32 -i eth1 -m state --state NEW 
-j DNAT --to-destination 10.10.10.100
iptables -t nat -A POSTROUTING -s 10.10.10.100/32 -o eth1 -j SNAT --to-source 
192.168.0.50

-- 
Keepalived haven't LVS support
https://bugs.launchpad.net/bugs/496932
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to