Koozali.org: home of the SME Server

sync2nas between windows and sme

RobynS

sync2nas between windows and sme
« on: May 19, 2005, 05:52:45 PM »
I've installed sync2nas on my windows 2003 machine and can successfully backup to my sme server locally however i want to do this offsite and so far i can't get it to work. If i run an rsync script between 2 sme servers over a wan all is good, but cannot get windows to sme over the internet only locally.Help!

RobynS

sync2nas between windows and sme
« Reply #1 on: May 20, 2005, 03:04:37 PM »
does anyone out there have any experience with sync2nas as the client on windows and sme servers, is there something on windows side i'm forgetting to install, so close and yet so far, Please help
RobynS

Offline Brenno

  • *****
  • 208
  • +0/-0
sync2nas between windows and sme
« Reply #2 on: May 25, 2005, 02:59:49 AM »
Robyn,

sync2nas uses the rsync protocol on port 873, which will work fine over a local network.  However, sync2nas does not support SSH, so when you try to connect from a remote location your SME server blocks the sync2nas connection attempt at the firewall level.  This will show up in your server logs like this:

Code: [Select]
May 24 09:48:23 kernel: denylog: SRC=64.25.xxx.xxx DST=216.75.xxx.xxx PROTO=TCP SPT=1092 DPT=873 WINDOW=16384

Of course, that's been abbreviated, but you get the idea.