<?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 Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668337#M1092614</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1390283"&gt;@johanc&lt;/a&gt; you can configure NAT reflection. Here is an FTD guide, though at the bottom it does have an ASA example - so apply the same logic to your ASA configuration.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://integratingit.wordpress.com/2021/07/11/ftd-nat-reflection/" target="_blank"&gt;https://integratingit.wordpress.com/2021/07/11/ftd-nat-reflection/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 08:54:34 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2022-08-12T08:54:34Z</dc:date>
    <item>
      <title>Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668327#M1092613</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have found a helpful guide here in the community to be able to configure haipinning NAT on my ASA, but can't get it to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My setup&lt;BR /&gt;- one external IP-address assigned to outside: a.b.c.d&lt;BR /&gt;- one internal subnet with clients running on 10.0.17.0/24&lt;BR /&gt;- one DMZ with one server running on 192.168.17.0/24 (the server is on 192.168.17.3)&lt;/P&gt;&lt;P&gt;My goal&lt;BR /&gt;- to be able to connect to the server in the dmz from my clients on the inside using the external IP-address&lt;BR /&gt;(I can reach the server from "internet" using the external IP-address so those rules work)&lt;/P&gt;&lt;P&gt;What I have tried&lt;BR /&gt;1.&lt;BR /&gt;nat (inside,dmz) source static inside-network interface destination static obj-a.b.c.d obj-192.168.17.3 description Hairpin&lt;BR /&gt;(where obj-a.b.c.d) is a network object "host a.b.c.d" and so on.)&lt;BR /&gt;When trying to run this from CLI i get the following error&lt;BR /&gt;Result of the command: "nat (inside,dmz) source static inside-network interface destination static obj-a.b.c.d obj-192.168.17.3 description Hairpin&lt;BR /&gt;nat (inside,dmz) source static inside-network interface destination static obj-a ^.b.c.d obj-192.168.17.3 description Hairpin&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;BR /&gt;2.&lt;BR /&gt;nat (inside,dmz) source dynamic inside-network interface destination static obj-a.b.c.d obj-192.168.17.3&lt;BR /&gt;That gives me the same error...&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 08:30:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668327#M1092613</guid>
      <dc:creator>johanc</dc:creator>
      <dc:date>2022-08-12T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668337#M1092614</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1390283"&gt;@johanc&lt;/a&gt; you can configure NAT reflection. Here is an FTD guide, though at the bottom it does have an ASA example - so apply the same logic to your ASA configuration.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://integratingit.wordpress.com/2021/07/11/ftd-nat-reflection/" target="_blank"&gt;https://integratingit.wordpress.com/2021/07/11/ftd-nat-reflection/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 08:54:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668337#M1092614</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-08-12T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668372#M1092616</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;But that is exactly the CLI command I have been trying. Just for clarity I added the network object as in the example and ran the command again.&lt;/P&gt;&lt;P&gt;Result of the command: "nat (inside,inside) source static Internal-LAN interface destination static SERVER01-NAT SERVER01"&lt;BR /&gt;nat (inside,inside) source static Internal-LAN interface destination static SERV ^ER01-NAT SERVER01&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;I am sure that the command in the example is correct, but I have some other error somewhere, but where?&lt;BR /&gt;I have some other NAT-rules, can those interfere, or what am I doing wrong?&lt;BR /&gt;I have included an image of the current NAT-rules i have (just have blacked out some services, but they are setup the same as all others).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nat.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/159802i86DA500C6B045D23/image-size/large?v=v2&amp;amp;px=999" role="button" title="nat.png" alt="nat.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:06:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668372#M1092616</guid>
      <dc:creator>johanc</dc:creator>
      <dc:date>2022-08-12T10:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668377#M1092618</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;nat&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;real_ifc ,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mapped_ifc&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;source dynamic&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;real_obj&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;any&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;}{&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;mapped_obj&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;interface&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;destination static&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;mapped_obj&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;interface&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ipv6&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;]}{&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;real_obj&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;any&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;}][&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mapped_dest_svc_obj real_dest_svc_obj&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;]&lt;BR /&gt;&lt;BR /&gt;the position of real and mapped Obj must be as show above&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:26:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668377#M1092618</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-08-12T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668381#M1092620</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1390283"&gt;@johanc&lt;/a&gt; The object "Internal-LAN" wouldn't exist on your ASA, hence the error. The object "Internal-LAN" was an object used in the example, you'd need to replace this with an object that represents your internal network. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:24:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668381#M1092620</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-08-12T10:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668388#M1092622</link>
      <description>&lt;P&gt;Hi, no I created the object "Internal-LAN" (and also SERVER01_NAT and SERVER01) before i ran the command, so "Internal-LAN" exists (unfortunately).&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:29:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668388#M1092622</guid>
      <dc:creator>johanc</dc:creator>
      <dc:date>2022-08-12T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668393#M1092625</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;SERVER01-NAT is a defined network object of type "Host" set to my outside IP-address (which is obtained via DHCP since it is the only method my ISP allows). SERVER01 is a defined network object of type "Host" set to the IP address my server has in the dmz (192.168.17.3). Internal-LAN is a defined network obect of type "Network" set to "10.0.0.0/255.255.255.0" which is the network my clients use.&lt;/P&gt;&lt;P&gt;I have tried both these commands with the same result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result of the command: "nat (inside,dmz) source static Internal-LAN interface destination static SERVER01-NAT SERVER01"&lt;BR /&gt;nat (inside,dmz) source static Internal-LAN interface destination static SERVER0 ^1-NAT SERVER01&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;Result of the command: "nat (inside,dmz) source static Internal-LAN interface destination static SERVER01 SERVER01-NAT"&lt;BR /&gt;nat (inside,dmz) source static Internal-LAN interface destination static SERVER0 ^1 SERVER01-NAT&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Johan&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:37:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668393#M1092625</guid>
      <dc:creator>johanc</dc:creator>
      <dc:date>2022-08-12T10:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668396#M1092626</link>
      <description>&lt;P&gt;and I find issue,&amp;nbsp;&lt;BR /&gt;there is no interface Inside the interface is&amp;nbsp;&lt;BR /&gt;Inside_1 ,_2 ....etc.&amp;nbsp;&lt;BR /&gt;give the real Interface nameif&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 10:46:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668396#M1092626</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-08-12T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Hairpinning on ASA 5506-X running ASA 9.16(3)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668419#M1092631</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 11:55:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-hairpinning-on-asa-5506-x-running-asa-9-16-3/m-p/4668419#M1092631</guid>
      <dc:creator>johanc</dc:creator>
      <dc:date>2022-08-12T11:55:06Z</dc:date>
    </item>
  </channel>
</rss>

