06-05-2020 10:58 AM - edited 06-05-2020 11:10 AM
Hey,
I don't get the following
nat (outside,dmz) source static any any destination static 1.1.1.2 2.2.2.1 unidirectional no-proxy-arp
1) Why does the ASA respond using Proxy ARP for the global address? (The asa's own interface is 1.1.1.1/24)
2) ASDM warns about enabling proxy ARP with this "Identity NAT"... Why is this considered an Identity NAT even though it translates the destination address?
There is no other rule of type "nat (outside, ...)" referencing 1.1.1.2 or "any" as its destination.
There also is no rule of type "nat (..., outside)" referencing 1.1.1.2 or "any" as its source, except for an actual identity NAT which is configured with no-proxy-arp also.
Oh... and... what does the following from the Configuration Guide mean: "the proxy ARP decision is made only on the “source” address" For an incoming connection from the Internet, what is the importance of the "source" address??
06-05-2020 03:12 PM
Within 8.4(2) and 8.6(1) the following NAT changes were introduced.This basically states that Proxy ARP is enabled by default on both static and identity based NAT statements.
Reference : http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/intro_intro.html
This rule is actually an Identity Nat/Twice Nat and you can also call this a policy Nat.
nat (outside,dmz) source static any any destination static 1.1.1.2 2.2.2.1 unidirectional no-proxy-arp
06-05-2020 04:24 PM
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