01-17-2013 08:12 AM
Hello Cisco ASA experts,
I am using Cisco ASA 8.4 and AnyConnect 3.0 to provide remote access to the corporate users. My question is concerning the IP address assignment.
I need a provide an IP from a local IP pool (managed by ASA) so I declared an internal address pool and I target this local IP pool in my AnyConnect Ceonnection Profile:
ip local pool RAPool 192.168.32.2-192.168.47.254 mask 255.255.240.0
(...)
tunnel-group RATest general-attributes
address-pool RAPool
(...)
dhcpd dns xxxx xxxx
dhcpd wins xxxx xxxx
dhcpd domain xxxx
dhcpd update dns
Doing this my remote users keep unreferred on my corporate DNS server. So it seams my dhcpd with dynamic DNS parameters does not trigger using the local ip address assignment.
Is there a way to update my DNS Server while using an local IP pool on ASA for Remote access VPN ?