Day: 7 April 2014

  • How to install an SNMP Server with FreeBSD ( made easy )

    My preference is using Net-SNMP which is included in ports, start by fetching the latest ports tree; # portsnap fetch # portsnap extract Then head over to the port location and install # cd /usr/ports/net-mgmt/net-snmp # make install clean Copy the sample configuration over to a working configuration if you need some examples cp /usr/local/share/snmp/snmpd.conf.example…