> ./configure --with-default-snmp-version="3" \
> --with-openssl="/usr/bin/libssl.so.9.6"\
> --with-security-modules="usm"
That doesn't look right.
$ ./configure --help | grep openssl
--with-openssl=PATH Look for openssl in PATH/l
That's wrong. Try "--with-openssl=/usr" and make sure the
final configure report tells that DES is enabled.
Thomas,
Thanks for the help. It turned out that I didn't have openSSL correctly
installed. I sorted that out and encryption is working fine.
For information: On a debian system you need --w
ldd on the snmpwalk binary will tell you if libcrypto is linked in
which is enough of a sign (if it is).
Hi Thomas, gents,
Thanks for this hint. Running ldd tells me that libcrypto is not linked
in. The next dumb question is "why not?".
I have the following in my config shell :
./configure --with
Hi gents,
What is the trick to enabling DES encryption ?
I have "with-openssl=yes" in my configure script.
I have added " createUser MD5 "A_passphrase" DES
"X_passphrase"" to /var/net-snmp/snmpd.log
and " rwuser Priv" to /etc/snmp/snmpd