View Single Post
  #7 (permalink)  
Old 09-25-2005, 06:49 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default iptables mapping still active

You'll see the 80->7070 mapping still active if you run (as root)
iptables -t nat -L

To turn this off, run (as root):
/opt/zimbra/bin/zmiptables -u
/opt/zimbra/bin/zmiptables -i
Reply With Quote