NetSNMP : no response on Debian

You just set up Net SNMP (snmpd), you configured it correctly, you started it and still don’t get any SNMP thing from the outside ? Just local snmpwalk gives some output ?

I lost pretty much time on it. I should have checked the file /etc/default/snmpd

It has a line :

SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'

See the IP 127.0.0.1 ?! Just erase it if you want to give full access or adjust it to your local network.

That’s it !

Related posts:

  1. PulseAudio on Debian Testing
  2. Compiz Fusion : Debian / Ubuntu repositories
  3. Sound issue on Debian testing
  4. Launchpad.net bug report #154274 : Website does not reference Debian visibly
  5. openSUSE kernel sources : patching against sock_sendpage() NULL Pointer Dereference vulnerability

Comments 3

  1. dave wrote:

    hi,

    I am having same problem but i tried your suggestion but it couldn’t fix my problem.Could you please help me how to fix remote machine snmp response problem.

    I really need your help

    Thanks for your help

    Posted 05 Sep 2007 at 4:34 pm
  2. JC wrote:

    hi,

    do you mean that you get an output on the local machine but still not from a different machine ?
    Have you restarted the service (I haven’t mentioned) : /etc/init.d/snmpd restart ?
    A full output with a snmpwalk or snmpget may help me to understand.

    Posted 05 Sep 2007 at 6:50 pm
  3. biurej wrote:

    Thank you very much!

    Posted 11 Oct 2008 at 8:23 am

Post a Comment

Your email is never published nor shared. Required fields are marked *