Re: [gentoo-user] another iptables question...

2006-03-30 Thread Hiren Dave
Hi, please post the output of iptables -vnL. We're talking about users on that PC, not those using it as a gateway/router/bridge/whatever, correct? YES Output of iptables -nvL is: #iptables -nvLChain INPUT (policy ACCEPT 24 packets, 1440 bytes)pkts bytes target prot opt in out source destination

[gentoo-user] another iptables question...

2006-03-28 Thread Hiren Dave
Hi, I have configurediptables server on server1 (192.168.0.1/24).Now I want to allow user root on server1 to be connected to networkand all other users on server1 will not be able to ping other PCs. So I did this:#iptables -F#service iptables

Re: [gentoo-user] another iptables question...

2006-03-28 Thread Hans-Werner Hilse
Hi, On Tue, 28 Mar 2006 19:44:07 +0530 Hiren Dave [EMAIL PROTECTED] wrote: I did this: [...] #iptables -A OUTPUT -m owner --uid-owner 0 -j ACCEPT #iptables -A OUTPUT -j DROP [...] Still other users including root can ping other PCs. Why is this not working? please post the output of