I have several servers running CentOS 4 and/or 4.2 (i386). All of these are running snmpd with similar configurations (often copied from another server and edited). When I installed it on the latest server everything looked normal and I edited the snmpd.conf file the same as I always do. Then I started the service and that worked fine. However, when I snmpwalk, I ether get A) only the version or B) No Response (A or B depending on the command). For example:
A)
Code:
[user@server ~]$ snmpwalk -c public -V 1 server
NET-SNMP version: 5.1.2
[user@server ~]$
B)
Code:
[user@server ~]$ snmpwalk -v 2c -c public server .1.3.6.1.2
Timeout: No Response from server
[user@server ~]$
These results are the same regardless of version used. I copied the snmpd.conf from another working machine and edited it with the same end results (and yes I restarted the service). I also tried without iptables running. Any suggestions?