01-16-2020 06:23 PM
Hi,
I want to allow internet access for host within 172.12.0.0/16 network to access internet. I have created source nat and ACL to allow traffic but still users cant access internet. please find below config i have done and guide for any missing stuff.
nat (inside,outside) source dynamic Net_172.12.0.0 202.5.X.X
access-list acl_inside permit ip object Net_172.12.0.0 any4
01-16-2020 07:48 PM
01-20-2020 08:54 PM
Thanks it works.
Actual I used ip address instead of interface.
But did same you mentioned , nat under object
01-21-2020 07:34 PM
01-17-2020 06:50 AM
hi,
is the 172.12.0.0/16 directly connected on the ASA? or is there a router/L3 device behind it?
if it's the latter, then you'll need a static route to reach the said subnet.
route inside 172.12.0.0 255.255.0.0 <router hop ip> 1
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