Carl Pender
04-17-2003, 03:38 PM
I have a problem with permissions. Here goes;
When logged on as 'root' I can obviously execute/change iptables, but when I log on as my username "cpender" I can't, even though I am part of the root group. I also tried changing the permissions of iptables themselves using chmod 777 /usr/sbin/iptables or changing the owner using chown cpender /usr/sbin/iptables but when I try to even list the iptables, using iptables -L I get an error message like so:
iptables v1.2.2: can't initialize iptables table `nat': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
I need to able to modify them as cpender. How do I do this. I thought that I had done all I could to so this but obviously not.
Thanks
Carl
When logged on as 'root' I can obviously execute/change iptables, but when I log on as my username "cpender" I can't, even though I am part of the root group. I also tried changing the permissions of iptables themselves using chmod 777 /usr/sbin/iptables or changing the owner using chown cpender /usr/sbin/iptables but when I try to even list the iptables, using iptables -L I get an error message like so:
iptables v1.2.2: can't initialize iptables table `nat': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
I need to able to modify them as cpender. How do I do this. I thought that I had done all I could to so this but obviously not.
Thanks
Carl