View Single Post
  #7 (permalink)  
Old 10-06-2005, 05:56 PM
Justin Rock Justin Rock is offline
Intermediate Member
 
Posts: 16
Default Unable to run zmiptables as zimbra user

$ zmiptables -u
failed to make symlink /etc/rc2.d/S08iptables: File exists
failed to make symlink /etc/rc3.d/S08iptables: File exists
failed to make symlink /etc/rc4.d/S08iptables: File exists
failed to make symlink /etc/rc5.d/S08iptables: File exists
iptables v1.2.11: can't initialize iptables table `nat': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.

zmiptables -i
failed to make symlink /etc/rc2.d/S08iptables: File exists
failed to make symlink /etc/rc3.d/S08iptables: File exists
failed to make symlink /etc/rc4.d/S08iptables: File exists
failed to make symlink /etc/rc5.d/S08iptables: File exists
iptables v1.2.11: can't initialize iptables table `nat': Permission denied (you must be root)


If I run zmiptables as root, then I get listings for the port forwarding when I do iptables -t nat -L.
Reply With Quote