> I have just attempted to install ipvs-1.0.9 on an Sun Ultra 5
> running 2.4.20. The patches installed easily and I am
> running on the new kernel.
Why not 2.4.21?
> I have put in a simple test service with 3 back end servers.
> When I telnet to the lvs service the connection hangs and
> eventually times out.
So you have LVS-NAT setup? If you have NAT, make sure the default gateway
on the backend is the private interface of the LVS director. If you have
LVS-DR, make sure the 'back end' servers are actually listening on the VIP.
> /proc/net/ip_vs says that I have an InActive Connection and
> no Active connections. /proc/net/ip_vs_conn says that it's
> current state is SYN_RECV.
What does tcpdump show, both on the director and on the application
server/real server?
> Is there something else that I should be doing to activate it?
Maybe ip_forward=1..
Peter
|