> -----Original Message----- > From: netfilter-admin@xxxxxxxxxxxxxxxxxxx > [mailto:netfilter-admin@xxxxxxxxxxxxxxxxxxx] On Behalf Of David T-G > Sent: Thursday, May 29, 2003 5:44 AM > To: NetFilter Users' List > Subject: where is libipt_match.so? > > > Hi again, all -- > > I have finally gotten my client to rebuild his SCO > UnitedLinux machine from scratch to give me a > guaranteed-clean base and I tried running my iptables setup > script. Everything (NIC discovery, init script creation, > etcetc) appears to have gone well but iptables has a problem: > > ... > iptables -t filter -A INPUT -i eth0 -m match > NEW,RELATED,ESTABLISHED -j ACCEPT > iptables v1.2.7a: Couldn't load match > `match':/usr/lib/iptables/libipt_match.so: cannot open shared > object file: No such file or directory > > This worked before, but I had also mucked around with the > SuSEfirewall2 scripts before; sure enough, it isn't there > now. Where does that file live? Do I need another RPM, perhaps? > > > TIA & HAND > Shouldn't the line read iptables -t filter -A INPUT -i eth0 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT Did a search in the pom for *match*. Didn't find any.