Difference between revisions of "IPv6 Issue with zimbra-proxy"
m (→IPv6-Issue with zimbra-proxy) |
|||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =IPv6-Issue with zimbra-proxy= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | |
− | + | {{WIP}} | |
+ | |||
+ | |||
+ | ====Problem==== | ||
Tried to enable IPv6 with the following command : | Tried to enable IPv6 with the following command : | ||
Line 17: | Line 23: | ||
</pre> | </pre> | ||
− | + | ====Solution==== | |
Follow the below steps to enable IPv6 : | Follow the below steps to enable IPv6 : | ||
− | 1. Run as zimbra user : | + | '''1)'''. Run as zimbra user : |
su - zimbra | su - zimbra | ||
zmprov ms `zmhostname` zimbraIPMode both | zmprov ms `zmhostname` zimbraIPMode both | ||
− | 2. Run this command | + | '''2)'''. Run this command |
/opt/zimbra/libexec/zmiptool | /opt/zimbra/libexec/zmiptool | ||
Line 33: | Line 39: | ||
zmcontrol restart | zmcontrol restart | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6|2018-08-13}} | |
− | |||
− |
Revision as of 12:33, 13 August 2018
IPv6-Issue with zimbra-proxy
- This article is a Work in Progress, and may be unfinished or missing sections.
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