I've had a couple people ask me how to change the IP address of a Zimbra box; here's a tidbit originally from MarcMac.
We're using iptables for port redirection. This allows us to start the various server processes on non-privileged ports.
Consequently, after you re-ip the box, you need to run the following commands:
As zimbra:
zmcontrol shutdown
As root:
zmiptables -u
zmiptables -i
As zimbra:
zmcontrol startup
- Ari
