>>>>> On Wed, 5 Apr 2006 18:04:56 +0530, <[EMAIL PROTECTED]> said:

raghavendra> 1) linux-host1- (ip= 192.168.31.125)

raghavendra> createUser myuser MD5 "mypassword" DES mypassword

raghavendra> rwuser myser

that looks good.
       
raghavendra> 2) linux-host2- (ip= 192.168.31.199) 

raghavendra> proxy -v 3 -l AuthNoPriv -u myuser 192.168.31.125 system

That, however, isn't enough.

1) you need to add a user to the local host to authenticate the proxy
   request.  create another user here, and give them access privileges
   using the rwuser token again (or one of the more complex VACM
   mechanisms instead).

2) You need to pass the authentication information to the proxy
   routien above as well.  IE, 

    proxy -v 3 -l authNoPriv -u myuser -a MD5 -A "mypassword" 192.168.31.125 
system

                                       ^^^^^^^^^^^^^^^^^^^^^^


-- 
Wes Hardaker
Sparta, Inc.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to