Page 1 of 1
p2p filtering
Posted: Mon Oct 31, 2005 10:38 am
by sarenos
I am trying to filter P2P with mangle and queue trees, it runs correctly, but the problem is that all the others services goes too slow.
the http become very slow, so all customers complains about it.
What can I do ?
Best regards
Posted: Sat Dec 17, 2005 8:03 am
by cibernet
If you want to drop all p2p add this rule on firewall:
/ip firewall filter add chain=forward p2p=all-p2p action=drop
Check connection connection tracking is enabled on the firewall, so the router can identifie p2p traffic
Posted: Sat Dec 17, 2005 2:48 pm
by Gotmoh
Try controll connection limits for users. Every p2p program generates 100+ more connections and lot of conn try per minute.
Posted: Sun Dec 18, 2005 2:17 pm
by hideident
If you want to drop all p2p add this rule on firewall:
/ip firewall filter add chain=forward p2p=all-p2p action=drop
Check connection connection tracking is enabled on the firewall, so the router can identifie p2p traffic
i try this , but not working on 2.7 and 2.8.27
![Sad :(](./images/smilies/icon_sad.gif)
Posted: Sun Dec 18, 2005 2:40 pm
by Hugh Hartman
P2P feature was added in 2.8 so 2.7 won't work.