03-14-2016 08:45 AM - edited 03-12-2019 12:29 AM
Hello everyone,
How can I create a routing from VPN IP pool to inside zone? Right now I have VPN on 10.0.100.1 /24 and my inside network on 10.0.50.1/24 how I can allow access to the inside zone from vpn ip pool?
Many thanks.
Solved! Go to Solution.
03-14-2016 09:29 AM
Hi Mat,
You can create a nat-exempt rule on the ASA.
object network obj-internal
subnet 10.0.50.0 255.255.255.0
object-network obj-pool
subnet 10.0.100.0 255.255.255.0
You need to create a manual NAT statement like this:
nat (inside,outside) source static obj-internal obj-internal destination static obj-pool obj-pool no-proxy-arp route-lookup
This would be enough to access the internal resources.
Regards,
Aditya
Please rate helpful posts.
03-14-2016 08:59 AM
Hi MediaNetMat,
it depends whether your VPN pool/traffic is bypassed your interface access lists or not.
You can check that under configuration > Remote Access VPN > Network (Client) Access > AnyConnect Connection Profiles
If it bypassed you can manage that with split-tunneling (under Group Policies) to define whether the traffic is going in the tunnel or not.
If it is not bypassed you also have to check your ruleset (the rules for "Incoming WAN Interface).
Hope this will help you
03-14-2016 09:29 AM
Hi Mat,
You can create a nat-exempt rule on the ASA.
object network obj-internal
subnet 10.0.50.0 255.255.255.0
object-network obj-pool
subnet 10.0.100.0 255.255.255.0
You need to create a manual NAT statement like this:
nat (inside,outside) source static obj-internal obj-internal destination static obj-pool obj-pool no-proxy-arp route-lookup
This would be enough to access the internal resources.
Regards,
Aditya
Please rate helpful posts.
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