Snmp configuration giving me timeout, no response
- by imaginative
This is definitely not a firewall issue as no firewalls are in between the src and tgt machines. I'm simply setting up snmp to be queried by a nagios server. My snmpd.conf looks like the following (I'm using net-snmp on Ubuntu 9.10):
com2sec nagiossrv 10.10.10.10 public
group Nagios v1 nagiossrv
view all included .1
access Nagios any noauth exact all none none
When I try to walk it:
t:/etc/nagios3# snmpwalk -v1 -c public 10.10.10.10 system
Timeout: No Response from 10.10.10.10
Any idea where I went wrong with my configuration?