03-14-2017 07:11 AM - edited 03-12-2019 02:03 AM
Hello,
I've recently factory reset our ASA (moved buildings) and it's all up and working now and users have local desktop Internet access.
I'm now configuring the AnyConnect client and when connected my laptop can access our remote subent where our servers are via the inside interface and over a WAN link, but not a subnet local to the ASA in our LAN.
The VPN subnet is 172.29.11.x/24 and I added a NAT which seem to fix this issue, but stop access to the internet from the local desktops. SO I removed to get it working again. What NAT statement should I add to allow 172.29.11.x/24 to access the local Subnet 172.29.12.x/24 and keep the Internet working?
Current NAT is:
object network HQ
nat (inside,outside) dynamic interface
object network Guest-network
nat (GUEST,outside) dynamic interface
object network Guest2-network
nat (GUEST2,outside) dynamic interface
object network Guest3-network
nat (GUEST3,outside) dynamic interface
Thanks