<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hairpinning on 8.4 ASA 5505 and above in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310004#M343005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the source network for the connections that are trying to reach the ASA &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 15:09:36 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-09-13T15:09:36Z</dc:date>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309996#M342997</link>
      <description>&lt;P&gt;So, we have put in a branch with only an ASA.&amp;nbsp; We want to be able to reach the inside interface of the ASA, so that we can use tools for network monitoring, etc. on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inside interface is unreachable from remote VPN locations, though can be reached from inside, and all inside hosts are reachable from the VPN... I have the same-security interface commands in place, but still no go... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm missing something, but the nat commands I'm finding are for older versions, and I'm not sure where the problem occurs.&amp;nbsp; Any help/suggestions are appreciated... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relevant parts of the config (I think I have them all) listed below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(5)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description LAN_NETWORK&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object-group network REMOTE_NETWORKS&lt;/P&gt;&lt;P&gt; description REMOTE LOCAL NETWORKS&lt;/P&gt;&lt;P&gt; network-object 10.15.6.0 255.255.254.0&lt;/P&gt;&lt;P&gt;object-group network LAN_NETWORKS&lt;/P&gt;&lt;P&gt; network-object 10.1.3.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list CORPORATE_VPN_ACL extended permit ip object-group REMOTE_NETWORKS object-group LAN_NETWORKS&lt;/P&gt;&lt;P&gt;access-list INSIDE_NONAT extended permit ip object-group REMOTE_NETWORKS object-group LAN_NETWORKS&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface inside&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static REMOTE_NETWORKS REMOTE_NETWORKS destination static LAN_NETWORKS LAN_NETWORKS&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static REMOTE_NETWORKS REMOTE_NETWORKS destination static NETWORK_MGMT NETWORK_MGMT route-lookup&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:38:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309996#M342997</guid>
      <dc:creator>ken.montgomery</dc:creator>
      <dc:date>2019-03-12T02:38:19Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309997#M342998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To reach the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface through a L2L VPN or Client VPN you will have to add the following global configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;management-access inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will enable you to ICMP the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface from a site thats behind the VPN connection. Otherwise its not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also give you the ability to manage the ASA using the IP address of the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface through the VPN connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:55:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309997#M342998</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-13T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309998#M342999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to confirm the NAT configuration you have above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It states the source interface as &lt;STRONG&gt;"inside"&lt;/STRONG&gt; and destination as &lt;STRONG&gt;"outside"&lt;/STRONG&gt;. Yet is has an source &lt;STRONG&gt;"object"&lt;/STRONG&gt; called &lt;STRONG&gt;REMOTE_NETWORKS&lt;/STRONG&gt; which kind of seems strange. But as you say that the connections work through the VPN connection I guess this &lt;STRONG&gt;"object"&lt;/STRONG&gt; name rather refers that the network behind &lt;STRONG&gt;"inside"&lt;/STRONG&gt; is the network of a remote location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:58:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309998#M342999</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-13T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309999#M343000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;management-access inside is already enabled.&amp;nbsp; Not the answer.&amp;nbsp;&amp;nbsp; Thanks for the suggestion though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2309999#M343000</guid>
      <dc:creator>ken.montgomery</dc:creator>
      <dc:date>2013-09-13T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310000#M343001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general form of NAT you should use for the L2L VPN connections is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet &lt;LAN network=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/LAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network REMOTE-LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet &lt;REMOTE lan="" network=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/REMOTE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static LAN LAN destination static REMOTE-LAN REMOTE-LAN route-lookup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant be sure if your NAT configuration are correct as you have removed the&lt;STRONG&gt; "inside"&lt;/STRONG&gt; interface IP address and have not shared the VPN configuration or routing configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:00:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310000#M343001</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-13T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310001#M343002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The nat statement is as above right now.&amp;nbsp; Whether it is perfect or not, unknown.&amp;nbsp; Potentially it might need to be inside, inside, but since the VPN connection is to the remote end of the network, not sure what that will affect.&amp;nbsp; Might need some more insight into that ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:03:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310001#M343002</guid>
      <dc:creator>ken.montgomery</dc:creator>
      <dc:date>2013-09-13T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310002#M343003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're getting hung up on the terminology. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the word Remote to branch and it makes more sense.&amp;nbsp; Let me try to explain: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(5)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- Version on AsA for reference&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description LAN_NETWORK&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object-group network BRANCHOFFICE_NETWORKS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- This is the ASA at the Branch Office, so this is its internal network&lt;/P&gt;&lt;P&gt; description BRANCHOFFICE LOCAL NETWORKS&lt;/P&gt;&lt;P&gt; network-object 10.15.6.0 255.255.254.0&lt;/P&gt;&lt;P&gt;object-group network LAN_NETWORKS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- These are the networks (there are more than this) at the corporate office&lt;/P&gt;&lt;P&gt; network-object 10.1.3.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list CORPORATE_VPN_ACL extended permit ip object-group BRANCHOFFICE_NETWORKS object-group LAN_NETWORKS&lt;/P&gt;&lt;P&gt;access-list INSIDE_NONAT extended permit ip object-group BRANCHOFFICE_NETWORKS object-group LAN_NETWORKS&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface inside&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static BRANCHOFFICE_NETWORKS BRANCHOFFICE_NETWORKS destination static LAN_NETWORKS LAN_NETWORKS&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static BRANCHOFFICE_NETWORKS BRANCHOFFICE_NETWORKS destination static NETWORK_MGMT NETWORK_MGMT route-lookup&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, I believe the nat statement already covers what you stated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:06:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310002#M343003</guid>
      <dc:creator>ken.montgomery</dc:creator>
      <dc:date>2013-09-13T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310003#M343004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what part of this situation is Hairpinning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood that you were trying to reach the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface through the L2L VPN or VPN Client connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really need to see more configurations to determine if there is any problem with the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310003#M343004</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-13T15:06:58Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310004#M343005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the source network for the connections that are trying to reach the ASA &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310004#M343005</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-13T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Hairpinning on 8.4 ASA 5505 and above</title>
      <link>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310005#M343008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer is the route-lookup is missing on the end of the nat command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed nat command is this: &lt;/P&gt;&lt;P&gt;nat (inside,outside) source static BRANCHOFFICE_NETWORKS BRANCHOFFICE_NETWORKS destination static LAN_NETWORKS LAN_NETWORKS route-lookup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:11:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hairpinning-on-8-4-asa-5505-and-above/m-p/2310005#M343008</guid>
      <dc:creator>ken.montgomery</dc:creator>
      <dc:date>2013-09-13T15:11:54Z</dc:date>
    </item>
  </channel>
</rss>

