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:
Comments 3
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 ¶hi,
do you mean that you get an output on the local machine but still not from a different machine ?
Posted 05 Sep 2007 at 6:50 pm ¶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.
Thank you very much!
Posted 11 Oct 2008 at 8:23 am ¶Post a Comment