Filipe Almeida - 2004-05-17

Logged In: YES
user_id=291355

Hi,
This is natural. iptables-p2p only blocks/matches specific
packets of a p2p connection, which is enough to stop
downloads/uploads. Typically this are hello type packets.

Since iptables-p2p doesn't look at port numbers, only the
data contents, there is no way iptables-p2p can block all
packets, unless it is added by CONNMARK. Even then, initial
packets before the hello will pass.

This should not be a problem.