View Single Post
  #23 (permalink)  
Old 03-14-2008, 03:27 PM
smurraysb smurraysb is offline
Intermediate Member
 
Posts: 18
Default

Oh boy...sorry for all the trouble guys. So I've come across one small problem, and I'm not entirely sure what the cause could be, but once I get zimbra up and running, it for some reason blocks off the port :8181
I did a netstat -lp --tcp and this is what I got
Code:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 mail.sbstests.com:ldap  *:*                     LISTEN      10967/slapd         
tcp        0      0 localhost.localdo:10024 *:*                     LISTEN      14377/amavisd (mast 
tcp        0      0 localhost.localdo:10025 *:*                     LISTEN      14665/master        
tcp        0      0 *:mysql                 *:*                     LISTEN      19045/mysqld        
tcp        0      0 localhost.localdom:7306 *:*                     LISTEN      12953/mysqld        
tcp        0      0 localhost.localdom:7307 *:*                     LISTEN      13349/mysqld        
tcp        0      0 mail.sbstests.co:svrloc *:*                     LISTEN      3862/slpd           
tcp        0      0 localhost.locald:svrloc *:*                     LISTEN      3862/slpd           
tcp        0      0 *:dyna-access           *:*                     LISTEN      14419/clamd         
tcp        0      0 *:smtps                 *:*                     LISTEN      14665/master        
tcp        0      0 mail.sbstests.co:domain *:*                     LISTEN      5899/named          
tcp        0      0 localhost.locald:domain *:*                     LISTEN      5899/named          
tcp        0      0 *:8181                  *:*                     LISTEN      4462/python         
tcp        0      0 *:smtp                  *:*                     LISTEN      14665/master        
tcp        0      0 localhost.localdoma:953 *:*                     LISTEN      5899/named          
tcp        0      0 *:imaps                 *:*                     LISTEN      16462/java          
tcp        0      0 *:pop3s                 *:*                     LISTEN      16462/java          
tcp        0      0 *:7780                  *:*                     LISTEN      14501/httpd         
tcp        0      0 *:pop3                  *:*                     LISTEN      16462/java          
tcp        0      0 *:imap                  *:*                     LISTEN      16462/java          
tcp        0      0 *:www-http              *:*                     LISTEN      16462/java          
tcp        0      0 *:7025                  *:*                     LISTEN      16462/java          
tcp        0      0 *:ssh                   *:*                     LISTEN      4172/sshd           
tcp        0      0 localhost:953           *:*                     LISTEN      5899/named          
tcp        0      0 *:7035                  *:*                     LISTEN      16462/java          
tcp        0      0 *:7071                  *:*                     LISTEN      16462/java
So it's still there and listening, but for some reason the page crashes when I goto it. The zimbra pages still work though...
Reply With Quote