09-09-2020 07:50 PM
hi,
quick question, does the IP address for doing dynamic PAT has to be in the same subnet as the ASA "outside" interface?
see sample below. we control the routing for the "outside" network which integrates with a partner network.
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 100.1.1.1 255.255.255.0
object network OBJ-192.168.1.0-24
nat (inside,outside) dynamic 200.1.1.10
09-09-2020 11:38 PM
Hi,
Yes that will work. You just need to ensure the upstream router has a route to that IP address/network via the ASA.
HTH
09-10-2020 07:33 AM - edited 09-10-2020 07:34 AM
you control the egress, so you can set what IP is going to appear on the outside network, using dynamic PAT for different ranges. In fact thata is a very good strategy. I will assume that you have a default route through that interface.
Youd config looks right.
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