> Date: Monday, March 14, 2016 15:27:47 -0700 > From: maaf4d <bacula-fo...@backupcentral.com> > > I am using the public IP address of the machines like so: > > Storage { # definition of myself > Name = storage-sd > SDPort = 9103 # Director's port > WorkingDirectory = "/var/lib/bacula" > Pid Directory = "/var/run/bacula" > Maximum Concurrent Jobs = 20 > SDAddress = public.ip.address.xx > } >
You should double check that you don't have 127.0.0.1 or localhost specified anywhere in your configurations. About the only way you are going to get netstat output like: tcp 0 0 127.0.1.1:9101 0.0.0.0:* LISTEN 6591/bacula-dir tcp 0 0 127.0.1.1:9102 0.0.0.0:* LISTEN 1886/bacula-fd tcp 0 0 127.0.1.1:9103 0.0.0.0:* LISTEN 1865/bacula-sd is if you are specifying the localhost name or ipnumber. Also, that "xxAddress" line is optional and, as the documentation indicates, it should bind to all addresses if nothing is specified. Try dropping that line. [by the way, could you please reply with context. it is very hard to reply to your messages from the mailing list side when they don't carry any of the thread.] ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users