I just installed CentOS 5 and put ZoneMinder on it. Everything seems to be working fine, except I can't access the web pages from a remote computer, even if it's on the same LAN. If I lynx to the webpage from the server itself the web page comes up. I checked iptables and there doesn't seem to be any block there. There is no firewall within my LAN that would block port 80. Any other ideas?
Thanks
On Thu, Mar 27, 2008 at 1:49 PM, Curtis Vaughan curtis@npc-usa.com wrote:
I just installed CentOS 5 and put ZoneMinder on it. Everything seems to be working fine, except I can't access the web pages from a remote computer, even if it's on the same LAN. If I lynx to the webpage from the server itself the web page comes up. I checked iptables and there doesn't seem to be any block there. There is no firewall within my LAN that would block port 80. Any other ideas?
I would double check the iptables.. the default CentOS policy will not let 80 in. After that I would look at the configurationt hat ZoneMinder has in case it is limiting connections to localport (netstat -natp )
Curtis Vaughan wrote:
I just installed CentOS 5 and put ZoneMinder on it. Everything seems to be working fine, except I can't access the web pages from a remote computer, even if it's on the same LAN. If I lynx to the webpage from the server itself the web page comes up. I checked iptables and there doesn't seem to be any block there. There is no firewall within my LAN that would block port 80. Any other ideas?
Check "Allow from" in /etc/httpd/conf.d/zoneminder.conf
Mogens