jarcar
07-25-2004, 02:48 AM
PIX515 6.3.3
site-to-site VPN and vpn clients for mobile users works fine.
Problem :
I would like use aaa-server (IAS radius). And I would like use it ONLY
for mobile users (cisco vpn client) - I do not need radius
authentication for site-to site vpn.
But what I see, I can only set authentication for whole crypto map:
aaa-server radius-server (inside) host 192.168.0.5 ***** timeout 5
crypto map mymap client authentication radius-server
How can I distinguish between site-to-site vpn and vpn clients (dynmap)
at this level ? is it possible ?
"
....
crypto map mymap 100 ipsec-isakmp
crypto map mymap 100 match address 500
crypto map mymap 100 set peer xxx.xxx.xxx.xxx
crypto map mymap 100 set transform-set strong
crypto map mymap 500 set security-association lifetime seconds 3600
....
crypto map mymap 900 set security-association lifetime seconds 3600
crypto map mymap 9999 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
....
"
regards
jarek
site-to-site VPN and vpn clients for mobile users works fine.
Problem :
I would like use aaa-server (IAS radius). And I would like use it ONLY
for mobile users (cisco vpn client) - I do not need radius
authentication for site-to site vpn.
But what I see, I can only set authentication for whole crypto map:
aaa-server radius-server (inside) host 192.168.0.5 ***** timeout 5
crypto map mymap client authentication radius-server
How can I distinguish between site-to-site vpn and vpn clients (dynmap)
at this level ? is it possible ?
"
....
crypto map mymap 100 ipsec-isakmp
crypto map mymap 100 match address 500
crypto map mymap 100 set peer xxx.xxx.xxx.xxx
crypto map mymap 100 set transform-set strong
crypto map mymap 500 set security-association lifetime seconds 3600
....
crypto map mymap 900 set security-association lifetime seconds 3600
crypto map mymap 9999 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
....
"
regards
jarek