Hi:
I am trying to accomplish something which I hope is possible, but maybe it is not.
Our internal wired network has multiple subnets (ie: 192.168.102.0/23, 192.168.104.0/23, etc). Our internal DHCP server resides at 192.168.2.21 and houses all the DHCP scopes. Requests for the different subnets come in from our L3 Catalyst switch with each VLAN SVI IP helper address configured to 192.168.2.21.
I would like to extend the DHCP scopes out to clients that connect through AnyConnect. Thinking small first I just want to be able to provide clients an IP address via DHCP from one of the scopes. So lets say 192.168.102.0/23. Under the Connection Profile, Client Address Assignment I set the DHCP Link to 192.168.2.21. However, when the request comes in I get an error saying "Unnown network segment". The reason for this is that the request is coming from the ASA inside interface which has an IP address of 192.168.100.2 and there is no defined scope for that.
Is there a way to allow the ASA to provide DHCP for different scopes fro AnyConnect connections?