Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/feed-rss2.php on line 8
Securing SNMP (Linux / Windows) – AKLWEB HOST LLC Support Center https://support.aklwebhost.com Tue, 26 Nov 2019 08:43:14 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 Securing SNMP (Linux / Windows) https://support.aklwebhost.com/knowledgebase/securing-snmp-linux-windows/ https://support.aklwebhost.com/knowledgebase/securing-snmp-linux-windows/#respond Tue, 26 Nov 2019 08:43:14 +0000 https://support.aklwebhost.com/?post_type=manual_kb&p=2374 SNMP is used for remote monitoring and configuration of dedicated servers. If you have not changed the default community string of ‘public’ or ‘private’, your server may be abused to conduct DDOS attacks. In addition, publicly accessible SNMP can leak information about your server. We suggest using hard to guess community strings.

On Windows machines, SNMP is run through the ‘SNMP’ service. To change the community string:

  1. Open Control Panel -> Administrative Tools -> Services
  2. Find ‘SNMP Service’, right click it, and choose Properties
  3. On the Security tab, click the ‘Add’ button near ‘Accepted community names’
  4. Enter a secure password for this (do not reuse any existing password)
  5. Make sure to remove any insecure passwords (default values such as ‘public’ or ‘private’ are commonly abused)
  6. Click OK
  7. Restart the SNMP service

On Linux machines, SNMP is commonly run through the net-snmp library:

  1. Open your snmpd.conf file (usually /etc/snmp/snmpd.conf)
  2. Find the line that looks like: ‘com2sec notConfigUser default public’ (the line will begin with com2sec and end with a password. In this example, the password is ‘public’)
  3. Change the ‘public’ at the end of the line to a more secure password
  4. Restart the SNMP server with: ‘service snmpd restart’
]]>
https://support.aklwebhost.com/knowledgebase/securing-snmp-linux-windows/feed/ 0