Bacula-users

Re: [Bacula-users] How to configure dir/sd with clients on different nets.

2008-08-02 13:43:05
Subject: Re: [Bacula-users] How to configure dir/sd with clients on different nets.
From: Hemant Shah <hjrrs AT yahoo DOT com>
To: 'bacula-users' <bacula-users AT lists.sourceforge DOT net>, Attila Fülöp <lichtscheu AT gesindel DOT org>
Date: Sat, 2 Aug 2008 10:42:50 -0700 (PDT)


--- On Fri, 8/1/08, Attila Fülöp <lichtscheu AT gesindel DOT org> wrote:

> From: Attila Fülöp <lichtscheu AT gesindel DOT org>
> Subject: [Bacula-users] How to configure dir/sd with clients on different 
> nets.
> To: "'bacula-users'" <bacula-users AT lists.sourceforge DOT net>
> Date: Friday, August 1, 2008, 3:32 PM
> Hi,
> 
> we have some configuration problems regarding backing up
> clients
> on different networks. Basically we have two different
> networks,
> one is our intranet and the other is a dedicated backup
> net. All
> of our servers, including the bacula server, are connected
> to both
> nets (with two nics). Regular backups are done via the
> backup net.
> 
> Now we need to backup a box which is only connected to the
> intranet and which I can't connect to the backup net
> since it has
> only one nic.
> 
> This is what i tried:
> 
> bacula-sd.conf:
>   Storage {
>       Name = stat-sd
>       SDAddresses = {
>         ip = { addr = intra.net.ip;  port = 9103; }
>           ip = { addr = backup.net.ip; port = 9103; }
>       }
>   }
>   Director {
>       Name = stat-dir
>       Password = "NCm9whatever"
>   }
> 
> bacula-dir.conf:
>   Storage {
>       Name = Overland
>       Address = backup.net.ip
>       SDPort = 9103
>       Password = "NCm9whatever"
>       Device = ArcVault
>       Media Type = LTO3
>       Autochanger = yes
>       Maximum Concurrent Jobs = 5
>   }
>   Storage {
>       Name = OverlandViaIntranet
>       Address = intra.net.ip
>       SDPort = 9103
>       Password = "NCm9whatever"
>       Device = ArcVault
>       Media Type = LTO3
>       Autochanger = yes
>       Maximum Concurrent Jobs = 4
>   }
>   Job {
>       Name = "loa"
>       JobDefs = "BackupJobDef"
>       Storage = OverlandViaIntranet
>       Client = "loa-fd"
>       FileSet = "loa Set"
>       Write Bootstrap = "/var/db/bacula/loa.bsr"
>   }
> 
> This works until the point where the client contacts the
> sd.
> The error raised is:
> 
> 01-Aug 20:21 loa-fd JobId 7845: Fatal error: Authorization
> key
> rejected by Storage daemon.

  Make sure that the passwords in the client fd config files matches the 
passwords in dir and sd config files on server.


> 
> Looking at the manual I can't find a description how
> the
> authorization between client and sd is supposed to work
> (every
> other connection tupel  is documented in great detail)
> 
> Any suggestion how we could solve this problem are
> appreciated.
> 
> Thanks, I'm off for the weekend.
> 
> Attila
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



Hemant Shah
E-mail: hjrrs AT yahoo DOT com


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>