That rules actually work for me on a test router I installed yesterday. I run a client for the edonkey network and this rules works. It will not drop every packets, but it will be impossible to connect and download anything.Hello, I have been testing the 2.9.5 version of MT, I am trying to block all p2p traffic but this version does not work at all. Here is how I set it up:
0 chain=forward p2p=all-p2p action=drop
I am not sure if I am missing something here. I looked at the 2.9 manual but I could not find anything on p2p.
I'm using 2.9.5 on multiple routers with no problems. That could be attributed to my experience with networks and mikrotik. I find some users on this forum who have problems with Router OS have no basic understanding of networks, or any real experience with Network Operating Systems. This isn't Linksys SOHO grade equipment, That said...thank you both for the input, but I still think 2.9.5 is not ready for action, I try to drop all p2p and I see no traffic being drop at all. I downloaded limewire and tested it myself and I could download music. Once I connected the 2.8.28 back I was blocked.
Another thing, do any of you can help setup burst for my pppoe clients on 2.8.28? See pppoe has profiles and I would like to set busrt limit for them. but when I use the profile I can only make limit at for download and upload.
thanks
/ip firewall connection tracking set enabled=yes
You're completely nuts. This way you block absolutely everythinng, including some websites that don't use port 80. This is no "INTERNET" being delivered to the users, this is some websites only. Internet is NOT JUST WEB, people use all kindsa services on the network. Furhtermore why the hell would anybody want to drop p2p ?!? Just lower it's priority beanath all other or something. Why be an ISP and cut off your own services to the users? You want to be half of ISP or a third of ISP ? You are trying to catch monkeys with bran??!?@dannyboy i've done this and its work:
rule forward:
add src-address=10.x.x.x/16
protocol=tcp
dst-port=80!
action=drop/reject
it means that all port except port 80 will be drop/reject......
i think blocking the port is more effesiens more than have to block by the name of the p2p because more p2p program will
You're completely nuts. This way you block absolutely everythinng, including some websites that don't use port 80. This is no "INTERNET" being delivered to the users, this is some websites only. Internet is NOT JUST WEB, people use all kindsa services on the network. Furhtermore why the hell would anybody want to drop p2p ?!? Just lower it's priority beanath all other or something. Why be an ISP and cut off your own services to the users? You want to be half of ISP or a third of ISP ? You are trying to catch monkeys with bran??!?@dannyboy i've done this and its work:
rule forward:
add src-address=10.x.x.x/16
protocol=tcp
dst-port=80!
action=drop/reject
it means that all port except port 80 will be drop/reject......
i think blocking the port is more effesiens more than have to block by the name of the p2p because more p2p program will
Add a simple queue:thanks for the quick response Tonda.. I will explain better what I want to do:
I have a small ISP of 47 users in Nicaragua Central America. Right now I have p2p blocked from 7 am to 10 pm after 10 pm is unblocked. What I want to do is instead of completly blocking p2p from the network is to have it unblocked but to put a total limit of 128k to the whole network.
"I want people to share the 128k for p2p use only"
I hope I explain what I wanted to do more clear, I realy thank you for the quick response.
daniel
add name="Peer to Peer" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 queue=default/default limit-at=0/0 max-limit=128000/128000 total-queue=default p2p=all-p2p