Re: Dropping users making output connections.

2012-05-22 Thread Pascal Hambourg
[Please make sure you reply to the list] Sthu Deus a écrit : > You worte: > >>> Whats' wrong w/ my set up (I want to allow output traffic for the >>> users that are in the allowed group only): >>> >>> iptables -I OUTPUT 1 -m owner ! --gid-owner allowed -j DROP >>> >>> but what I get is that all t

Re: Dropping users making output connections.

2012-05-21 Thread Pascal Hambourg
Hello, Sthu Deus a écrit : > > > Whats' wrong w/ my set up (I want to allow output traffic for the users > that are in the allowed group only): > > iptables -I OUTPUT 1 -m owner ! --gid-owner allowed -j DROP > > but what I get is that all the users including those in the allowed > group are bl

Dropping users making output connections.

2012-05-14 Thread Sthu Deus
Good time of the day. Whats' wrong w/ my set up (I want to allow output traffic for the users that are in the allowed group only): iptables -I OUTPUT 1 -m owner ! --gid-owner allowed -j DROP but what I get is that all the users including those in the allowed group are blocked. If I write accep