[EMAIL PROTECTED] napisaĆ(a): > Each realserver > eth0 : IP (192.168.1.10x) / GW (192.168.1.254) > eth1 : IP (192.168.2.10x) / GW (192.168.2.254) > > I think we just need to established that gateway must be 192.168.1.254 for > eth0 and 192.168.2.254 for eth1 on each realservers. But I just don't know > how.
For example: ip rule add prio 1000 from 192.168.2.201 lookup 100 ip route add table 100 default via 192.168.2.254 dev eth1 Janusz _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
