Hi,
I'm a little in trouble here as I wanted to provide a reporting interface via web access using the nice web interface.
I'm only allowed to run the web server on port 80 which suits me well, I edited the httpd.conf accordingly to allow listen on 0.0.0.0:80. Locally this works, all the interface does play nicely
As soon as I try from a remote station after logging in via admin/admin I get "Backend not "
It would be troublesome for me to have to open some mysterious port for the communication but when I check on network level I see that the web server is delivering this message together with an HTTP 200 result code - which would be ok! This is quite confusing. Does something in the application framework really distinguish between a local login and some remot request?
What did you folks do to remotely access a Palo Web which is not on the same network?
Thank,
Mario