03-28-2007 12:19 PM
Can the ASA VPN ip pools be configured to "reserve" addresses much like dhcp does for incoming client connections in the same group-policy?
Creating an individual policy group for each client would be unmanagable.
Solved! Go to Solution.
04-12-2007 12:06 AM
This is certainly possible, but it does require you to add an ipaddress to every username in the configuration. The ASA looks at the username entered by the remote user, and checks if it has an ipaddress configured with it's username.
You can find the configuration option in the ASDM here: Configuration -> VPN -> General -> Users. Edit a user and go to the VPN Policy tab, you will find the 'Dedicated IP Address' option at the bottom of the page.
If you want to configure this via console/telnet/ssh: go to configuration mode and type the following:
username
vpn-framed-ip-address
Make sure that the subnet matches the subnet of your already configured ip pool! If you use 192.168.10.0/24 as you ip pool, your configuration should look like this:
username testuser attributes
vpn-framed-ip-address 192.168.10.254 255.255.255.0
The address 192.168.10.254 should now always be assigned to user 'testuser'
Hope this post helps, please rate if it does!
Regards,
Michael
04-12-2007 12:06 AM
This is certainly possible, but it does require you to add an ipaddress to every username in the configuration. The ASA looks at the username entered by the remote user, and checks if it has an ipaddress configured with it's username.
You can find the configuration option in the ASDM here: Configuration -> VPN -> General -> Users. Edit a user and go to the VPN Policy tab, you will find the 'Dedicated IP Address' option at the bottom of the page.
If you want to configure this via console/telnet/ssh: go to configuration mode and type the following:
username
vpn-framed-ip-address
Make sure that the subnet matches the subnet of your already configured ip pool! If you use 192.168.10.0/24 as you ip pool, your configuration should look like this:
username testuser attributes
vpn-framed-ip-address 192.168.10.254 255.255.255.0
The address 192.168.10.254 should now always be assigned to user 'testuser'
Hope this post helps, please rate if it does!
Regards,
Michael
08-02-2007 06:24 AM
If I've already got an address pool for a VPN group, and create another tunnel group based on that tunnel policy, but require local auth and assign an IP that falls into that pool, will I interfere with the pool allocation? Should I assign an IP outside the pool?
Thanks!
07-27-2007 11:24 AM
Excellent!
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