Its been a while and my experience is with ASA's. It appears they are different than the PIX501 with IOS v.6.3.
How can I specify a local user database for users logging into the remote VPN? There will be only a couple of users, 4 or 5 at the MOST remoting in so I do not want to set up a RADIUS server or anything like that just for this.
I see where to specify the auth server with:
vpngroup GROUP_NAME authentication-server ???? but local does not work here and ? isn't giving me options.
Thanks for any help.
Kevin
Didn't find your answer? Ask the community — no account required.
M
maxim chebanenko
formatting link
A
Alister
Try this:
access-list clients permit ip 10.0.0.0 255.255.255.0 10.1.1.0 255.255.255.0
ip local pool dealer 10.1.1.1-10.1.1.254 mask 255.255.255.0
aaa-server LOCAL protocol local aaa-server local protocol tacacs+ aaa-server local max-failed-attempts 3 aaa-server local deadtime 10