Difference between revisions of "P2P blocking"
From SME Server
Jump to navigationJump to searchRayMitchell (talk | contribs) m (added brackets to allow Note Box to display correctly when Bugzilla link included) |
RayMitchell (talk | contribs) (Added Installation, Uninstallation, disable commands) |
||
Line 5: | Line 5: | ||
The package will need recompiling for SME 7.2 before it will work, | The package will need recompiling for SME 7.2 before it will work, | ||
see here to volunteer [[[[Bugzilla:38]]]]}} | see here to volunteer [[[[Bugzilla:38]]]]}} | ||
+ | |||
+ | ===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=== | ===Configuration=== | ||
− | + | ====Enabling==== | |
set configuration values for various networks <br> | set configuration values for various networks <br> | ||
The default is disabled, ie no blocking of p2p <br> | The default is disabled, ie no blocking of p2p <br> | ||
Line 18: | Line 27: | ||
config setprop ipp2p winmx enabled | config setprop ipp2p winmx enabled | ||
− | check | + | check settings are correct |
config show ipp2p | config show ipp2p | ||
Line 24: | Line 33: | ||
signal-event remoteaccess-update | signal-event remoteaccess-update | ||
+ | ====Disabling==== | ||
To disable blocking setprop to disabled | 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 | ||
<noinclude>[[Category:Contrib]]</noinclude> | <noinclude>[[Category:Contrib]]</noinclude> | ||
+ | |||
+ | ===Uninstallation=== | ||
+ | |||
+ | yum remove smeserver-ipp2p |
Revision as of 23:38, 13 February 2010
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