Installed but can't see control panel on 8081/8080
Posted: Tue Oct 30, 2007 3:16 pm
Hi all,
After about the third time trying to install it has gone on smoothly without any problems. We started openemm (without errors) and tried to navigate to host:8081 but the UI isn't being displayed.
Netstat says openemm is listening on 'tproxy' and 'webcahce' ports.
Could it be the IP tables? This is the command syntax we used to enable the ports:
Also tried the method the manual suggests to use for redhat.
If we do:
It returns this:
Using CentOS/GNU Linux with Apache running on port 80.
We would appreciate some help on this!
Chris
After about the third time trying to install it has gone on smoothly without any problems. We started openemm (without errors) and tried to navigate to host:8081 but the UI isn't being displayed.
Netstat says openemm is listening on 'tproxy' and 'webcahce' ports.
Could it be the IP tables? This is the command syntax we used to enable the ports:
Code: Select all
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT
If we do:
Code: Select all
ps -ef | grep OpenEMM.sh
Code: Select all
openemm 6310 5885 0 14:07 pts/0 00:00:00 /bin/sh ./OpenEMM.sh start
root 6595 6570 0 14:08 pts/1 00:00:00 grep OpenEMM.sh
We would appreciate some help on this!
Chris