-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Boniforti Flavio wrote: > Hello there, > > it's me again! ;-) > > My backups run fine, but now I have a remote situation where I had to > install the SSH server on server A and the cwRsync service on server B > (the actual fileserver I want to backup from). > > Server A = 10.0.0.252 > Server B = 10.0.0.254 > > I opened port 22 on my NAT to 10.0.0.252. > > I want to backup using ssh tunnel like I'm doing with my other hosts. > What do you think I'll have to change? > > Actually the tunnel is opened like: > > ssh -fC administra...@remotehost.com -L 8876:localhost:873 sleep 20 > > The above command line is valid while backing up the "remotehost.com", > or better: the same PC that runs sshd *and* rsyncd. Also, the > "ClientNameAlias" is "localhost" actually. > > I guess I have to change both "ClientNameAlias" *and* the > 8876:localhost:873, or am I wrong? > > I tried with: > > ssh -fC administra...@remotehost.com -L 8876:10.0.0.254:873 sleep 20 > > and > > "ClientNameAlias" = 10.0.0.254 > > But didn't succeed: I always get "no ping" error. > > Where am I going wrong? You need to leave the ClientNameAlias = localhost
It works like this: ssh -fC administra...@remotehost.com -L 8876:10.0.0.254:873 sleep 20 1) the ssh tunnel is created between localhost on port 8876 (where localhost is implied not specified. ie localhost is forced, because that is where you ran the command (ssh)) and 10.0.0.254:873 relative to remotehost.com 2) backuppc then connects to clientnamealias on the configured port number (should be 8876 in this example). Hope this makes it more obvious Regards, Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn3NAYACgkQGyoxogrTyiUszwCfdTqDQDRSvxSCUXImBsZ9TWs4 tbYAn3aGHTSmbE4QkTK3WHcFDF1FboU4 =rM9i -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/