<?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 Thanks for confirming.  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660318#M197095</link>
    <description>&lt;P&gt;Thanks for confirming. &amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2015 19:52:24 GMT</pubDate>
    <dc:creator>Andre Neethling</dc:creator>
    <dc:date>2015-02-13T19:52:24Z</dc:date>
    <item>
      <title>Access DMZ Server</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660313#M197090</link>
      <description>&lt;P&gt;Hello everyone, i have prolem to access my server in Dmz. there is my config in asa firewall:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 209.165.200.226 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet4&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet5&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network lan&lt;BR /&gt;&amp;nbsp;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network dmz&lt;BR /&gt;&amp;nbsp;subnet 192.168.2.0 255.255.255.0&lt;BR /&gt;object network webserver-external-ip&lt;BR /&gt;&amp;nbsp;host 209.165.200.227&lt;BR /&gt;object network webserver&lt;BR /&gt;&amp;nbsp;host 192.168.2.3&lt;BR /&gt;access-list outside_DMZ extended permit tcp any object webserver eq www&lt;BR /&gt;access-list outside_DMZ extended permit tcp any host 209.165.200.227 eq www&lt;BR /&gt;access-list outside_acl extended permit tcp any object webserver eq www&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu inside 1500&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;!&lt;BR /&gt;object network lan&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;BR /&gt;object network dmz&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) dynamic interface&lt;BR /&gt;object network webserver&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static webserver-external-ip service tcp www www&lt;BR /&gt;access-group outside_acl in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 209.165.200.225 1&lt;BR /&gt;timeout xlate 3:00:00&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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&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;BR /&gt;!&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;&amp;nbsp;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email callhome@cisco.com&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;crashinfo save disable&lt;BR /&gt;Cryptochecksum:a967ebb07ef51aa9d1e827f970848a66&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa(config)#&lt;/P&gt;&lt;P&gt;please i need help&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:29:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660313#M197090</guid>
      <dc:creator>nabilbenyoussef</dc:creator>
      <dc:date>2019-03-12T05:29:38Z</dc:date>
    </item>
    <item>
      <title>Where are you trying to</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660314#M197091</link>
      <description>&lt;P&gt;Where are you trying to access your DMZ from? Inside, Outside?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660314#M197091</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-02-13T09:52:38Z</dc:date>
    </item>
    <item>
      <title>From the outside</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660315#M197092</link>
      <description>&lt;P&gt;From the outside&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 10:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660315#M197092</guid>
      <dc:creator>nabilbenyoussef</dc:creator>
      <dc:date>2015-02-13T10:18:44Z</dc:date>
    </item>
    <item>
      <title> Hi. I noticed that you are</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660316#M197093</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi. I noticed that you are NATing in to the webserver with global IP 209.165.200.227, but you are NATing out of the DMZ to the interface, with the IP 209.165.200.226. Is that perhaps a typo? Because it looks like you are NATing all outgoing requests from the DMZ to a different IP address than the one you are NATing in on. So quite possibly you are responding to requests from .226. This could be why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test by removing the following from your config&lt;/P&gt;&lt;P&gt;object network dmz&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) dynamic interface&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;&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, 13 Feb 2015 17:53:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660316#M197093</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-02-13T17:53:53Z</dc:date>
    </item>
    <item>
      <title>The probleù was resolved</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660317#M197094</link>
      <description>&lt;P&gt;The probleù was resolved thanks a lot Andre&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 19:48:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660317#M197094</guid>
      <dc:creator>nabilbenyoussef</dc:creator>
      <dc:date>2015-02-13T19:48:51Z</dc:date>
    </item>
    <item>
      <title>Thanks for confirming.</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660318#M197095</link>
      <description>&lt;P&gt;Thanks for confirming. &amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 19:52:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-server/m-p/2660318#M197095</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-02-13T19:52:24Z</dc:date>
    </item>
  </channel>
</rss>

