SNMP Install

Discussion in 'Installation/Configuration' started by gumpboy84, Mar 1, 2007.

  1. gumpboy84

    gumpboy84 New Member

    Hi Guys,

    I am trying to setup SNMP on our Debian Sarge Linux server to monitor its performance. Our company uses Whats Up to monitor items.

    I have installed SNMP on the system. I can do local snmpwalk but when I try to snmpwalk from another linux box, I get nothing. These servers are on the same network and there is no firewall/ip tables running to keep them from seeing each other. I am stumped at this point.

    Here is my snmpd.conf file:
    com2sec local 127.0.0.1/32 public
    com2sec local 10.10.10.0/24 public


    group MyROGroup v1 local
    group MyROGroup v2c local
    group MyROGroup usm local

    view all included .1 80

    access MyROGroup "" any noauth exact all none none

    syslocation MyLocation
    syscontact Me <[email protected]>

    Any help would be greatly appreciated.

    Thanks.
    Matt G
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Is it possible that SNMP is running only on 127.0.0.1 instead of all interfaces?
     
  3. gumpboy84

    gumpboy84 New Member

    Yes it was bound to 127.0.0.1 in a default conf file. When I took that out and restarted it, I was able to get snmp info.

    Thanks.
    Matt
     

Share This Page