Search This Blog

Tuesday, March 20, 2012

VPN Creation---Commad line

VPN Creation
---------------------------------------------------------------------------------------------------

tunnel-group GROUPNAME type remote-access
tunnel-group GROUPNAME general-attributes
address-pool (outside) mypool
address-pool mypool
default-group-policy VPN
tunnel-group GROUPNAME ipsec-attributes
pre-shared-key KEY
isakmp ikev1-user-authentication none
-----------------------------------------------------------------------------------------------------


GROUPNAME is the name of group created for remote access
mypool is the name of ip pool created for VPN users
VPN is the policy created for the users
KEY is the pre shared key for VPN users

No comments:

Post a Comment