LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: close(i think) but no cigar

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: close(i think) but no cigar
From: "Billy Olson" <ntadmin@xxxxxxxxxxxx>
Date: Tue, 23 Mar 2004 14:48:51 -0800
Randy Paries Wrote:
> It would also be nice to be able to ssh to each box directly

Most other connections should work the same as http, however some require
persistance in order for the apps to function the way they expect.  You just
need to make sure you are directing the port that they are trying to connect
to and handling the persistance as expected by the app you are using.  SSH
will require some kind of persistance in order to function normally, unless
you intend to connect to alternate machines each connection.  Or you can
setup a non-load balanced entry in your lvs config for each real server
using different IPs or different ports (if your client allows) for the SSH
port.  As far as services on the realserver it's self, just make sure your
routes are setup on the load balancer so that your realservers can use the
directors internal IP(inside the lvs network) for a gateway (good way to
test would be to make sure you can browse the web or other external network
resource from the realservers) this should allow you to run anything from
the realservers as normally expected.  Of course, Joe or others here will
prolly have better answers for you..  This is just my 2 cents..

Good Luck,
-Billy

<Prev in Thread] Current Thread [Next in Thread>