<?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 ASA 5510 DMZ cannot talk to inside network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137628#M394819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julio, Thank you so much. Worked perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 18:22:01 GMT</pubDate>
    <dc:creator>Darren Lapierre</dc:creator>
    <dc:date>2012-12-03T18:22:01Z</dc:date>
    <item>
      <title>ASA 5510 DMZ cannot talk to inside network</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137626#M394816</link>
      <description>&lt;P&gt;Evening all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I have tried this a few configuring this a few times now, and I have not had much success! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do two things: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- first, have the DMZ be completely transparent to the inside network (icmp, https, and a few other TCP ports). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- secondly, I want to NAT my DMZ network to external. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think anyone can give me a hand with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a base config of my ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.0(4)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname igniteCSGfw&lt;/P&gt;&lt;P&gt;enable password awUSpLuFs5wdhqJE encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 10.0.0.0 inside-network&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 208.118.125.130 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; nameif dmz_inside&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 172.16.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt; service-object ip&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp&lt;/P&gt;&lt;P&gt; service-object tcp eq domain&lt;/P&gt;&lt;P&gt; service-object tcp eq www&lt;/P&gt;&lt;P&gt; service-object tcp eq https&lt;/P&gt;&lt;P&gt; service-object udp eq domain&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_2&lt;/P&gt;&lt;P&gt; service-object ip&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp eq domain&lt;/P&gt;&lt;P&gt; service-object tcp eq www&lt;/P&gt;&lt;P&gt; service-object tcp eq https&lt;/P&gt;&lt;P&gt; service-object udp eq domain&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 any inside-network 255.0.0.0&lt;/P&gt;&lt;P&gt;access-list outside_access_in_1 extended permit object-group DM_INLINE_SERVICE_2 any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu dmz_inside 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-621.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 inside-network 255.0.0.0&lt;/P&gt;&lt;P&gt;static (dmz_inside,outside) 208.118.125.131 172.16.10.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group outside_access_in_1 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 208.118.125.129 1&lt;/P&gt;&lt;P&gt;route inside inside-network 255.0.0.0 10.1.1.2 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;aaa authentication enable console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http inside-network 255.0.0.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;telnet inside-network 255.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet 192.168.0.0 255.255.0.0 management&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh inside-network 255.0.0.0 inside&lt;/P&gt;&lt;P&gt;ssh 192.168.0.0 255.255.0.0 management&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd enable management&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;username ignitecsg password 028ZcrY5F/cbezVk encrypted privilege 15&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:626845dd33f8aeaa909dcbda9b04af05&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137626#M394816</guid>
      <dc:creator>Darren Lapierre</dc:creator>
      <dc:date>2019-03-12T00:31:13Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 DMZ cannot talk to inside network</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137627#M394817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay... I will start with the DMZ being transparent to the DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz_inside) 10.1.1.0 10.1.1.10 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;static (dmz_inside,inside) 172.16.10.0 172.16.10.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now lets talk about being able to talk from DMZ to inside.. If this is required you need this:&lt;/P&gt;&lt;P&gt;access-list dmz_in permit ip any any&lt;/P&gt;&lt;P&gt;access-group dmz_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTSIDE to DMZ&lt;/P&gt;&lt;P&gt;You have the following in place already:&lt;/P&gt;&lt;P&gt;static (dmz_inside,outside) 208.118.125.131 172.16.10.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_access_in_1 extended permit object-group DM_INLINE_SERVICE_2 any any&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does the access from outside to the DMZ server works????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Remember to rate all of the CSC answers, ( the stars at the bottom of each reply)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 05:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137627#M394817</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-12-03T05:17:32Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 DMZ cannot talk to inside network</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137628#M394819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julio, Thank you so much. Worked perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 18:22:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-cannot-talk-to-inside-network/m-p/2137628#M394819</guid>
      <dc:creator>Darren Lapierre</dc:creator>
      <dc:date>2012-12-03T18:22:01Z</dc:date>
    </item>
  </channel>
</rss>

