Is torrent downloading illegal ..... and I thought we were a bunch of guys all called Pierre who were sharing
![]()
I thought that it was "downloading is legal, seeding or uploading is illegal" ?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Is torrent downloading illegal ..... and I thought we were a bunch of guys all called Pierre who were sharing
![]()
I thought that it was "downloading is legal, seeding or uploading is illegal" ?
As the first case involving online distribution of copyrighted content, Norton’s trial had the potential to set legal precedent in South Africa.
Since it did not go to trial, however, there is still no case law on the issue of sharing copyrighted content using peer-to-peer technologies such as BitTorrent.
Dunno - According to this http://mybroadband.co.za/news/internet/103875-how-sas-first-online-pirate-was-caught.html
Kind of funny that the guys name is Norton.
This is why I recommended OP to set up QoS in his current modem/router.Aaah I love it when Mikrotik supergeeks recommend Mikrotiks to endusers completely ignoring the ridiculous learning curve involved.
The results are almost always exactly like this one where the end user runs themselves into the brick wall and then everyone who recommended the product runs away because they don't want to help out.
This is why I recommended OP to set up QoS in his current modem/router.
Mikrotik is NOT childsplay!
This is why I recommended OP to set up QoS in his current modem/router.
Mikrotik is NOT childsplay!
Ive been doing some research over the last few weeks on what possibilities there are to block p2p via my router.
In a nutshell: There are numerous other people in my household that is using my internet connection, and I want to block torrents and nzb's so that everyone can have a pleasant experience with a generally faster line.
I do not have access to their devices, so I cant configure it in any way. The only details I do have, is the MAC address of each device, with an IP address.
As far as I understand you can limit/block P2P in one of the following ways:
1. Flashing your Modem to aftermarket firmware such as "dd-wrt" and configuring it accordingly.
2. Getting an old PC and running a program such as "pfsource" to act as your firewall/router
3. Blocking ports on your existing router and setting up QoS.
Unfortunately neither of my 2 routers support any type of aftermarket firmware, and I dont have space to run a secondary PC, so It seems like I am stuck with option 3? And from what I understand, port blocking isnt too effective?
What would be the easiest, most cost effective way to block p2p? At this stage I am considering to buy a new modem that has some sort of built in functionality.
Any help and advice would be appreciated!
Perhaps I am a bit late to this party...
Why not just use OpenDNS Family Shield... punch its DNS setting into the router, p2p useless.
Primary 208.67.222.222
Secondary 208.67.220.220
Torrents are dead with this, as well as nzbs etc.
However, it also blocks all ** coff ** adult content as well.
I use it here in conjunction with nanny software to keep the kids from straying.
http://www.opendns.com/home-internet-security/parental-controls/opendns-familyshield/
1. add action=drop chain=forward comment="TORRENT No 1: Classic non security torrent" disabled=no p2p=all-p2p
2. add action=drop chain=forward comment="TORRENT No 2: block outgoing DHT" content=d1:ad2:id20: disabled=no dst-port=1025-65535 packet-size=95-190 protocol=udp
3. add action=drop chain=forward comment="TORRENT No 3: block outgoing TCP announce" content="info_hash=" disabled=no dst-port=2710,80 protocol=tcp
4. add action=drop chain=forward comment="TORRENT No 4: prohibits download .torrent files. " content="\r\nContent-Type: application/x-bittorrent" disabled=no protocol=tcp src-port=80
5. add action=drop chain=forward comment="TORRENT No 5: 6771 block Local Broadcast" content="\r\nInfohash:" disabled=no dst-port=6771 protocol=udp