Hello @Eugene
It looks that in your storage settings in the Director configuration use:
Storage {
Address = localhost
}
To use this Bacula storage with remote Bacula clients this Address
cannot be localhost
but an address available for remote clients as well.
You can check it in Bacularis in:
[Main menu] => [Page: Storage] => [Button: 'edit' for selected storage in table]
Also please make sure that your storage daemon does not listen on localhost
network interface only. It is easy to check, for example by:
netstat -tlnp
or
lsof -anP -iTCP:9103
If it listens on 127.0.0.1:9103
, then you need to remove SdAddress
directive in the storage daemon configuration file. In Bacularis it can be done here:
[Main menu] => [Page: Storage] => [Button: 'details' for selected storage in table] => [Tab: Configure storage daemon] => [SubTab: Storage] => [Directive: SdAddress]
After that to apply changes you need to restart the storage daemon.
Good luck!
Best regards,
Marcin Haba (gani)