On Wed, Dec 21, 2011 at 4:12 PM, DMS <bacula-fo...@backupcentral.com> wrote:
> 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.
>

Doesn't 0.0.0.0 work for dir address? Or is this a security risk?

What ip address do you have bat connecting on in you bat.conf? If it's
127.0.0.1 or local host that will not work with your previous config.

John

------------------------------------------------------------------------------
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