IPv6 Issue with zimbra-proxy: Difference between revisions

(Created page with "===<h1>IPv6-Issue with zimbra-proxy</h1>=== <hr> <br> <h2>Problem:</h2> Tried to enable IPv6 with the following command : zmprov ms `zmhostname` zimbraIPMode both While ru...")
 
Line 27: Line 27:
2. Run this command  
2. Run this command  


  /opt/zimbraa/libexec/zmiptool
  /opt/zimbra/libexec/zmiptool


Then try restart the zimbra services :
Then try restart the zimbra services :

Revision as of 20:46, 22 December 2017

IPv6-Issue with zimbra-proxy



Problem:

Tried to enable IPv6 with the following command :

zmprov ms `zmhostname` zimbraIPMode both

While running the zmcontrol restart got the following error :

Starting proxy...Failed. 
Starting nginx...nginx: [emerg] bind() to [::]:7143 failed (98: Address already in use) 
nginx: [emerg] bind() to [::]:7993 failed (98: Address already in use) 
nginx: [emerg] bind() to [::]:7110 failed (98: Address already in use) 
nginx: [emerg] bind() to [::]:7995 failed (98: Address already in use)

Solution:

Follow the below steps to enable IPv6 :

1. Run as zimbra user :

su - zimbra 
zmprov ms `zmhostname` zimbraIPMode both

2. Run this command

/opt/zimbra/libexec/zmiptool

Then try restart the zimbra services :

zmcontrol restart


Sourabh Bhushan

<sbhushan@zimbra.com>

Jump to: navigation, search