<?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: Cannot Access Hosts (Servers) From Outside to Inside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912584#M24806</link>
    <description>&lt;P&gt;Awesome!&amp;nbsp; That worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show nat&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static WebServerIIS80 12.43.6.93&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;2 (inside) to (outside) source static WebServerIIS10 12.43.6.88&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;ciscoasa5540(config)#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this now in the correct order?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't wait to go back up to the server room and try this, and let you know what happens.&amp;nbsp; Your help is most appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 19:46:36 GMT</pubDate>
    <dc:creator>beatinger</dc:creator>
    <dc:date>2019-08-22T19:46:36Z</dc:date>
    <item>
      <title>Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912155#M24795</link>
      <description>&lt;P&gt;I was able to setup my Cisco ASA5540 for Internet access from inside servers to the outside (i.e., I can hit websites, and ping hosts to the outside, and I can ping the inside hosts at their IPs from the firewall), but I cannot figure out how to allow access from outside public IPs, to NATed IPs on the inside network.&amp;nbsp; I feel that the problem is related to no mapping between outside IPs to the inside IPs, which have been assigned to servers.&amp;nbsp; There used to be a "static route" command, which has not been deprecated.&amp;nbsp; I have configured and setup an access list for one of the servers.&amp;nbsp; The OUTSIDE public IP is 12.43.6.93 and the INSIDE private IP is 10.1.252.249.&amp;nbsp; One of the things that I don't understand, is where do you do the mapping from the public IP to the private IP (such as was done with the "static" command before), or 12.43.6.93 to 10.1.252.249.&amp;nbsp; I don't understand how to do that anymore, with this new version IOS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current, very simple configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540# show config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JMX1112L1JH&lt;BR /&gt;: Hardware: ASA5540-K8, 2560 MB RAM, CPU Pentium 4 2000 MHz&lt;BR /&gt;: Written by enable_15 at 19:15:49.949 UTC Wed Aug 21 2019&lt;BR /&gt;!&lt;BR /&gt;ASA Version 9.1(7)32&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa5540&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&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 12.43.6.90 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.1.252.254 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 Management0/0&lt;BR /&gt;management-only&lt;BR /&gt;nameif management&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;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network IIS85Server&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.249 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.249 eq https&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;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 (inside,outside) dynamic 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 12.43.6.81 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;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&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;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;BR /&gt;308204d3 308203bb a0030201 02021018 dad19e26 7de8bb4a 2158cdcc 6b3b4a30&lt;BR /&gt;0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d30&lt;BR /&gt;36313130 38303030 3030305a 170d3336 30373136 32333539 35395a30 81ca310b&lt;BR /&gt;30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20&lt;BR /&gt;496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65&lt;BR /&gt;74776f72 6b313a30 38060355 040b1331 28632920 32303036 20566572 69536967&lt;BR /&gt;6e2c2049 6e632e20 2d20466f 72206175 74686f72 697a6564 20757365 206f6e6c&lt;BR /&gt;79314530 43060355 0403133c 56657269 5369676e 20436c61 73732033 20507562&lt;BR /&gt;6c696320 5072696d 61727920 43657274 69666963 6174696f 6e204175 74686f72&lt;BR /&gt;69747920 2d204735 30820122 300d0609 2a864886 f70d0101 01050003 82010f00&lt;BR /&gt;3082010a 02820101 00af2408 08297a35 9e600caa e74b3b4e dc7cbc3c 451cbb2b&lt;BR /&gt;e0fe2902 f95708a3 64851527 f5f1adc8 31895d22 e82aaaa6 42b38ff8 b955b7b1&lt;BR /&gt;b74bb3fe 8f7e0757 ecef43db 66621561 cf600da4 d8def8e0 c362083d 5413eb49&lt;BR /&gt;ca595485 26e52b8f 1b9febf5 a191c233 49d84363 6a524bd2 8fe87051 4dd18969&lt;BR /&gt;7bc770f6 b3dc1274 db7b5d4b 56d396bf 1577a1b0 f4a225f2 af1c9267 18e5f406&lt;BR /&gt;04ef90b9 e400e4dd 3ab519ff 02baf43c eee08beb 378becf4 d7acf2f6 f03dafdd&lt;BR /&gt;75913319 1d1c40cb 74241921 93d914fe ac2a52c7 8fd50449 e48d6347 883c6983&lt;BR /&gt;cbfe47bd 2b7e4fc5 95ae0e9d d4d143c0 6773e314 087ee53f 9f73b833 0acf5d3f&lt;BR /&gt;3487968a ee53e825 15020301 0001a381 b23081af 300f0603 551d1301 01ff0405&lt;BR /&gt;30030101 ff300e06 03551d0f 0101ff04 04030201 06306d06 082b0601 05050701&lt;BR /&gt;0c046130 5fa15da0 5b305930 57305516 09696d61 67652f67 69663021 301f3007&lt;BR /&gt;06052b0e 03021a04 148fe5d3 1a86ac8d 8e6bc3cf 806ad448 182c7b19 2e302516&lt;BR /&gt;23687474 703a2f2f 6c6f676f 2e766572 69736967 6e2e636f 6d2f7673 6c6f676f&lt;BR /&gt;2e676966 301d0603 551d0e04 1604147f d365a7c2 ddecbbf0 3009f343 39fa02af&lt;BR /&gt;33313330 0d06092a 864886f7 0d010105 05000382 01010093 244a305f 62cfd81a&lt;BR /&gt;982f3dea dc992dbd 77f6a579 2238ecc4 a7a07812 ad620e45 7064c5e7 97662d98&lt;BR /&gt;097e5faf d6cc2865 f201aa08 1a47def9 f97c925a 0869200d d93e6d6e 3c0d6ed8&lt;BR /&gt;e6069140 18b9f8c1 eddfdb41 aae09620 c9cd6415 3881c994 eea28429 0b136f8e&lt;BR /&gt;db0cdd25 02dba48b 1944d241 7a05694a 584f60ca 7e826a0b 02aa2517 39b5db7f&lt;BR /&gt;e784652a 958abd86 de5e8116 832d10cc defda882 2a6d281f 0d0bc4e5 e71a2619&lt;BR /&gt;e1f4116f 10b595fc e7420532 dbce9d51 5e28b69e 85d35bef a57d4540 728eb70e&lt;BR /&gt;6b0e06fb 33354871 b89d278b c4655f0d 86769c44 7af6955c f65d3208 33a454b6&lt;BR /&gt;183f685c f2424a85 3854835f d1e82cf2 ac11d6a8 ed636a&lt;BR /&gt;quit&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;BR /&gt;dhcpd enable management&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;!&lt;/P&gt;&lt;P&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;call-home reporting anonymous&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has been an extremely difficult setup for me, as the server room is a 70-mile round trip, and I cannot get out there very often, and when I am there, I just can't figure this out.&amp;nbsp; I spent 8 hours on this today alone.&amp;nbsp; I did figure out how to get the ASDM working, but it doesn't help much.&amp;nbsp; Thank you very much for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 08:56:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912155#M24795</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-22T08:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912176#M24796</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This example will nat behing the IP address assigned to the outside interface:-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;object network SVR-HTTP&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;host 10.1.252.249&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 80 80&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;object network SVR-HTTPS&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;host 10.1.252.249&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 443 443&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had multiple IP addresses you would replace "interface" with the IP address, e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;object network SVR&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;host 10.1.252.249&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;nat (inside,outside) static 12.43.6.9x&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your existing NAT rule might take precedence, so might be worth removing your existing dynamic nat with the following rule (This is global and not defined under an object.):-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; nat (inside,outside) after-auto dynamic interface&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your ACL looks correct, it needs to reference the real IP address rather than the NATTED address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 09:30:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912176#M24796</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-22T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912504#M24797</link>
      <description>&lt;P&gt;Hello HTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&amp;nbsp; Most appreciated!&amp;nbsp; So I did everything you suggested, and yes, I have multiple IPs and multiple servers, so this is what (the pertinent section) my config looks like now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0object network IIS85Server&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;host 10.1.252.250&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.93 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.93 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.88 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.88 eq www&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;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 (inside,outside) dynamic interface&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;nat (inside,outside) static 12.43.6.93&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;nat (inside,outside) static 12.43.6.88&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.43.6.81 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Should I remove this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj_any&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;subnet 0.0.0.0 0.0.0.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also added a group of names, to help me follow things, and this is what my config file looks like for that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;names&lt;BR /&gt;name 10.1.252.219 Sendmail description OLD Mail Server (92)&lt;BR /&gt;name 10.1.252.247 ExchangeServer description Exchange Server 2016 (94)&lt;BR /&gt;name 10.1.252.249 WebServerIIS80 description Windows Server 2012 (93)&lt;BR /&gt;name 10.1.252.190 DRAC-DNS description DRAC for DNS Server (87)&lt;BR /&gt;name 10.1.252.191 DRAC-WebServer description DRAC for Web Server (92)&lt;BR /&gt;name 10.1.252.246 NAS description Synology NAS (86)&lt;BR /&gt;name 10.1.252.250 WebServerIIS10 description Windows Server 2019 (88)&lt;BR /&gt;name 10.1.252.192 DRAC-VirtualServer description DRAC for Virtual Server (89)&lt;BR /&gt;name 10.1.252.245 DNS-Server description Primary DNS Server (91)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not really sure how to use these anymore to help me follows things, as I did before, so perhaps you could advise me on this.&amp;nbsp; The new "objects" are a bit confusing, but I think I am starting to understand it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I can't test this until I drive back up to the server room, which will probably be tomorrow.&amp;nbsp; I will update then.&amp;nbsp; Thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 17:59:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912504#M24797</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-22T17:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912519#M24798</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I think you miss understood, your ACL was correct first time. You need to reference the real (private) IP address of the server e.g. 10.1.252.249 not the NATTED IP address in the ACL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, remove "object network obj_any" and add the example I provided. Use the command "show nat" to confirm that the new static NAT entries are above this new dynamic NAT rule, used for general outbound traffic (internet).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a description under the object, e.g.&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;object network WebServerIIS80&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;host 10.1.252.249&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;description Windows Server 2012 (93)&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 18:24:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912519#M24798</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-22T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912569#M24799</link>
      <description>&lt;P&gt;Okay, here are the current (pertinent to our discussion) contents of my config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network IIS85Server&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;host 10.1.252.250&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.249 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.249 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.250 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 10.1.252.250 eq https&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;nat (inside,outside) static 12.43.6.93&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;nat (inside,outside) static 12.43.6.88&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.43.6.81 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is the output of the "show nat" command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Auto NAT Policies (Section 2)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 (inside) to (outside) source static WebServerIIS80 12.43.6.93 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;translate_hits = 0, untranslate_hits = 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;2 (inside) to (outside) source static WebServerIIS10 12.43.6.88 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;translate_hits = 0, untranslate_hits = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the command to setup the dynamic NAT, that you gave me earlier, gets an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ciscoasa5540(config)# nat (inside,outside) after-auto dynamic interface&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;^&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: % Invalid input detected at '^' marker.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912569#M24799</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-22T19:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912570#M24801</link>
      <description>&lt;P&gt;I just noticed that the cut and paste, put the error marker in the wrong place.&amp;nbsp; It should be under the start of the word "dynamic."&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:23:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912570#M24801</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-22T19:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912582#M24804</link>
      <description>I have a newer ASA version, try this "nat (INSIDE,OUTSIDE) after-auto source dynamic any interface"</description>
      <pubDate>Thu, 22 Aug 2019 19:43:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912582#M24804</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-22T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912584#M24806</link>
      <description>&lt;P&gt;Awesome!&amp;nbsp; That worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show nat&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static WebServerIIS80 12.43.6.93&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;2 (inside) to (outside) source static WebServerIIS10 12.43.6.88&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;ciscoasa5540(config)#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this now in the correct order?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't wait to go back up to the server room and try this, and let you know what happens.&amp;nbsp; Your help is most appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912584#M24806</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-22T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912588#M24808</link>
      <description>Yes, order is fine. The static NATs in Section 2 will always be processed before the dynamic NAT. If you add any new static NAT rules, they would also be added to Section 2.</description>
      <pubDate>Thu, 22 Aug 2019 19:54:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3912588#M24808</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-22T19:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Hosts (Servers) From Outside to Inside</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3915023#M24809</link>
      <description>&lt;P&gt;I was finally able to get up to the server room and try this new configuration out, and IT WORKED.&amp;nbsp; So I finished up all of the necessary access lists and got it all done, and now we are in business!&amp;nbsp; Thank you SO MUCH for helping me out with this.&amp;nbsp; How did you learn so much about this complicated firewall?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have another 2 questions, and that is...how can I completely disable all of the "SmartCallHome" code that is on this firewall configuration?&amp;nbsp; I also can suddenly no longer get into the ASDM, and get this message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The webpage cannot be found."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The URL at the top of the page is correct, and is as follows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://192.168.1.1/admin/public/index.html" target="_blank"&gt;https://192.168.1.1/admin/public/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The http server is enabled, as can be seen via the "show run http" command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I am very confused as to what happened to the ASDM.&amp;nbsp; What is the command to see if it is loading correctly on the router startup?&amp;nbsp; It appears that the image is simply not loading perhaps.&amp;nbsp; Thank you again for all of your help!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 22:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-hosts-servers-from-outside-to-inside/m-p/3915023#M24809</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-27T22:55:11Z</dc:date>
    </item>
  </channel>
</rss>

