On 02/23/2017 11:37 AM, Jan Stefanovic wrote:

> When I run the script manually, I can see the ssh tunnel is up between bacula 
> sever and bacula client
> but backup never works as bacula can’t find client-fd.

What are you trying to do exactly? E.g.

server# ssh -L 1234:client:9102 u...@firewall.my.domain

Now the server should have in bacula-dir.conf

Client {
  Name = client-fd
  Address = 127.0.0.1
  FDPort = 1234
...

-- off the top of my head that should be all you need for a client
behind a firewall.

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to