Hi!

So, this is not the problem :)

Maybe you should check for network communication problems with some telnet
commands:

- from client (192.168.0.X) to bacula-sd (192.168.0.5): telnet on port 9103

- from client (192.168.0.X) to bacula-sd (1G network ip address): telnet on
port 9103

- from client (192.168.0.X) to bacula-dir (192.168.0.Y): telnet on port 9101

- from director (192.168.0.Y) to client (192.168.0.X): telnet on port 9102

- from client (192.168.0.X) to bacula-dir (1G network ip address): telnet
on port 9101

- from director (1G network ip address) to client (192.168.0.X): telnet on
port 9102

- from director (192.168.0.Y) to bacula-sd (192.168.0.5): telnet on port
9103

- from bacula-sd (192.168.0.5) to director (192.168.0.Y): telnet on port
9101

Don´t know if your director and bacula-sd are on the same host. If so, they
should be able to talk to each other.

Regards,
Ana



On Thu, Sep 19, 2013 at 10:42 AM, Radosław Korzeniewski <
rados...@korzeniewski.net> wrote:

> Hello,
>
> 2013/9/19 Ana Emília M. Arruda <emiliaarr...@gmail.com>
>
>  Hi,
>>
>> Maybe it should be SDAddress = 192.168.0.5 instead of Address =
>> 192.168.0.5?
>>
>>
> If I understand the code right both have the same effect (dird_conf.c):
>
>    {"address",     store_str,      ITEM(res_store.address),    0,
> ITEM_REQUIRED, 0},
>    {"sdaddress",   store_str,      ITEM(res_store.address),    0, 0, 0},
>
>
>> Storage {
>>   Name = jukebox-p
>>   Address = 192.168.0.5
>>   SDPort = 9103
>>   Password = <password>
>>
>>
> Best regards
> --
> Radosław Korzeniewski
> rados...@korzeniewski.net
>
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to