Bacula-users

[Bacula-users] One SD two subnets

2011-08-02 09:47:32
Subject: [Bacula-users] One SD two subnets
From: Simone Martina <smartina AT noc.skylogicnet DOT com>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 02 Aug 2011 15:31:39 +0200
Goodevening,
I got a little problem: I have a bacula director on a server with two
NIC interfaces, each of one got a different subnet: 172.20.60.0/24 and
172.20.61.0/24 and I could only use a single LTO-4 tape reader.
Now, the problem is howto configure storage section in director
configuration file, because the differnt client (from the two nets)
should receive two different IP to contact SD.

Now I have tried this storage config:
Storage {
  Name = TAPECORP
  Address = 172.20.60.1
  SDPort = 9103
  Password = "foobar1"
  Device = TAPE
  Media Type = LTO-4
  Maximum Concurrent Jobs = 20
}

Storage {
  Name = TAPECUST
  Address = 172.20.61.1
  SDPort = 9103
  Password = "foobar2"
  Device = TAPE
  Media Type = LTO-4
  Maximum Concurrent Jobs = 20
}

172.20.60.1 and 172.20.61.1 are, respectively, the IPs of BaculaDIR/SD
for each net (DIR and SD are located onto the same physical server).

Is it the right way to configure it?

Thanks in advance for your suggestions,

Simone

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
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>