Results 1 to 1 of 1
Hi all,
Is there a way to create a firewall rule to filter a packet based on which application generated it? Like zonealarm on windoze ?
I thought that using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-16-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 1
filtering packets for a specific application
Hi all,
Is there a way to create a firewall rule to filter a packet based on which application generated it? Like zonealarm on windoze
?
I thought that using the iptables "owner" module would do the trick, and this is what I get:
Code:$ iptables -A OUTPUT -m owner --cmd-owner someprog -j REJECT iptables: Invalid argument $ tail /var/log/messages [...] Mar 16 21:58:34 localhost kernel: ipt_owner: pid, sid and command matching not supported anymore

So, it has been disabled for some reason I can't understand. Is there a better way to do the same? Can it be reenabled recompiling the kernel from source?
I'm using fedora core 4 with kernel 2.6.15, but using 2.6.14 gives the same error.
Thanks,
Daniele


Reply With Quote
