Hallo, 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 [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
