<?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: ASA 5520 problems with alias, static and nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616970#M1031909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DNS is an external DNS in internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Then, for testing purposes only, try to map inside &amp;amp; DMZ using static: &lt;/P&gt;&lt;P&gt;#static (inside,dmz) inside_subnet inside_subnett netmask inside_netmask &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it before open this post and with it done inside network is available to comunicate with dmz network but then I can't connect from inside network to the Public_IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to connect to the DMZ_WEB_SERVER trough the internal IP and the DNS name, for example &lt;A class="jive-link-custom" href="http://www.realwebserver.com." target="_blank"&gt;www.realwebserver.com.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for a solution in a lot of web sites but I don't have find nothing that confirm if it is possible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and thanks for your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 12:36:54 GMT</pubDate>
    <dc:creator>networkingib</dc:creator>
    <dc:date>2006-12-20T12:36:54Z</dc:date>
    <item>
      <title>ASA 5520 problems with alias, static and nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616968#M1031897</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three networks, inside (security 100), dmz (security 50) and outside (security 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have a static nat to permit access from outside to a web server in dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) Public_IP DMZ_WEB_SERVER_IP netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured de access-list to permit all and:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do ping from inside to the web server?s dmz_ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do from any external IP to the web server?s public_ip &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can?t do ping from inside to the web server?s public_ip &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have try with alias:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alias (inside) Public_IP DMZ_WEB_SERVER_IP 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then I can do ping from inside to the web server?s public_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do from any external IP to the web server?s public_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can?t do ping from inside to the web server?s dmz_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try whit static too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,inside) Public_IP DMZ_WEB_SERVER_IP netmask 255.255.255.255&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But the result is the same than with alias. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:10:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616968#M1031897</guid>
      <dc:creator>networkingib</dc:creator>
      <dc:date>2019-03-11T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 problems with alias, static and nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616969#M1031904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your config looks ok. BTW, are you configuring this with or without DNS around, i.e with external DNS?&lt;/P&gt;&lt;P&gt;IF you already tried (but unsuccessful) with the following commands (in pair):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) Public_IP DMZ_WEB_SERVER_IP netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;alias(inside) Public_IP DMZ_WEB_SERVER_IP 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, for testing purposes only, try to map inside &amp;amp; DMZ using static:&lt;/P&gt;&lt;P&gt;static (inside,dmz) inside_subnet inside_subnett netmask inside_netmask&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e:&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.1.1.0 10.1.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*where 10.1.1.0 is your inside segment (/24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to ping/access DMZ_WEB_SERVER_IP with its actual IP from inside. Make sure if you have ACL on the Inside interface, allow www access to the DMZ web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example - look under "Translate a DMZ Address with Destination NAT:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aee.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aee.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616969#M1031904</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-12-19T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 problems with alias, static and nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616970#M1031909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DNS is an external DNS in internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Then, for testing purposes only, try to map inside &amp;amp; DMZ using static: &lt;/P&gt;&lt;P&gt;#static (inside,dmz) inside_subnet inside_subnett netmask inside_netmask &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it before open this post and with it done inside network is available to comunicate with dmz network but then I can't connect from inside network to the Public_IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to connect to the DMZ_WEB_SERVER trough the internal IP and the DNS name, for example &lt;A class="jive-link-custom" href="http://www.realwebserver.com." target="_blank"&gt;www.realwebserver.com.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for a solution in a lot of web sites but I don't have find nothing that confirm if it is possible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and thanks for your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616970#M1031909</guid>
      <dc:creator>networkingib</dc:creator>
      <dc:date>2006-12-20T12:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 problems with alias, static and nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616971#M1031911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know, except that the above Cisco link (look under Translate a DMZ Address with Destination NAT) provide config guide for Inside hosts accessing DMZ's webserver via it's internet name (combination of alias &amp;amp; static).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 03:02:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-problems-with-alias-static-and-nat/m-p/616971#M1031911</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-12-23T03:02:40Z</dc:date>
    </item>
  </channel>
</rss>

