p2p passthrough and limited bandwidth

Hello everyone,

Everything working great with MT!! Yeah!! I would like some help on setting up the following: I have p2p blocked 24/7 but there is one client that I will give access to. Now I want to let this client with a specific ip address have access to all p2p but limit him to a 64k down and upload. I tried by creating a rule in forward but could not even get the passthrough that to work. Can you send me the code on how to create the passthrough and how to limit that specific IP address to 64k bandwidth.

thanks to all

it would be very helpful if you give more specific information, to block p2p you can add firewall rule in forward section to drop all p2p except ip you let to pass. say you want to pass ip 192.168.0.5 to pass p2p rule and drop the rest of ip. code:
ip firewall rule forward add src-address=!192.168.0.5/32 p2
p=all-p2p action=drop

to limit you can use simple queue, to limit 192.168.0.5 to 64k up/down
queue simple add name=test target-address=192.168.0.5/32 in
terface=internal limit-at=64000

hope this help

Thanks for the information, I am using 2.9.5, either way I was able to setup what you told me and for some reason it still blocks that ip address from obtaining access to p2p. I tested it this way, I disable p2p block and limewire connects right then, I than modified the rule to this end enabled:

0 ;;; p2p
chain=forward src-address=!192.168.10.25 p2p=all-p2p action=drop

now I restated evrything from the MT to my computer with that IP address, turn on limewire and I have no access, as soon as I disable the rule I get access.

What could I be doing wrong?

Thanks

that rule should be blocking all p2p in 192.168.10.0/24 subnet except ip 192.168.10.25, if your ip address is not 192.168.10.25 then mk will drop your p2p connection

is the rule can be in Mikrotik version 2.9.6?? please support me.
Really i wanna block all ip with port 80 redirect to web proxy 8080
But i have problem when my clients, when they change Ip address that not register in my Mikrotik Router…sample
I used 192.168.0.0/24
i register my client with 192.168.0.2/32 with limit bandwith 64kbps
This is the rule that i made…

all p2p except ip you let to pass. say you want to pass ip 192.168.0.2 to pass p2p rule and drop the rest of ip. code:
ip firewall rule forward add src-address=!192.168.0.2/32 p2p=all-p2p action=drop

and i limit 64kbps, this rule like this :
to limit you can use simple queue, to limit 192.168.0.2 to 64k up/down
queue simple add name=test target-address=192.168.0.2/32 in
terface=internal limit-at=64000 (this is successfull…)

if my clients change ip address 192.168.0.3 and put web-proxy 192.168.0.1 :8080
they broke the limititation bandwith…how could that be…please help me..URGENT REEQUIRED!!