Link to home
Start Free TrialLog in
Avatar of shine999
shine999Flag for United Kingdom of Great Britain and Northern Ireland

asked on

VPN user password reset

Hi,

we have VPN set up in pix can someone let me know how do we reset the password of a vpn user and steps to create vpn new user in pix.

below is current configure of an vpn user

vpngroup User1 address-pool domain name
vpngroup User1 dns-server 192.x.x.x
vpngroup User1 default-domain domain name.local
vpngroup User1 split-tunnel acl_nonat
vpngroup User1 idle-time 1800
vpngroup User1 password
Avatar of Pugglewuggle
Pugglewuggle
Flag of United States of America image

So all you do to reset the password is go into config mode and then use:

vpngroup User1 password xxxxx

where xxxxx is the password you want to use.

To make another user, repeat the above config with a different username:

vpngroup User2 address-pool domain name
vpngroup User2 dns-server 192.x.x.x
vpngroup User2 default-domain domain name.local
vpngroup User2 split-tunnel acl_nonat
vpngroup User2 idle-time 1800
vpngroup User2 password xxxxx
Avatar of shine999

ASKER

thanks i will try it tonight....
How to check who is connected to VPN, any log to monitor?
ASKER CERTIFIED SOLUTION
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
excl