<?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 Hello Karsten, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916629#M153090</link>
    <description>&lt;P&gt;Hello Karsten,&lt;/P&gt;
&lt;P&gt;yes the routing to internet works fine. I have few other dynamic rules on the other interface(s) and they works fine. Anyway I was able to get hands on one spare ASA device and replicate the configuration and it works so it seems that the problem is on the remote device or with the network connected to the Gi0/2 (unless it is some kind of bug on that particular ASA dev). I'm working remotely and customer says everything is fine on their end and all servers on network behind the ASA are configured properly. I will ask them to test cables and connect some workstation to the port directly + do some packet tracing.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 06:22:50 GMT</pubDate>
    <dc:creator>paveldudaibm</dc:creator>
    <dc:date>2016-06-14T06:22:50Z</dc:date>
    <item>
      <title>Static NAT configuration on ASA5520 (8.4+)</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916626#M153087</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to setup static NAT for inbound RDP traffic to several servers on the inside network but I have troubles to make it work.&lt;/P&gt;
&lt;P&gt;My configuration is like:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;interface Gi0/0&lt;/P&gt;
&lt;P&gt;nameif Internet&lt;/P&gt;
&lt;P&gt;security-level 10&lt;/P&gt;
&lt;P&gt;ip address 192.168.1.2 255.255.255.128&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface Gi0/1&lt;/P&gt;
&lt;P&gt;nameif someothernet&lt;/P&gt;
&lt;P&gt;ip address 172.16.0.1 255.255.255.128&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface Gi0/2&lt;/P&gt;
&lt;P&gt;nameif Serverdp&lt;/P&gt;
&lt;P&gt;ip address 10.0.0.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network rdp-internal&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;host 10.0.0.10&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;nat (Serverdp,Internet) static 192.168.1.15 service tcp 3389 3389&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;
&lt;P&gt;access-list Inbound extended permit tcp any host 10.0.0.10 eq 3389&lt;/P&gt;
&lt;P&gt;access-group Inbound in interface Internet&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When I try to connect to 192.168.1.15:3389 I'm getting %ASA-6-110003 routing failed to locate next for for TCP from Internet:xxxxx to serverdp:10.0.0.10/3389&lt;/P&gt;
&lt;P&gt;Am I missing some step in this configuration?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:52:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916626#M153087</guid>
      <dc:creator>paveldudaibm</dc:creator>
      <dc:date>2019-03-12T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Two things to check in your</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916627#M153088</link>
      <description>&lt;P&gt;Two things to check in your config:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is the routing to the internet correct?&lt;/LI&gt;
&lt;LI&gt;Is there any NAT configured incorrectly in section 1 of the NAT-rules&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:57:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916627#M153088</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-06-13T15:57:08Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916628#M153089</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you please share the show run of this ASA, and according to the log the ASA is indeed dropping it,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This error occurs when the ASA tries to find the next hop on an interface routing table. Typically, this message is received when ASA has a translation (xlate) built to one interface and a route pointing out a different interface. Check for a misconfiguration on the NAT statements. Resolution of the misconfiguration may resolve the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also afterwards taking captures on both interfaces will give us a better overview,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please proceed to rate and mark as correct the helpful post!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;David Castro,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:18:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916628#M153089</guid>
      <dc:creator>David Castro F.</dc:creator>
      <dc:date>2016-06-13T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Hello Karsten,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916629#M153090</link>
      <description>&lt;P&gt;Hello Karsten,&lt;/P&gt;
&lt;P&gt;yes the routing to internet works fine. I have few other dynamic rules on the other interface(s) and they works fine. Anyway I was able to get hands on one spare ASA device and replicate the configuration and it works so it seems that the problem is on the remote device or with the network connected to the Gi0/2 (unless it is some kind of bug on that particular ASA dev). I'm working remotely and customer says everything is fine on their end and all servers on network behind the ASA are configured properly. I will ask them to test cables and connect some workstation to the port directly + do some packet tracing.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:22:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916629#M153090</guid>
      <dc:creator>paveldudaibm</dc:creator>
      <dc:date>2016-06-14T06:22:50Z</dc:date>
    </item>
    <item>
      <title>Did the other ASA run the</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916630#M153091</link>
      <description>&lt;P&gt;Did&amp;nbsp;the other ASA run the exact same version? There were changes in NAT-behavior in the past.&lt;/P&gt;
&lt;P&gt;I still would expect the problem in the section1 of your NAT config.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:23:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916630#M153091</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-06-14T07:23:04Z</dc:date>
    </item>
    <item>
      <title>Yes they are running same</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916631#M153092</link>
      <description>&lt;P&gt;Yes they are running same version so should not be affected by those changes which took place in 8.3+ if I recall correctly the version. I'm waiting for on-site support to check the cabling and network settings so let's see...&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:34:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916631#M153092</guid>
      <dc:creator>paveldudaibm</dc:creator>
      <dc:date>2016-06-14T10:34:44Z</dc:date>
    </item>
    <item>
      <title>So the problem was really on</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916632#M153093</link>
      <description>&lt;P&gt;So the problem was really on the network behind the ASA not with the NAT rules :-).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-configuration-on-asa5520-8-4/m-p/2916632#M153093</guid>
      <dc:creator>paveldudaibm</dc:creator>
      <dc:date>2016-07-07T13:00:06Z</dc:date>
    </item>
  </channel>
</rss>

