View Single Post
  #14 (permalink)  
Old 08-22-2006, 02:21 AM
goetzi goetzi is offline
Project Contributor
 
Posts: 223
Default

I soon will move my Zimbra install to a root server, where I want to buy one additional IP address for all the Zimbra stuff. Therefore I have to force all Zimbra services (tomcat, openldap, pop3, secure pop3, etc.) to listen on this IP address.

On a test install I managed to bind tomcat on an additional IP (changed server.xml). All other services still listen on all addresses. Is there a workaround for that?

Here is a part of a netstat where all services are listed which would have to be configured to listen on one specific IP:

Code:
tcp        0      0 0.0.0.0:3310                0.0.0.0:*                   LISTEN      5958/clamd          
tcp        0      0 :::993                      :::*                        LISTEN      5828/java           
tcp        0      0 :::995                      :::*                        LISTEN      5828/java           
tcp        0      0 :::7780                     :::*                        LISTEN      5923/httpd          
tcp        0      0 :::7047                     :::*                        LISTEN      5594/java           
tcp        0      0 :::110                      :::*                        LISTEN      5828/java           
tcp        0      0 :::143                      :::*                        LISTEN      5828/java           
tcp        0      0 :::7025                     :::*                        LISTEN      5828/java              
tcp        0      0 :::7035                     :::*                        LISTEN      5828/java
Reply With Quote