Community discussions

MikroTik App
 
sarenos
newbie
Topic Author
Posts: 42
Joined: Fri Feb 11, 2005 7:36 pm

p2p filtering

Mon Oct 31, 2005 10:38 am

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
 
cibernet
Long time Member
Long time Member
Posts: 610
Joined: Fri Jan 28, 2005 7:22 pm
Location: Marcos Juárez, Córdoba, Argentina
Contact:

Sat Dec 17, 2005 8:03 am

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
 
Gotmoh
newbie
Posts: 38
Joined: Fri Jul 15, 2005 8:56 am

Sat Dec 17, 2005 2:48 pm

Try controll connection limits for users. Every p2p program generates 100+ more connections and lot of conn try per minute.
 
hideident
just joined
Posts: 2
Joined: Wed Jun 01, 2005 6:08 pm
Location: Negorone Simbahku sing di Jajah Londo Ireng

Sun Dec 18, 2005 2:17 pm

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
:(
 
User avatar
Hugh Hartman
Frequent Visitor
Frequent Visitor
Posts: 92
Joined: Fri May 28, 2004 2:01 pm
Location: Fort Kent, Maine

Sun Dec 18, 2005 2:40 pm

P2P feature was added in 2.8 so 2.7 won't work.