I have set up LVS services ssh and rsh/shell on my LVS-NAT system.
Both, ssh and rcp transfers work.
rsync however does only work in ssh-mode.
When I try to use rsync in rsh mode, the external client
hangs. On the realserver, I see the syslog entry:
May 4 12:26:55 w1 xinetd[7322]: Bad line received from identity
server at 192.53.104.1: 1019
Here 192.53.104.1 is the IP address of the client from which I do the
rsync transfer.
I know there is chapter 16 in the HPWTO and it writes a lot about
identd,
but I apparently fail to understand what I need to do.
I have an ipchains entry on the director
-A forward -s 10.1.1.1/255.255.255.255 1025:65535 -d 0.0.0.0/0.0.0.0
-p 6 -j MASQ
(10.1.1.1 is the RIP 'w1' from the log message further up).
Alois
|