Community discussions

MikroTik App
 
cyb.0rg
newbie
Topic Author
Posts: 39
Joined: Thu Sep 15, 2005 2:52 pm

again and again p2p filtering

Thu Oct 27, 2005 5:28 pm

config :
ver 2.9.6

/ ip firewall filter
add chain=input connection-state=invalid action=drop
add chain=input connection-state=established action=accept
add chain=input protocol=udp action=accept
add chain=input protocol=icmp action=accept
add chain=input src-address=192.168.0.0/16 action=accept
add chain=input action=drop

/ip firewall filter
add chain=forward protocol=tcp connection-state=invalid action=drop
add chain=forward p2p=all-p2p action=drop
add chain=forward p2p=bit-torrent action=drop
add chain=forward connection-state=established action=accept
add chain=forward connection-state=related action=accept

+NAT for 192.168.0.0/16

but Bit-Torrent traffic still forwarding through MT , despite of firewall rules !!!
what's is the problem ? ? ?
 
cyb.0rg
newbie
Topic Author
Posts: 39
Joined: Thu Sep 15, 2005 2:52 pm

Fri Oct 28, 2005 3:17 pm

anyone ?
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26950
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Fri Oct 28, 2005 3:56 pm

did you disable/enable the interface it's on? it won't be effective if you add the rules when the connections are already established. also try to make a queue that limits the speed to some 20bps, also very effective.