Karen Shepelak wrote:
I have met with success at getting ssh connections to work to LVS
by running a separate sshd for the VIP on each realserver. I don't know
if this is a normal part of the setup for the realservers or not, as I
did not see
any instruction about having to do this anywhere, but it certainly got
things
working.
all demons that you are LVS'ing must listen on the VIP on the realserver for
LVS-DR. It's explained in the HOWTO, but the HOWTO is big and I'm sure
you could miss it.
If the demon wasn't listening on the VIP, then you should have got
"connection refused" which is explained in Sect 7.6 in the mini-HOWTO.
(I will update that section to point out that dest==VIP).
Though I am finally able to ssh to LVS, I am now encountering a
new battle.
To complete our LVS configuration, we need to have LVS working with
kerberos and opensafs (also installed on our machines). So now, though I am
finally able to ssh to LVS, I am seeing that we are not able to create
afs tokens.
you're going to have to find the ports involved with Kerberos and LVS them
too.
Joe