P2P blocking
From SME Server
Revision as of 23:38, 13 February 2010 by RayMitchell (talk | contribs) (Added Installation, Uninstallation, disable commands)
p2p blocking
The goal of the IPP2P project is to identify peer-to-peer (P2P) data in IP traffic.
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