> #snmpwalk -v1 localhost -c <community>
> results in
> "snmpwalk: Failure in sendto (Permission denied)"

It seems like your snmpd is not running or is not listening on the
internal interface (lo). Please try "service snmpd status" or "ps ax |
grep snmpd". You should get something like this:

# ps ax | grep snmpd
  647 ?        S      0:03 /usr/sbin/snmpd -s -l /dev/null -P /var/run/snmpd -a

Or did you have installed iptables or another firewall?

Gruß
Jens

-- 
registered linux user #130250


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to