0

I want to block p2p and torrent connection without any firewall or server-side software installation.

Most of all it is FREE.

Thanks.

Kara Marfia
  • 7,892
  • 5
  • 32
  • 56
Nathaniel Varona
  • 748
  • 2
  • 8
  • 22
  • Why is this tagged with thin-client? If you're not blocking at the firewall or the server, are you looking for a client solution? More information about the machines generating the P2P and why you don't have the ability to block at the appropriate points in the network would be helpful. – Kevin Kuphal Jul 22 '09 at 13:23

6 Answers6

4

You probably have a pair of scissors somewhere; that'll block peer-to-peer software without costing anything, installing a firewall, or installing any software on a server.

womble
  • 95,029
  • 29
  • 173
  • 228
2

Is this for a single computer, or an entire network? If its a single computer, configure the windows firewall manually. If its a network, configure the windows firewall via GPO. (IF you are running AD, that is)

You could also look into OPENDNS.com filtering as well.

DanBig
  • 11,393
  • 1
  • 28
  • 53
  • +1 - this was my answer. Monitor the network traffic, determine ports and executables used for P2P, and make sure the Windows Firewall is set to block those through GPO. – Jeff Miles Jul 22 '09 at 13:54
0

WinXP SP2 and higher has a built-in firewall. That software can be configured to block all kinds of things, and it is already paid for.

Take a look at the configure and edit your question to be more specific, I'm sure you will get more specific answers

pcapademic
  • 1,650
  • 1
  • 14
  • 22
0

Try to decrease halfopen connections limit to minimum (i.e 1 or 2) it'll make p2p almost unusable, but also will cost you slow browsing speed

SaveTheRbtz
  • 5,621
  • 4
  • 29
  • 45
0

I would reccomend going with a P2P IP-Filter list. They're freely available. One in particular that I use is from:

http://blocklistpro.com/download-center/ip-filters/

And it's free. Migrate that to each users hosts file and flush the machines dns:

Start -> Run - > cmd ipconfig /flushdns

JohnyD
  • 1,614
  • 2
  • 20
  • 29
0

Get a Linksys WRT54G and put a 3rd party firmware on it (DD-WRT2.4+) that has bandwidth management functions. Then you can restrict bandwidth by port and/or ip address.

djangofan
  • 4,172
  • 10
  • 45
  • 59