my problem: I want to install an snmp daemon on an openWRT (kamikaze
8.09.2) (running on an Avila GW2348-4). I installed snmpd, libopenssl
via opkg
my snmpd.conf:
rwuser testuser
createUser testuser MD5 testuserpw DES testuserpw
starting snmpd with: /usr/sbin/snmpd -c /etc/snmp/mysnmpd.conf
everything is fine as long as I don't use authPriv.
snmpwalk -v 3 -u testuser -l authNoPriv -a MD5 -a testuserpw -x DES -X
testuserpw 192.168.0.xxx
-> works.
snmpwalk -v 3 -u testuser -l authPriv -a MD5 -A testuserpw -x DES -X
testuserpw 192.168.0.xxx
-> snmpwalk: Decryption error
I tried to put authPriv into the snmpd.conf (rwuser testuser authPriv)
but this changes nothing.
Any ideas?
pre-thanks
Martin
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snm...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
> everything is fine as long as I don't use authPriv.
That sounds suspiciously as if the openWRT package has been
compiled *without* OpenSSL support. You probably need to talk
to the openWRT people to check this, and find out how to re-compile
things to include OpenSSL.
Dave