search for: publicipfora

Displaying 1 result from an estimated 1 matches for "publicipfora".

Did you mean: publicipforb
2003 May 14
2
rsync + ssh or what?
...a simliar question but I'm not understanding. Currently I have working boxA and BoxC. SSH is the only thing accepted. So currenty I'm backing up files on boxC with "rsync -e ssh user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added boxB in front of boxC. boxA(publicIPforA) <------>Internet<------>(publicIPforB)boxB(privateB)<--->(privateC)boxC Now obviously as u guys have been discussing I think, I need to back up the files from boxC still to A. I RTFM and am still confused. I want to be able to SSH to port 22 on B from A of course. Currently if I...