Am 16.05.2017 um 19:51 schrieb Flavio Meyer: > Am Dienstag, 16. Mai 2017 13:38:44 UTC+2 schrieb Flavio Meyer: >> Hi Guys, >> >> I have a little problem with the Bareos WebUI. One server has the Bareos >> Director installed and my Webserver has Bareos WebUI installed. How can i >> access the Bareos Director with my Bareos WebUI? >> >> Thanks for reply. >> >> Best regards, >> >> Flavio Meyer > > Hi Frank, > > Thanks for your fast answer. I configured the servers but i can't log in. Has > Bareos a logfile what I could look at? >
First make sure you have reloaded the configuration of the director after adding the restricted console and profile, use the reload command in bconsole or restart the director daemon. Keep SELinux in mind if it is enabled on the webserver host, then permissions must be given to httpd to make network connections. setsebool -P httpd_can_network_connect on Also check your firewall settings on the director host if dirport 9101 is open. Check if hostnames entered in your directors.ini can be resolved by DNS. Regarding Debug Messages please see: http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-586000J.1 Regards Frank -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
