Help - Search - Members - Calendar
Full Version: P2P filter for vista 64bits
B.I.S.S. Forums > Internet Security Forum > Security Tool Database
psies
Hi there,

I have tried peerguardian 2 and protowall but both do not work under vista 64 bits.. sad.gif
What kind of other programs are there avaible which work vista 64bits?
firstaid
The best thing you can do now is use an application with built in IP blocking for 64 bit users. I have a guide for azureus and for utorrent you can use the utorrent updater do download your files and place them into utorrent. Emule has a section for blocking ip as well.

not all applications have built in IP blocking but most popular apps do.
psies
QUOTE (firstaid @ Mar 10 2008, 03:06 AM) *
The best thing you can do now is use an application with built in IP blocking for 64 bit users. I have a guide for azureus and for utorrent you can use the utorrent updater do download your files and place them into utorrent. Emule has a section for blocking ip as well.

not all applications have built in IP blocking but most popular apps do.


and where do i find this guide (for utorrent)
I have checked mine utorrent but i cannot see any p2p filters...
firstaid
http://www.bluetack.co.uk/forums/index.php?showtopic=15282

just a note, the guide is old and needs to be updated for the new utorrent clients but the basics are still there. I will hunt down the link to the utorrent updater in a few.

This is the utorrent updater I spoke of.

http://www.bluetack.co.uk/forums/index.php...torrent+updater

you can modify it to grab lists that you want.

This is the code inside the update MS-Batch file,(right click and edit it will open with notepad) You can modify it to download the nipfilter or the pipfilter.dat.gz

@echo off
wget -N "http://www.bluetack.co.uk/config/nipfilter.dat.gz"
7za.exe x "nipfilter.dat.gz"
del "%APPDATA%\uTorrent\ipfilter.dat"
copy "nipfilter.dat" "%APPDATA%\uTorrent\ipfilter.dat"
del "nipfilter.dat"



****************************************************

This is a quick mod, but I think it will work, be sure to look at our Blocklists FAQ before using the pipfilter.dat.gz to see what lists are all in it, It is all lists.

@echo off
wget -N "http://www.bluetack.co.uk/config/pipfilter.dat.gz"
7za.exe x "pipfilter.dat.gz"
del "%APPDATA%\uTorrent\ipfilter.dat"
copy "pipfilter.dat" "%APPDATA%\uTorrent\ipfilter.dat"
del "pipfilter.dat"
nikoqwerty
seriously, thank you so much
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.