Hi guys
I have six linux Centos 5.0 Servers.
I had to configure the snmp client.
I just created a pretty basic configuration
snmpd.conf file
Code:
rocommunity CompanyCom 10.1.1.10
I installed all of these
lm_sensors-2.10.7-4.el5.i386.rpm
net-snmp-libs-5.3.2.2-7.el5.i386.rpm
net-snmp-5.3.2.2-7.el5.i386.rpm
net-snmp-utils-5.3.2.2-7.el5.i386.rpm
4 of them are working fine, the application installed on 10.1.1.10 can query 4 servers but I got 2 Linux Centos that are in a DMZ, and my networking team already opened ports and configured NAT but the SNMP Server 10.1.1.10 is not able to query them
any idea?
how can I check the snmpd is really running apart from service snmpd status?
might be related with the DMZ configuration?
thanks a lot