<?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 accessing dmz webserver form outside network? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275063#M349572</link>
    <description>&lt;P&gt;i have not configured my Cisco ASA to allow the dmz server to be accessed from outside network. can any one please help me in this configuration , i am new to ASA. please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dmz network is 172.16.0.0/24&lt;/P&gt;&lt;P&gt;My Outside Network is 200.100.100.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my dmz server address is 172.16.0.100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to access my dmz server from 200.100.100.50 host from outside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have looked through documents which says i have to configure static(dmz,outside) and Access list i tried to understand them and i did some configurations but those didnt work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me appropriate cofiguration so that i can understand well.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:46:29 GMT</pubDate>
    <dc:creator>manee a</dc:creator>
    <dc:date>2019-03-12T01:46:29Z</dc:date>
    <item>
      <title>accessing dmz webserver form outside network?</title>
      <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275063#M349572</link>
      <description>&lt;P&gt;i have not configured my Cisco ASA to allow the dmz server to be accessed from outside network. can any one please help me in this configuration , i am new to ASA. please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dmz network is 172.16.0.0/24&lt;/P&gt;&lt;P&gt;My Outside Network is 200.100.100.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my dmz server address is 172.16.0.100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to access my dmz server from 200.100.100.50 host from outside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have looked through documents which says i have to configure static(dmz,outside) and Access list i tried to understand them and i did some configurations but those didnt work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me appropriate cofiguration so that i can understand well.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:46:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275063#M349572</guid>
      <dc:creator>manee a</dc:creator>
      <dc:date>2019-03-12T01:46:29Z</dc:date>
    </item>
    <item>
      <title>accessing dmz webserver form outside network?</title>
      <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275064#M349573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to my understanding you only want to do a Static NAT for your "dmz" server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the public IP address you want to use for the "dmz" server is 200.100.100.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use this configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (dmz,outside) 200.100.100.50 172.16.0.100 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow connection to DMZ server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any host 200.100.100.50 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration configure the Static NAT and also the ACL that is attached to the "outside" interface to allow TCP/80 = HTTP from the Internet to the "dmz" server. Naturally you open the services that are needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to mark the reply as the correct answer if it answered your question. And/or rate helpfull answers &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 19:08:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275064#M349573</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-20T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: accessing dmz webserver form outside network?</title>
      <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275065#M349574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply &lt;A _jive_internal="true" href="https://community.cisco.com/people/JouniForss" id="jive-21864427793052319340525" style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;JouniForss&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is still there . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am including some more details here , please help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my public ip of dmz server is 200.200.200.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (dmz,outside) 200.200.200.200 172.16.0.100 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUT-IN remark Allow connection to DMZ server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUT-IN extended permit tcp any host 200.200.200.200 eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUT-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used these commands with your the help of ur post ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i still can't access my dmz server from internet or outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have included the file required for u to understand the topology and configurations plz help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refering to topology image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried to access the website 200.200.200.200 from 200.100.100.50 (i.e) windows_xp_pro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:44:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275065#M349574</guid>
      <dc:creator>manee a</dc:creator>
      <dc:date>2013-05-21T17:44:19Z</dc:date>
    </item>
    <item>
      <title>accessing dmz webserver form outside network?</title>
      <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275066#M349575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to confirm that the ASA rules are correct with the command "packet-tracer"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can for example use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp 200.100.100.50 12345 200.200.200.200 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should tell us what configurations/rules on the ASA are applied to this simulated connection/packet arriving on the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what I can see there shouldnt really be anything stopping this connection on the ASA. Naturally there can be several issues affecting the connectivity elsewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Test hosts routing/default gateway isnt correct&lt;/LI&gt;&lt;LI&gt;Servers routing/default gateway towards the connecting host isnt correct&lt;/LI&gt;&lt;LI&gt;There is some other routing problem in between&lt;/LI&gt;&lt;LI&gt;The server isnt listening on the port on which connection is attempted&lt;/LI&gt;&lt;LI&gt;etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But try the "packet-tracer" command. It should pretty much tells us if the ASA has any problems related to the attempted connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 21:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275066#M349575</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-21T21:26:42Z</dc:date>
    </item>
    <item>
      <title>accessing dmz webserver form outside network?</title>
      <link>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275067#M349576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Jouni .... problem is with me , with the routing &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 14:51:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-dmz-webserver-form-outside-network/m-p/2275067#M349576</guid>
      <dc:creator>manee a</dc:creator>
      <dc:date>2013-05-25T14:51:10Z</dc:date>
    </item>
  </channel>
</rss>

