Tom Eastep wrote:
> Vicente Ferrando wrote:
>>      Hi,
>>
>>      I'm also having the same problem. The ipp2p module is loaded correctly
>> into the kernel:
>> [EMAIL PROTECTED]:/etc/shorewall# lsmod | grep ipp2p
>> ipt_ipp2p               9088  0 
>>
>>      And like the former post, iptables report support for ipp2p. I had
>> problems to make ipp2p support into iptables 1.3.6 so I downgraded to
>> 1.3.5. And now iptables recognices the match but "shorewall show
>> capabilities" keeps on saying:  IPP2P Match: Not available
>>
>>      I was using ubuntu with shorewall 3.2.4 .deb package and decided to try
>> with 3.2.5 tarball. But I'm still having the same problem. 
>>
>>      Could be a problem related to 2.6.18 kernel?
>>
>>      I don't know what else can I try.
>>      
> 
> What is the result of this sequence of commands:
> 
> ipset -N fooX1234 iphash
> iptables -N fooX1234
> iptables -A fooX1234 -m set --set fooX1234 src -j ACCEPT
> 

Sorry -- wrong set of commands (I've been working on an ipsets problem this
morning). Try these:

iptables -N fooX1234
iptables -A fooX1234 -p tcp -m ipp2p --ipp2p -j ACCEPT

-Tom
-- 
Tom Eastep    \ Nothing is foolproof to a sufficiently talented fool
Shoreline,     \ http://shorewall.net
Washington USA  \ [EMAIL PROTECTED]
PGP Public Key   \ https://lists.shorewall.net/teastep.pgp.key

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to