Okay, adding the multiple IPs has the director restarting correctly, but breaks 
everything else. BAT cannot connect to it, and neither can the webmin add-on. 

So going from:

Director {                            # define myself
  Name = ubunback-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 1
  Password = "****************************"         # Console password
  Messages = Daemon
  DirAddress = 192.9.200.97
}

to:

Director {                            # define myself
  Name = ubunback-dir
#  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 1
  Password = "****************************"         # Console password
  Messages = Daemon
  DirAddresses = {
       ip = { addr = 192.9.200.97; port = 9101 }
       ip = { addr = 10.128.50.8; port = 9101 }
       }
}

will still have the director restart just fine, but break everything else. 

Any help would be greatly appreciated.

+----------------------------------------------------------------------
|This was sent by rmc...@teamdms.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to