12-14-2011 04:44 PM - edited 03-11-2019 03:02 PM
Hi People,
My VPN Client is running on the PIX Version 6, how can i set the PIX to use local usernames and passwords instead of Radius auth ?
Follow my conf :
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa-server serverias protocol radius
aaa-server serverias max-failed-attempts 3
aaa-server serverias deadtime 10
aaa-server serverias (inside) host IAS senhaias timeout 5
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set VPNTRANS esp-3des esp-sha-hmac
crypto ipsec transform-set VPNTRANS1 esp-3des esp-md5-hmac
crypto dynamic-map remoteaccess 999 set transform-set VPNTRANS1
crypto map VPNMAP1 client configuration address initiate
crypto map VPNMAP1 client configuration address respond
crypto map VPNMAP1 client authentication engschahinmacae
isakmp enable outside
isakmp identity address
isakmp client configuration address-pool local company
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup VPNGR1 address-pool gerali
vpngroup VPNGR1 dns-server IAS
vpngroup VPNGR1 wins-server IAS
vpngroup VPNGR1 default-domain test.local
vpngroup VPNGR1 split-tunnel NAT0
vpngroup VPNGR1 idle-time 1800
vpngroup VPNGR1 password ********
Tks
Solved! Go to Solution.
12-15-2011 07:58 AM
12-15-2011 02:47 AM
Review the below URL.
12-15-2011 06:08 AM
What URL ?
12-15-2011 07:58 AM
12-15-2011 11:13 AM
Tks , Worked!
12-15-2011 11:55 AM
np glad to help
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