Results 1 to 6 of 6
Hi,
I have enabled owner match support in kernel version 2.6.35.5 through,
Networking -- Networking options -- Network packet filtering framework (Netfilter) -- Core netfilter configuration -- "owner" match support
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-01-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 12
Owner match support
Hi,
I have enabled owner match support in kernel version 2.6.35.5 through,
Networking -- Networking options -- Network packet filtering framework (Netfilter) -- Core netfilter configuration -- "owner" match support
I have compiled the kernel and rebooted, but csf is showing this error,
************
iptables: Unknown error 4294967295
Error: iptables command [/sbin/iptables -I OUTPUT -p tcp --dport 25 -m owner --uid-owner 0 -j ACCEPT] failed, at line 338
************
I have found out that the ipt_owner module is not enabled in the kernel. can you help me enabling this module in the kernel?
- 10-02-2010 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
If you did not compile the kernel with support for this module:
Then you'll need to recompile using the usual "make config" or "make menuconfig" method and select this option as a module.Code:grep -i match_owner /boot/config* CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP6_NF_MATCH_OWNER=m
All kernel options
NETFILTER_XT_MATCH_OWNER
- 10-03-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 12
Thanks for the reply, I will check it out now....
- 10-04-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 12
- 10-04-2010 #5
Hit / key in menuconfig and search for it, editing config manually does not consider dependencies and is unlikely to work.
- 10-04-2010 #6Just Joined!
- Join Date
- Oct 2010
- Posts
- 12


Reply With Quote

