06-01-2006 06:29 AM
Hello all,
How can I configure a vpn to a pix 501 to prompt the user for a username and password?
I am not using a RADIUS or TACACS+ server to provide AAA.
I just simply want to create users on the PIX, set a password on the PIX and then have them enter that username/password in order to allow the clients the ability to VPN into the private network.
Any help would be great as I have not been able to find any clear documentation on how to do this. Thanks.
06-01-2006 07:58 AM
Somone could correct me but I think this is how you would do it...
Config t
username
vpngroup GROUPNAME authentication-server LOCAL
(as long as this command it in there: aaa-server LOCAL protocol local)
vpngroup GROUPNAME user-authentication
When they VPN in, it should try to authenticate them..
Please rate if it helps...
Thanks!
06-01-2006 10:01 AM
I will give this a try.
Do I also need to configure the group before or does the
vpngroup GROUPNAME user-authentication
command do that for me?
Thanks. I will rate.
06-02-2006 12:40 AM
Hello,
This command is one of the commands while you are defining the VPN group. So this command itself will not create the group.
You will require PIX code >= 6.3 otherwise username
Vikas
06-02-2006 01:21 AM
Hi,
Please see this link,
hope this helps
Manoj
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide