<?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: Static NAT not working....NEED help fast! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893948#M26753</link>
    <description>Thanks for your help, sadly it didnt work. I did run packet-tracer though afterwards and if i do packet-tracer input outside tcp 5.5.5.2 23 1.1.1.2 23 it will return all allows but if i run packet-tracer input outside tcp 5.5.5.2 23 10.20.20.10 23 then it fails at "Phase 6 rpf-check"</description>
    <pubDate>Fri, 19 Jul 2019 22:18:59 GMT</pubDate>
    <dc:creator>robbo79871</dc:creator>
    <dc:date>2019-07-19T22:18:59Z</dc:date>
    <item>
      <title>Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893930#M26714</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SNAT.png" style="width: 800px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/41291i9C518678F1EBCE9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SNAT.png" alt="SNAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hi guys, so basically i have no clue as to why the SNAT i've setup on my ASA here to go to R2 here for telnet on R2 from either R3 or R4 isnt working. All the other config is up and working on everything else, R2 can ping R3 as well through the dynamic NAT rule i've setup, the static NAT for some unknown reason just doesnt seem to want to work and I think i've done everything right to. I'll post the config here for the ASA...................&lt;/DIV&gt;&lt;DIV&gt;ASA Version 9.9(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password $sha512$5000$OesS1Q0ztcWz2bIF489rMw==$vyauUzBcHsmkMIwL8g8ZIA== pbkdf2&lt;BR /&gt;names&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 1.1.1.2 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif dmz&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.20.20.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object service PORT_5000&lt;BR /&gt;service tcp destination eq 5000&lt;BR /&gt;object service PORT_23&lt;BR /&gt;service tcp destination eq telnet&lt;BR /&gt;object network SERVER&lt;BR /&gt;host 10.20.20.10&lt;BR /&gt;object service TELNET&lt;BR /&gt;service tcp source eq telnet&lt;BR /&gt;access-list outside_to_dmz extended permit tcp any host 10.20.20.10 eq telnet&lt;BR /&gt;access-list outside_to_dmz extended permit tcp any any eq telnet&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;icmp permit any dmz&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;nat (dmz,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;object network SERVER&lt;BR /&gt;nat (dmz,outside) static interface service tcp telnet telnet&lt;BR /&gt;access-group outside_to_dmz in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 1.1.1.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 513fb9743870b73440418d30930699ff&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 30820538 30820420 a0030201 02021051 3fb97438 70b73440 418d3093 0699ff30&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 0d06092a 864886f7 0d01010b 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d31&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 33313033 31303030 3030305a 170d3233 31303330 32333539 35395a30 7e310b30&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 09060355 04061302 5553311d 301b0603 55040a13 1453796d 616e7465 6320436f&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 72706f72 6174696f 6e311f30 1d060355 040b1316 53796d61 6e746563 20547275&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 7374204e 6574776f 726b312f 302d0603 55040313 2653796d 616e7465 6320436c&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 61737320 33205365 63757265 20536572 76657220 4341202d 20473430 82012230&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 0d06092a 864886f7 0d010101 05000382 010f0030 82010a02 82010100 b2d805ca&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1c742db5 175639c5 4a520996 e84bd80c f1689f9a 422862c3 a530537e 5511825b&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 037a0d2f e17904c9 b4967719 81019459 f9bcf77a 9927822d b783dd5a 277fb203&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 7a9c5325 e9481f46 4fc89d29 f8be7956 f6f7fdd9 3a68da8b 4b823341 12c3c83c&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ccd6967a 84211a22 04032717 8b1c6861 930f0e51 80331db4 b5ceeb7e d062acee&lt;BR /&gt;&amp;nbsp; &amp;nbsp; b37b0174 ef6935eb cad53da9 ee9798ca 8daa440e 25994a15 96a4ce6d 02541f2a&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 6a26e206 3a6348ac b44cd175 9350ff13 2fd6dae1 c618f59f c9255df3 003ade26&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4db42909 cd0f3d23 6f164a81 16fbf283 10c3b8d6 d855323d f1bd0fbd 8c52954a&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 16977a52 2163752f 16f9c466 bef5b509 d8ff2700 cd447c6f 4b3fb0f7 02030100&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 01a38201 63308201 5f301206 03551d13 0101ff04 08300601 01ff0201 00303006&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 03551d1f 04293027 3025a023 a021861f 68747470 3a2f2f73 312e7379 6d63622e&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 636f6d2f 70636133 2d67352e 63726c30 0e060355 1d0f0101 ff040403 02010630&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2f06082b 06010505 07010104 23302130 1f06082b 06010505 07300186 13687474&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 703a2f2f 73322e73 796d6362 2e636f6d 306b0603 551d2004 64306230 60060a60&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 86480186 f8450107 36305230 2606082b 06010505 07020116 1a687474 703a2f2f&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 7777772e 73796d61 7574682e 636f6d2f 63707330 2806082b 06010505 07020230&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1c1a1a68 7474703a 2f2f7777 772e7379 6d617574 682e636f 6d2f7270 61302906&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 03551d11 04223020 a41e301c 311a3018 06035504 03131153 796d616e 74656350&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4b492d31 2d353334 301d0603 551d0e04 1604145f 60cf6190 55df8443 148a602a&lt;BR /&gt;&amp;nbsp; &amp;nbsp; b2f57af4 4318ef30 1f060355 1d230418 30168014 7fd365a7 c2ddecbb f03009f3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4339fa02 af333133 300d0609 2a864886 f70d0101 0b050003 82010100 5e945649&lt;BR /&gt;&amp;nbsp; &amp;nbsp; dd8e2d65 f5c13651 b603e3da 9e7319f2 1f59ab58 7e6c2605 2cfa81d7 5c231722&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2c3793f7 86ec85e6 b0a3fd1f e232a845 6fe1d9fb b9afd270 a0324265 bf84fe16&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2a8f3fc5 a6d6a393 7d43e974 21913528 f463e92e edf7f55c 7f4b9ab5 20e90abd&lt;BR /&gt;&amp;nbsp; &amp;nbsp; e045100c 14949a5d a5e34b91 e8249b46 4065f422 72cd99f8 8811f5f3 7fe63382&lt;BR /&gt;&amp;nbsp; &amp;nbsp; e6a8c57e fed008e2 25580871 68e6cda2 e614de4e 52242dfd e5791353 e75e2f2d&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4d1b6d40 15522bf7 87897812 816ed94d aa2d78d4 c22c3d08 5f87919e 1f0eb0de&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 30526486 89aa9d66 9c0e760c 80f274d8 2af8b83a ced7d60f 11be6bab 14f5bd41&lt;BR /&gt;&amp;nbsp; &amp;nbsp; a0226389 f1ba0f6f 2963662d 3fac8c72 c5fbc7e4 d40ff23b 4f8c29c7&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;console serial&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&amp;nbsp; no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&amp;nbsp; no tcp-inspection&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&amp;nbsp; no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="nofollow  noopener"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;&amp;nbsp; destination address http&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="nofollow  noopener"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;Cryptochecksum:a0a7c6dc8e3805dbe0d5cb85e1458e7f&lt;BR /&gt;: end&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jul 2019 21:35:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893930#M26714</guid>
      <dc:creator>robbo79871</dc:creator>
      <dc:date>2019-07-19T21:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893933#M26743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Your dynamic nat "&lt;EM&gt;nat (dmz,outside) source dynamic any interface&lt;/EM&gt;" would be above the static nat defined for telnet and thus causing an issue.&lt;/P&gt;
