> Storage {
>   Name = 134-sd
> #  Do not use "localhost" here
>   Address = 127.0.0.1       # N.B. Use a fully qualified name here
>   SDPort = 9103
>   Password = "sdvfghree"          # password for Storage daemon
>   Device = HPUltrium                      # must be same as Device in
> Storage daemon
>   Media Type = Ultrium 2-SCSI                  # must be same as
> MediaType in Storage daemon
>   Autochanger = no
> }
>
> sd.conf
>
> #
> # List Directors who are permitted to contact Storage daemon
> #
>
> Director {
>   Name = 200-dir
>   Password = "sdvfghree"
> }
>
> fd.conf
>
> #
> # List Directors who are permitted to contact this File daemon
> #
> Director {
>   Name = 200-dir
>   Password = "soplete"
> }
>

You can not have 127.0.0.1 as the storage and expect an external file
daemon to connect to that. Change that to a valid external address and
it should work.

John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to