Hi
I am trying to monitor lan and Wan interface on my SME 6.0 gateway.
But the issue I am running into is that my web sevrer runs on other machine inside my network, I have instaleld mrtg on my web server, all is working well, except when I run snmwalk IP community, I see no response from SME, and snmpd log on SME show
#######################################
Connection from IP REFUSED
trace: run_alarms(): snmp_alarm.c, 138
snmp_alarm_run_alarms: looking for alarms to run...
##############################################
this is how I am running snmpd on SME
root 26619 0.0 2.2 5664 2812 pts/0 S 02:32 0:02 /usr/sbin/snmpd -
s -D -p 161,tcp:161,9161@Internal IP on SME -l /var/log/snmpd.log -P /var/run/snmpd -
a
###############################################
following is my snmpd.conf
# sec.name source community
com2sec MyNetwork 192.168.251.0/255.255.255.0 public
# groupName securityModel securityName
group MyRwGroup v1 MyNetwork
group MyROGroup v2c MyNetwork
# name incl/excl subtree mask(optional)
view all included .1
#access notConfigGroup "" any noauth exact systemview none none
access MyROGroup "" any noauth 0 all none none
access MyRWGroup "" any noauth 0 all all all
I personally think iptable rules are blocking me, if that is the case I shouldn't see connection refused in snmpd log.
Any advice will be much appreciated.
thanks in advance