On Thu, Mar 26, 2009 at 2:15 PM, Raymond Norton <[email protected]> wrote: > I am helping a friend get his bacula box running on Ubuntu 8.04 server. > > bacula was installed via apt-get. > > All services start fine, but netstat -a -n does not show the box is > listening on port 9101. ps -A shows all bacula services running. > > /etc/services has entries for ports 9101-9103 > > In bacula-dir.conf DIRport is set to 9101 > > > Any ideas what to look for to correct this? > Are you sure its not listining on 127.0.0.1?
Ubuntu default (overly protective) configuration files make bacula a one machine backup system but removing 127.0.0.1 and localhost from them and replacing this with the external ip address fixes the issue. John ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
