Re: Encryption question

2016-08-23 Thread Marko Vucak
Hi Thank you, now i am able to get authentication but encryption is still not working. In snmpd.conf i have two users (on line 79 and 80): createUser user1 MD5 "user1Password" createUser user2 MD5 "user2Password" DES "user2Encryption" When = execute command: snmpd -H I get error: /etc/snmp/snmp

Re: Encryption question

2016-07-22 Thread Pushpa Thimmaiah
Hi , Configuration looks proper , fix warnings. According to my knowledge AES depends on openssl package. Thank you, Pushpa.T On Thu, Jul 21, 2016 at 1:21 PM, Marko Vucak wrote: > Hi > > Ok, so my configure command is now: > > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

Re: Encryption question

2016-07-21 Thread Marko Vucak
Hi Ok, so my configure command is now: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --host=arm-v5te-linux-gnueabi --build=i686-host-linux-gnu --enable-ipv6 --with-defaults --with-openssl=internal --with-mib-modules=agentx,ucd_snmp,snmpv3mibs --with-mibs --wit

Re: Encryption question

2016-07-19 Thread Pushpa Thimmaiah
Hi Marko Vucak, Paste result of 'net-snmp-config --config-options' . Also add snmpv3mibs in option --with-mib-modules and recompile. Thanks Pushpa.T On Thu, Jul 14, 2016 at 4:24 PM, Marko Vucak wrote: > Hi > > > > Having some problems with encryption. > > > > I downloaded latest version: n

Encryption question

2016-07-14 Thread Marko Vucak
Hi Having some problems with encryption. I downloaded latest version: net-snmp-5.7.3 Then configured it with command: *./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --host=arm-v5te-linux-gnueabi --build=i686-host-linux-gnu --enable-ipv6 --with-defaults