01-24-2023 09:32 AM
Hi there,
is it possible on the ASA to apply PBR on a NAT interface? PBR is matched by port that is not changed by NAT.
01-24-2023 09:46 AM
can you more elaborate ?
01-24-2023 12:33 PM
what is the ASA Model and what Code running on it, check PBR and NAT guidelines - if you looking more support provide example and config and routes you have :
01-25-2023 01:23 AM
Hi again,
Sorry for the **bleep**post...
Here is some more info.
NAT rules:
nat (inside_2,outside) source dynamic LAN_SUBNET PUBLIC_IP2 description NAT to server x
nat (inside_1,outside) source dynamic LAN_SUBNET PUBLIC_IP1
Planned PBR:
object-group services server-x-port tcp
port-object eq 8443
access-list PBR_ACL extended permit tcp object-group LAN_NET any object-group server-x-port
route-map PBR permit 1
match ip address PBR_ACL
set ip next-hop x.x.x.x (shove out interface inside2)
Story behind this:
Traffic to the external server x comes in on interface inside2. As the static route to the internal subnets is going out interface inside1 and need to use PBR to return traffic the way it came in.
Would that work?
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