What is hair-pinning?
Hair-pinning is when ASA appliance is receiving traffic on an interface and immediately sending traffic back out the same interface.
This feature could be enabled by using the following command:
ASA(config)# same-security-traffic permit intra-interface
Encrypted traffic can be redirected through same interface as encrypted and as a clear traffic - feature from ASA software version 7.2(1). Hair-pinning is useful for many different scenarios.
Let's consider following scenario.
R1 which is our test host is connected to ASA inside interface and same ASA interface is attached to R2. I know, looks a bit weird, but this is just simple scenario for the feature test.
ASA has route for network 172.16.2.0 over the router R2 (172.16.1.100)
ASA(config)# route inside 172.16.2.0 255.255.255.0 172.16.1.100
R1 has ASA 172.16.1.1 inside interface configured as default gateway.
Hair-pinning is when ASA appliance is receiving traffic on an interface and immediately sending traffic back out the same interface.
This feature could be enabled by using the following command:
ASA(config)# same-security-traffic permit intra-interface
Encrypted traffic can be redirected through same interface as encrypted and as a clear traffic - feature from ASA software version 7.2(1). Hair-pinning is useful for many different scenarios.
Let's consider following scenario.
R1 which is our test host is connected to ASA inside interface and same ASA interface is attached to R2. I know, looks a bit weird, but this is just simple scenario for the feature test.
ASA has route for network 172.16.2.0 over the router R2 (172.16.1.100)
ASA(config)# route inside 172.16.2.0 255.255.255.0 172.16.1.100
R1 has ASA 172.16.1.1 inside interface configured as default gateway.