&lt;P&gt;Remove the dynamic nat and re-enter with &lt;EM&gt;&lt;STRONG&gt;after-auto&lt;/STRONG&gt;&lt;/EM&gt; command configured, this will move the dynamic rule to NAT Section 3 and processed after the static nat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;nat (dmz,outside) &lt;STRONG&gt;after-auto&lt;/STRONG&gt; source dynamic any interface"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 21:44:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893933#M26743</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-07-19T21:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893948#M26753</link>
      <description>Thanks for your help, sadly it didnt work. I did run packet-tracer though afterwards and if i do packet-tracer input outside tcp 5.5.5.2 23 1.1.1.2 23 it will return all allows but if i run packet-tracer input outside tcp 5.5.5.2 23 10.20.20.10 23 then it fails at "Phase 6 rpf-check"</description>
      <pubDate>Fri, 19 Jul 2019 22:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893948#M26753</guid>
      <dc:creator>robbo79871</dc:creator>
      <dc:date>2019-07-19T22:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893950#M26771</link>
      <description>Upload the full output of the first packet-tracer for review.&lt;BR /&gt;&lt;BR /&gt;Run "show nat" and confirm whether the traffic is hitting the correct nat rule.&lt;BR /&gt;&lt;BR /&gt;If traffic is matching the correct nat rule, confirm the router has a default route to respond to the traffic and that the router is configured correctly for telnet.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 19 Jul 2019 22:24:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893950#M26771</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-07-19T22:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893953#M26784</link>
      <description>Thanks for your reply again, here is the out for the first packet-tracer command.....&lt;BR /&gt;&lt;BR /&gt;ciscoasa(config)# packet-tracer input outside tcp 5.5.5.2 23 1.1.1.2 23&lt;BR /&gt;&lt;BR /&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network SERVER&lt;BR /&gt;nat (dmz,outside) static interface service tcp telnet telnet&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface dmz&lt;BR /&gt;Untranslate 1.1.1.2/23 to 10.20.20.10/23&lt;BR /&gt;&lt;BR /&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group outside_to_dmz in interface outside&lt;BR /&gt;access-list outside_to_dmz extended permit tcp any host 10.20.20.10 eq telnet&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (dmz,outside) after-auto source dynamic any interface&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 6&lt;BR /&gt;Type: QOS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network SERVER&lt;BR /&gt;nat (dmz,outside) static interface service tcp telnet telnet&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 8&lt;BR /&gt;Type: QOS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 9&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 10&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 11&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 11, packet dispatched to next module&lt;BR /&gt;&lt;BR /&gt;Phase: 12&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 10.20.20.10 using egress ifc dmz&lt;BR /&gt;&lt;BR /&gt;Phase: 13&lt;BR /&gt;Type: ADJACENCY-LOOKUP&lt;BR /&gt;Subtype: next-hop and adjacency&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;adjacency Active&lt;BR /&gt;next-hop mac address c402.0686.0010 hits 7 reference 1&lt;BR /&gt;&lt;BR /&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: dmz&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;BR /&gt;###########################################################################################################&lt;BR /&gt;ciscoasa(config)# show nat&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (dmz) to (outside) source static SERVER interface service tcp telnet telnet&lt;BR /&gt;translate_hits = 0, untranslate_hits = 4&lt;BR /&gt;&lt;BR /&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (dmz) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;#########################################################################################################&lt;BR /&gt;The ASA and routers definitely have the correct routes on them and the router is setup for telnet to because i can telnet to it on the same router, thanks again....</description>
      <pubDate>Fri, 19 Jul 2019 22:31:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893953#M26784</guid>
      <dc:creator>robbo79871</dc:creator>
      <dc:date>2019-07-19T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893960#M26797</link>
      <description>RIGHT, it is working now, the very last telnet i did i was using the private IP instead of public (it has been a long day trust me!). But i'm sure it wouldnt have worked without your help there.&lt;BR /&gt;&lt;BR /&gt;This is all linked and simulauted basically bascause today i spent around 6 hours trying to configure static NAT rules for port 80,443 and 8850 and could not get the traffic it to work at all!&lt;BR /&gt;I've just logged back onto the production firewall and moved the dynamic rule to after-auto for the dmz interfaces but had no luck again. The auto NAT rules are still not getting triggered. The thing is i have about another 6 manual NAT rules in there for site to site tunnels that are live at the moment but on different interfaces etc... Do i need to move them all with the after-auto command as well. Looks like i might have to delete them to and put them back in with that command to get them underneath the auto-NAT rules.......???</description>
      <pubDate>Fri, 19 Jul 2019 22:53:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893960#M26797</guid>
      <dc:creator>robbo79871</dc:creator>
      <dc:date>2019-07-19T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893961#M26814</link>
      <description>Good to hear it's working in the lab.&lt;BR /&gt;&lt;BR /&gt;As far as your production firewall is concerned, without seeing your current configuration I cannot be certain. If you run packet-tracer using the public IP address as the destination, confirm which nat rule is being hit, if it's the wrong nat rule then potentially you may need to move the dynamic nat rule using after-auto.&lt;BR /&gt;&lt;BR /&gt;You would need to remove the existing rules and then re-add using after-auto.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 19 Jul 2019 23:01:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893961#M26814</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-07-19T23:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT not working....NEED help fast!</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893971#M26828</link>
      <description>My production firewall is behaving exactly like my GNS3 firewall as far as packet-tracer is concerned, it stops on Phase 3 and complains about an ACL drop just like the GNS3 firewall before i moved the manual NAT polices behind the auto-NAT ones......Thanks for your continued help with this to, it was driving me mental today.</description>
      <pubDate>Fri, 19 Jul 2019 23:16:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-need-help-fast/m-p/3893971#M26828</guid>
      <dc:creator>robbo79871</dc:creator>
      <dc:date>2019-07-19T23:16:52Z</dc:date>
    </item>
  </channel>
</rss>

