LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

rsync from the cluster

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: rsync from the cluster
From: Pierre Ancelot <pierre@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Dec 2005 11:24:01 -0500
Hi everyone, i write to you after a kind of strange issue that i seem
unable to figure out.

I want to have backups synchronised everyday with rsync with a computer
external to my cluster. My cluster uses keepalived.

So i thought, well, let's use what's existing and set services from
certain ports, like 8073 for a node and 8074 for the other one.

8073 will point to the port 873 of server A (10.0.0.1)
8074 will point to the port 873 of server B (10.0.0.2)

So i started to set it up :
TCP  xxx.xxx.xxx.xxx:8074 rr
  -> 10.0.0.2:873                 Masq    1      0          0
TCP  xxx.xxx.xxx.xxx:8073 rr
  -> 10.0.0.1:873                 Local   1      0          0

For some reason, it works on server B but not with server A.
server A is director..., rsync is working on it, to test i even disabled
the firewall but it doesn't works:

See from an external machine: (No firewall between this machine and the
virtual server...) 

tgs:/home/someone# telnet xxx.xxx.xxx.xxx 8073
Trying xxx.xxx.xxx.xxx...
telnet: Unable to connect to remote host: Connection refused

serverA:/home/pierre# netstat -an | grep 873
tcp        0      0 0.0.0.0:873             0.0.0.0:*             LISTEN


I don't get it... anyone please ?

Thanks. Pierre.





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