Work around nginx proxy IPv6 fix
sed -i 's| ipv6only=off||g' /opt/zimbra/conf/nginx/templates/nginx.conf.*
Get current settings
su zimbra zmprov gs `zmhostname` | grep -i ipmode
Get public IP
# IPv6 curl http://v6.ipv6-test.com/api/myip.php # IPv4 curl http://v4.ipv6-test.com/api/myip.php
Enable IPv4 and IPv6
zmprov ms `zmhostname` zimbraIPMode both zmprov ms `zmhostname` "127.0.0.0/8 [::1]/128 IPv4/32 [IPv6]/128" /opt/zimbra/libexec/zmiptool zmcontrol restart
Latest posts by Kawin Viriyaprasopsook (see all)
- Convert flac audio to ogg/mp3 - 2020-12-20
- Fix systemd resolved not working (127.0.0.53) - 2019-09-23
- Safely remove SATA disk from a running Linux system - 2019-05-24
I’m using Zimbra 8.8. To enable IPv6 .I used the parameter ‘both’ and followed the process but it didn’t work. zmconfigd didn’t started after that.