07-14-2020 08:48 PM
Hello every one,
I have ASA 5525
I set up vpn site to site and its work fine.
but now in same network I want to add internet.
I created nat form private to private for secuiry issue because I want to hide internal ip address,
So now I want to create another nat for use internet like us
nat (inside,outside) dynamic outside
How can I do this without delete old NATING configuration that
nat (inside,outside) dynamic 172.16.99.181
07-15-2020 01:22 AM
The NAT for your site-site VPN should be a Section 1 NAT rule.
Something like this:
nat (inside,outside) source static <real source> <translated source> destination static <real destination> <real destination>
Then your Internet-bound traffic can use a dynamic NAT like you have mentioned.
07-16-2020 12:28 AM
Mr.Marvin
Thank for your replay
I did as you told me but unfortunately still no work
the main problem is every nat work as alone but net work together
so when I did two nat this one only work
nat (inside,outside) source static <real source> <translated source> destination static <real destination> <real destination>
even I added this
nat (inside,outside) dynamic interface
if I delete static nat, the dynamic nat for internet work fine.
07-16-2020 12:10 PM
In NAT rules, their order is important. Make sure the dynamic one for the interface comes after the static one for the VPN.
08-10-2020 08:34 PM
unfortunately I did as order first static and second dynamic.
still same problem every one work alone but not together.
08-11-2020 12:51 AM
08-11-2020 02:20 AM
08-11-2020 07:57 AM
08-12-2020 01:41 AM
I changed ip address from reality for security reasons .
dont worry about route and vpn its work fine.
even I make change as you mention but same internet not work only work if i keep dynamic nat at top and vpn will not work
08-12-2020 07:01 PM
08-15-2020 10:14 PM
any one can help
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