IPv6 Issue with zimbra-proxy: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
__FORCETOC__
__FORCETOC__
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=IPv6-Issue with zimbra-proxy=  
=Proxy services fails to start if IPv6 is enabled=  
<hr>
<hr>
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}  
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}  
{{WIP}}




====Problem====
====Problem====
 
Enabled IPv6 with the following command :
Tried to enable IPv6 with the following command :


  zmprov ms `zmhostname` zimbraIPMode both
  zmprov ms `zmhostname` zimbraIPMode both
Line 22: Line 20:
nginx: [emerg] bind() to [::]:7995 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:7995 failed (98: Address already in use)
</pre>
</pre>


====Solution====
====Solution====
Follow the below steps to enable IPv6 :
Follow the below steps to enable IPv6 :


'''1)'''. Run as zimbra user :
Change the zimbraIPMode to 'both':
 
  su - zimbra  
  su - zimbra  
  zmprov ms `zmhostname` zimbraIPMode both
  zmprov ms `zmhostname` zimbraIPMode both


'''2)'''. Run this command
Run 'zmiptool':
 
  /opt/zimbra/libexec/zmiptool
  /opt/zimbra/libexec/zmiptool


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


{{Article Footer|ZCS 8.8, 8.7, 8.6|2018-08-13}}
{{Article Footer|ZCS 8.8, 8.7, 8.6|2018-08-13}}

Latest revision as of 14:29, 30 August 2018

Proxy services fails to start if IPv6 is enabled


   KB 23336        Last updated on 2018-08-30  




0.00
(0 votes)


Problem

Enabled 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 :

Change the zimbraIPMode to 'both':

su - zimbra 
zmprov ms `zmhostname` zimbraIPMode both

Run 'zmiptool':

/opt/zimbra/libexec/zmiptool

Then try restart the zimbra services :

zmcontrol restart
Verified Against: ZCS 8.8, 8.7, 8.6 Date Created: 2018-08-13
Article ID: https://wiki.zimbra.com/index.php?title=IPv6_Issue_with_zimbra-proxy Date Modified: 2018-08-30



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search