| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | -m owner and INPUT chain |
| From: | Ernest Davnis <mark@renton.name> |
| Date: | Mon, 28 May 2007 21:46:50 +0400 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| Sender: | netfilter-bounces@lists.netfilter.org |
| User-agent: | Mutt/1.4.2.2i |
Hi, I've got a problem which i can't solve with the help of Linux. The problem is such: there's a server with many shell accounts, i have to check what incoming/outcoming traffic generate these users. No problem with outgoing traff: iptables -D OUTPUT -m owner --uid-owner 500 -p all -j ACCEPT but it's said in man iptables: owner This module attempts to match various characteristics of the packet creator, for locally-generated packets. It is only valid in the OUTPUT chain, and even this some packets (such as ICMP ping responses) may have no owner, and hence never match. It means that I can't use owner module for INPUT chain I've also found a patch: http://svn.netfilter.org/cgi-bin/viewcvs.cgi/branches/patch-o-matic-ng/linux-2.6.11/owner-socketlookup/ but i can't make it work on linux kernel 2.6.20+, as there's a difference in tcp.h, udp.h and etc or anything else that I don't know. Using FreeBSD to solve such a problem is the following: # ipfw add ip from any to me in uid 500 # ipfw add ip from me to any out uid 500 Can I make smth similar on Linux? -- BRGDS. Ernest Davnis. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Default deny rule, Gopinath |
|---|---|
| Next by Date: | Re: -m owner and INPUT chain, Fernando R. Durso |
| Previous by Thread: | iptables 1.3.7 doesn't properly test for condition patch, Andrew Schulman |
| Next by Thread: | Re: -m owner and INPUT chain, Fernando R. Durso |
| Indexes: | [Date] [Thread] [Top] [All Lists] |