P2P blocking

From SME Server
Revision as of 13:28, 11 May 2010 by Timn (talk | contribs) (categorisation)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

The goal of the IPP2P project is to identify peer-to-peer (P2P) data in IP traffic.

Refer http://ipp2p.org/ which then refers to http://opendpi.org/

It appears the ipp2p project may now be defunct (at February 2010).


Important.png Note:
These instructions refer to smeserver-ipp2p.

The package must be recompiled for each released version of SME server and the corresponding kernel (and kernel mod) version.

The last smeserver-ipp2p package was released on 3 March 2009.

See [[Bugzilla:38]] for information regarding the current status of development & maintenance.


Installation

The rpm is currently located in the smetest repository here

http://mirror.contribs.org/smeserver/releases/7.4/smetest/i386/RPMS/

To install do

yum install --enablerepo=smetest smeserver-ipp2p

Configuration

Enabling

set configuration values for various networks
The default is disabled, ie no blocking of p2p
bit = bittorrent and ipp2p = are the common protocols, the others are less common and not as well tested.

config setprop ipp2p apple enabled
config setprop ipp2p bit enabled
config setprop ipp2p ares enabled 
config setprop ipp2p ipp2p enabled
config setprop ipp2p soul enabled 
config setprop ipp2p winmx enabled 

check settings are correct

config show ipp2p

apply changes and restart server

signal-event remoteaccess-update

Disabling

To disable blocking setprop to disabled

config setprop ipp2p apple disabled
config setprop ipp2p bit disabled
config setprop ipp2p ares disabled 
config setprop ipp2p ipp2p disabled
config setprop ipp2p soul disabled 
config setprop ipp2p winmx disabled

apply changes and restart server

signal-event remoteaccess-update

Uninstallation

yum remove smeserver-ipp2p