Difference between revisions of "P2P blocking"
From SME Server
Jump to navigationJump to searchRayMitchell (talk | contribs) (Added Installation, Uninstallation, disable commands) |
RayMitchell (talk | contribs) (renamed Overview section and improved text) |
||
Line 1: | Line 1: | ||
− | == | + | ==Overview== |
The goal of the IPP2P project is to identify peer-to-peer (P2P) data in IP traffic. | The goal of the IPP2P project is to identify peer-to-peer (P2P) data in IP traffic. | ||
− | {{Note box|These instructions refer to smeserver-ipp2p | + | Refer http://ipp2p.org/ which then refers to http://opendpi.org/ |
− | The package | + | |
− | + | It appears the ipp2p project may now be defunct (at February 2010). | |
+ | |||
+ | {{Note box|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=== | ===Installation=== |
Revision as of 00:03, 14 February 2010
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).
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