I wish to set up an load balancer via direct routing switching technique.I installed ipvsadm via
$ sudo apt-get install ipvsadm
Setup
Virtual IP is 172.17.10.173 subnet mask 255.255.240.0
linux director IP is 172.17.6.111
Real Server1 is 172.17.2.210
Real Server2 is 172.17.14.11
I have followed the instructions given on this page for Direct Routing except for the settings in /etc/sysctl.conf in real server because I have not installed any patch.
I am having problems in connecting to VIP.
curl 172.17.10.173
does not give any response.