Hi, I set up LVS as follows:
Director:
eth0: 166.84.192.35 (this is the VIP, and an Internet address)
eth1: 192.168.1.1
ipchains -A forward -s 192.168.1.0/24 -j MASQ
ipvsadm -A -t 166.84.192.35:80 -s
ipvsadm -a -t 166.84.192.35:80 -r 192.168.1.80 -g wlc
This machine has is the default gateway for both of the other machines.
Real Server:
eth0: 192.168.1.80
dummy0: 166.84.192.35 (with arp hidden using proc fs)
Client:
eth0: 192.168.1.10
Now if I do
telnet 166.84.192.35 80
from my shell account on a machine on the internet it connects
successfully to the Web Server on 192.168.1.80,
But if I do the same from the client listed above, it waits and never
connects.
Is there a solution to this?
Thanks
-Nissim
----------------------------------------------------------------------
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
To unsubscribe, e-mail: lvs-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: lvs-users-help@xxxxxxxxxxxxxxxxxxxxxx
|