<?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 That is indeed what I want. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796461#M172850</link>
    <description>&lt;P&gt;That is indeed what I want. However I could not get your command to take. It doesn't like it...nat (any,outside) after-auto dynamic interface...it gets hung up on dynamic...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So I ended up through the ? with:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (any,outside) after-auto source dynamic any pat-pool interface&lt;/P&gt;
&lt;P&gt;Not sure if that is the equivalent or not...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;None the less it gives that same results...&lt;/P&gt;
&lt;P&gt;Was there something missing in your command or something I did wrong?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 20:35:12 GMT</pubDate>
    <dc:creator>it-dept01</dc:creator>
    <dc:date>2016-02-05T20:35:12Z</dc:date>
    <item>
      <title>Static NAT Can't get outside access from inside - outside to in is fine</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796459#M172847</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am testing a new ASA and I am having difficulties getting a machine that I have set up a static NAT for, getting out to the internet. It seems that I can get the traffic in. The test server is a test web server and from the outside I can reach it on the public facing IP...We'll just call that IP 1.2.3.4 (NATTESTOUT). The internal address that nat is set up for is 192.168.1.200 (NATTest).&lt;/P&gt;
&lt;P&gt;No traffic seems to go out from that machine though other machines set up with the dynamic NAT rule are able to get out.&lt;/P&gt;
&lt;P&gt;Let me know if you need additional information.&lt;/P&gt;
&lt;P&gt;1.2.3.1 = Outside Interface&lt;/P&gt;
&lt;P&gt;1.2.3.2 = ISP Gateway&lt;/P&gt;
&lt;P&gt;1.2.3.4 = Outside NAT IP for webserver 192.168.1.200 - which cannot get out to&amp;nbsp;Internet but reachable from the outside&lt;/P&gt;
&lt;P&gt;I'm sure some of my access rules are unnecessary but I was trying to find the right combo and then work backwards from there...&lt;/P&gt;
&lt;P&gt;Here is my config:&lt;/P&gt;
&lt;P&gt;ASA Version 9.5(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.2.3.1 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/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 GigabitEthernet1/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 GigabitEthernet1/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 GigabitEthernet1/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 GigabitEthernet1/7&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 GigabitEthernet1/8&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 Management1/1&lt;BR /&gt; management-only&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;clock timezone EST -5&lt;BR /&gt;clock summer-time EDT recurring&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network NATTest&lt;BR /&gt; host 192.168.1.200&lt;BR /&gt;object network NATTESTOUT&lt;BR /&gt; host 1.2.3.4&lt;BR /&gt;object-group service DM_INLINE_SERVICE_1&lt;BR /&gt; service-object tcp destination eq www&lt;BR /&gt; service-object tcp destination eq https&lt;BR /&gt; service-object udp destination eq www&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt; protocol-object udp&lt;BR /&gt; protocol-object tcp&lt;BR /&gt;object-group network DM_INLINE_NETWORK_1&lt;BR /&gt; network-object host 192.168.1.100&lt;BR /&gt; network-object host 192.168.1.6&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;access-list inside_access_in extended permit object-group DM_INLINE_SERVICE_1 an y 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in_1 extended permit ip any object NATTest&lt;BR /&gt;access-list outside_access_in_1 extended permit ip any any&lt;BR /&gt;access-list outside_access_out extended permit ip any any&lt;BR /&gt;access-list inside_access_out extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 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;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (any,outside) dynamic interface&lt;BR /&gt;object network NATTest&lt;BR /&gt; nat (inside,outside) static NATTESTOUT&lt;BR /&gt;access-group outside_access_in_1 in interface outside&lt;BR /&gt;access-group outside_access_out out interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group inside_access_out out interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 1.2.3.2 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 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;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&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;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt; certificate ca 6ecc7aa5a7032009b8cebcf4e952d491&lt;BR /&gt; &lt;BR /&gt; quit&lt;BR /&gt;telnet 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;
&lt;P&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.5-192.168.1.254 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&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;username user1 password encrypted&lt;BR /&gt;username user1 attributes&lt;BR /&gt; service-type nas-prompt&lt;BR /&gt;username password encrypted privilege 15&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; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map&lt;BR /&gt; inspect ftp&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect esmtp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt; inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;service call-home&lt;BR /&gt;call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt; contact-email-addr &lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DD" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DD&lt;/A&gt; CEService&lt;BR /&gt; destination address email callhome@cisco.com&lt;BR /&gt; destination transport-method http&lt;BR /&gt; subscribe-to-alert-group diagnostic&lt;BR /&gt; subscribe-to-alert-group environment&lt;BR /&gt; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:&lt;BR /&gt;: end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:14:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796459#M172847</guid>
      <dc:creator>it-dept01</dc:creator>
      <dc:date>2019-03-12T07:14:42Z</dc:date>
    </item>
    <item>
      <title>Try changing -</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796460#M172848</link>
      <description>&lt;P&gt;Try changing -&lt;/P&gt;
&lt;P&gt;"nat (any,outside) dynamic interface"&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;"nat (any,outside) after-auto dynamic interface"&lt;/P&gt;
&lt;P&gt;and retest.&lt;/P&gt;
&lt;P&gt;Edit - if that works it means the server 192.168.1.200 will always go out with the public IP 1.2.3.4.&lt;/P&gt;
&lt;P&gt;Is that what you want ?&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796460#M172848</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-02-05T19:52:26Z</dc:date>
    </item>
    <item>
      <title>That is indeed what I want.</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796461#M172850</link>
      <description>&lt;P&gt;That is indeed what I want. However I could not get your command to take. It doesn't like it...nat (any,outside) after-auto dynamic interface...it gets hung up on dynamic...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So I ended up through the ? with:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (any,outside) after-auto source dynamic any pat-pool interface&lt;/P&gt;
&lt;P&gt;Not sure if that is the equivalent or not...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;None the less it gives that same results...&lt;/P&gt;
&lt;P&gt;Was there something missing in your command or something I did wrong?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:35:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796461#M172850</guid>
      <dc:creator>it-dept01</dc:creator>
      <dc:date>2016-02-05T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Try the syntax - nat (any</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796462#M172852</link>
      <description>&lt;P&gt;Try the syntax -&amp;nbsp;&lt;EM&gt;nat (any,outside) after-auto source dynamic any interface&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 01:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-can-t-get-outside-access-from-inside-outside-to-in-is/m-p/2796462#M172852</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2016-02-06T01:28:10Z</dc:date>
    </item>
  </channel>
</rss>

