<?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 Please post your whole in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633064#M201125</link>
    <description>&lt;P&gt;Please post your whole configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Feb 2015 19:05:42 GMT</pubDate>
    <dc:creator>rizwanr74</dc:creator>
    <dc:date>2015-02-18T19:05:42Z</dc:date>
    <item>
      <title>Static NAT not working on 5512X</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633060#M201121</link>
      <description>&lt;P&gt;I have been using a ASA 5505 for quite a while and decided it was time to upgrade. &amp;nbsp;So I went to a 5512-X and I have been very unsuccessful in getting static NAT to work.&lt;/P&gt;&lt;P&gt;Here is the situation (IPs and domains changed to protect the innocent):&lt;/P&gt;&lt;P&gt;I have an outside set of IPs of 1.1.1.78/29&lt;/P&gt;&lt;P&gt;I have inside setup of 10.0.1.0/24&lt;/P&gt;&lt;P&gt;I have a web server that is at 1.1.1.77 and I want it mapped to 10.0.1.0&lt;/P&gt;&lt;P&gt;Internet from the inside to the outside works just fine. &amp;nbsp;But I cannot get inbound traffic to my webserver.&lt;/P&gt;&lt;P&gt;Config is more or less:&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 1.1.1.73 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 10.0.197.254 255.255.255.0&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;object network webserver&lt;BR /&gt;&amp;nbsp;host 10.0.197.1&lt;BR /&gt;object network webserver-external-ip&lt;BR /&gt;&amp;nbsp;host 1.1.1.77&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;object-group icmp-type DM_INLINE_ICMP_1&lt;BR /&gt;&amp;nbsp;icmp-object echo-reply&lt;BR /&gt;&amp;nbsp;icmp-object source-quench&lt;BR /&gt;&amp;nbsp;icmp-object time-exceeded&lt;BR /&gt;&amp;nbsp;icmp-object unreachable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;access-list outside_access_in extended permit tcp any object webserver eq www&lt;BR /&gt;access-list outside_access_in extended permit icmp any any object-group DM_INLINE_ICMP_1&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;object network webserver&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static webserver-external-ip&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 1.1.1.78 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;show nat detail:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;1 (inside) to (outside) source static webserver webserver-external-ip &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 2276, untranslate_hits = 4&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Source - Origin: 10.0.197.1/32, Translated: 1.1.1.77/32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Source - Origin: 0.0.0.0/0, Translated: 1.1.1.73/29&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Packet trace inbound:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;packet-tracer input outside tcp 8.8.8.8 12345 1.1.1.77 http&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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 webserver&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static webserver-external-ip&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 1.1.1.77/80 to 10.0.197.1/80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 2&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 1.1.1.78 using egress ifc &amp;nbsp;outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 3&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_access_in in interface outside&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 object webserver eq www&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 6&lt;BR /&gt;Type: VPN&lt;BR /&gt;Subtype: ipsec-tunnel-flow&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Phase: 7&lt;BR /&gt;Type:&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 8&lt;BR /&gt;Type:&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 9&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 webserver&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static webserver-external-ip&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 10 &amp;nbsp; &amp;nbsp;&amp;nbsp;&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 11&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 12&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 12995, packet dispatched to next module&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;packet trace from webserver on the inside out:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;packet-tracer input inside tcp 10.0.197.1 http 8.8.8.8 12345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 1&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 1.1.1.78 using egress ifc &amp;nbsp;outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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 inside_access_in in interface inside&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network webserver&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static webserver-external-ip&lt;BR /&gt;Additional Information:&lt;BR /&gt;Static translate 10.0.197.1/80 to 1.1.1.77/80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 6&lt;BR /&gt;Type:&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 7 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;Type:&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 8&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Phase: 10&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&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 13448, packet dispatched to next module&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: NP Identity Ifc&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now here is the interesting part... I get no traffic to the internet from the inside with the web rule in effect. &amp;nbsp;The only way that gets working again is if I either remove the webserver nat or I move the manual nat (section 3) to section 1. &amp;nbsp;But the webserver access never works.&lt;/P&gt;&lt;P&gt;My goals are to have static nat from the outside web server ip to the internal, and to also have general internet access from the inside. As stated before, it worked great on a ASA5505.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:30:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633060#M201121</guid>
      <dc:creator>jgenender</dc:creator>
      <dc:date>2019-03-12T05:30:46Z</dc:date>
    </item>
    <item>
      <title>Ok...one more bit of</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633061#M201122</link>
      <description>&lt;P&gt;Ok...one more bit of information. &amp;nbsp;The internet access is ok from the inside net as for some reason the web server happens to be my DNS server as well. &amp;nbsp;The DNS resolutions seems to completely stop with that static nat for the web server.&amp;nbsp; I have attempted to enable all protocols on the web server, but it still is not passing anything. &amp;nbsp;I think if I can crack that nut, this should be&amp;nbsp;solved. &amp;nbsp;Ideas are welcome &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:33:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633061#M201122</guid>
      <dc:creator>jgenender</dc:creator>
      <dc:date>2015-02-17T15:33:07Z</dc:date>
    </item>
    <item>
      <title>Please remove this line no</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633062#M201123</link>
      <description>&lt;P&gt;Please remove this line&amp;nbsp;&lt;/P&gt;&lt;P&gt;no nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;and copy below&amp;nbsp;lines instead.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object network obj-10.0.197.0-24&lt;BR /&gt;&amp;nbsp;subnet 10.0.197.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know, if this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:51:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633062#M201123</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2015-02-17T21:51:29Z</dc:date>
    </item>
    <item>
      <title>Unfortunately, that did not</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633063#M201124</link>
      <description>&lt;P&gt;Unfortunately, that did not help. &amp;nbsp;Same thing... no static NAT on&amp;nbsp;the web server. &amp;nbsp;It cannot get inbound traffic to the web.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 22:00:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633063#M201124</guid>
      <dc:creator>jgenender</dc:creator>
      <dc:date>2015-02-17T22:00:51Z</dc:date>
    </item>
    <item>
      <title>Please post your whole</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633064#M201125</link>
      <description>&lt;P&gt;Please post your whole configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 19:05:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633064#M201125</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2015-02-18T19:05:42Z</dc:date>
    </item>
    <item>
      <title>Hi. Thanks for following up. </title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633065#M201126</link>
      <description>&lt;P&gt;Hi. Thanks for following up.&amp;nbsp; I actually did the dirty deed and opened a TAC case and we got it working.&amp;nbsp; It wasn't the unit, it was something stupidly external.&amp;nbsp; I'm embarrassed to say what &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 20:28:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633065#M201126</guid>
      <dc:creator>jgenender</dc:creator>
      <dc:date>2015-02-18T20:28:55Z</dc:date>
    </item>
    <item>
      <title>No worries. Good to hear it</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633066#M201127</link>
      <description>&lt;P&gt;No worries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good to hear it is working for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 21:23:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-not-working-on-5512x/m-p/2633066#M201127</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2015-02-18T21:23:40Z</dc:date>
    </item>
  </channel>
</rss>

