iptables match owner not 'matching' anything?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am running iptables v1.2.11 with kernel 2.4.28 on a RH 7.3. server and I can't get the match owner option to actually 'match' anything.

For example, I add the following rule to iptables.
iptables -A OUTPUT -p tcp --match owner --uid-owner 503 --dport 80 -j DROP 
 
It is added to iptables without an error:
root@host [/]# iptables -L | grep dynax
DROP       tcp  --  anywhere             anywhere            OWNER UID match dynax tcp dpt:http

But I can still wget http://www.domain.com with this user , nothing is being blocked.
I did also try it as the only rule (after flushing iptables), still nothing. 

I tried it with user nobody (--uid-owner 99) and have a php script retrieve http://www.domain.com. This wasn't blocked either.
So somehow match owner doesn't match anything it seems.

root@host [/]# iptables -V
iptables v1.2.11

root@host [/]# uname -r
2.4.28

root@host [/]# lsmod
Module                  Size  Used by    Not tainted
ipt_owner               2040   1  (autoclean)
ipt_mark                1016   0  (autoclean)
ipt_MARK                1368   0  (autoclean)
ipt_TOS                 1720   7  (autoclean)
iptable_mangle          2840   1
ip_conntrack_ftp        5008   0  (unused)
ip_conntrack_irc        3760   0  (unused)
ipt_unclean             7448   0
ipt_REJECT              4184   5
ipt_LOG                 4216  12
ipt_limit               1592  10
iptable_filter          2444   1
ipt_multiport           1304   4
ipt_state               1080  19
ip_conntrack           27080   2  [ip_conntrack_ftp ip_conntrack_irc ipt_state]
ip_tables              15232  12  [ipt_owner ipt_mark ipt_MARK ipt_TOS iptable_mangle ipt_unclean ipt_REJECT ipt_LOG ipt_limit iptable_filter ipt_multiport ipt_state]
ehci-hcd               21516   0  (unused)
usb-uhci               26032   0  (unused)
usbcore                77164   1  [ehci-hcd usb-uhci]
raid1                  14608   6

Does anyone know what I'm doing wrong?



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux