OpenWrt Forum Archive

Topic: kmod-ipt-extra missing?

The content of this topic has been archived on 29 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I wanted to use --match owner with iptables, but I get:

iptables v1.4.18: Couldn't load match `owner':No such file or directory.

So I guess ipt_owner.ko is missing. It should be part of kmod-ipt-extra, but there is no package with that name. There are just:

kmod-ipt-conntrack
kmod-ipt-conntrack-extra
kmod-ipt-core
kmod-ipt-filter
kmod-ipt-ipopt
kmod-ipt-nat
kmod-ipt-nat-extra
kmod-ipt-nathelper

and I have all of them installed. Am I missing something here?

--

Weird, kmod-ipt-extra is in the package tree, but opkg doesn't find it. What could be the reason for that?

(Last edited by knuddel on 18 Jul 2013, 19:46)

Like I said, kmod-ipt-extra wasn't installed, which contains ipt_owner. And my opkg can't fint any other packages with kmod-ipt-*, I guess my packages.gz is broken, or the one of the trunk I am using, whatever reason for. I just copied the opks from trunk tree and installed kmod-ipt-extra and iptables-mod-extra. It's working now.

The discussion might have continued from here.