<?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 Static Nat Issue? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215944#M350029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, both options are good and its working for me.&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;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 05:31:53 GMT</pubDate>
    <dc:creator>integrixSS</dc:creator>
    <dc:date>2013-05-17T05:31:53Z</dc:date>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215938#M350023</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to access the web server with its public ip address when we want to access it from our local network.But there are no issue with the public network.I have configured the below mentioned configuration in the firewall:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5585&lt;/P&gt;&lt;P&gt;IOS ver 8.4(4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network local1&lt;/P&gt;&lt;P&gt; host 192.168.250.5&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 117.239.93.250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network local&lt;/P&gt;&lt;P&gt; subnet 192.168.250.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out extended permit tcp any host 117.239.93.250 eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest does ASA support to access the webserver with its public IP address from our local network or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:42:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215938#M350023</guid>
      <dc:creator>integrixSS</dc:creator>
      <dc:date>2019-03-12T01:42:21Z</dc:date>
    </item>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215939#M350024</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;Atleast with the above ACL the connection even from the "outside" networks shouldnt work as you are using the public NAT IP in the ACL. You should use the local IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to play around with the NAT on the ASA to enable the use of the public IP address directly from the LAN network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network WEB-SERVER-LAN-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object 192.168.250.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEB-SERVER-PUBLIC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 117.239.93.250&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEB-SERVER-LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.250.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,inside) 1 source dynamic WEB-SERVER-LAN-SOURCE interface destination static WEB-SERVER-PUBLIC WEB-SERVER-LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;same-security-traffic permit intra-interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally the final configuration could look different depending on the whole setup. If there are for example more LAN networks that need to access the public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope 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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or 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, 13 May 2013 08:49:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215939#M350024</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215940#M350025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, its working for me.I just enter the below mentioned configuration as you suggested but I did not change access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65020" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;object network Local_network&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65026" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt; subnet 192.168.250.0 255.255.255.0&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65027" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;exit&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65028" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;object network Ereturn_Local&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65029" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt; host&amp;nbsp; 192.168.250.5&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65030" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;exit&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65059"&gt;&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65031" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;object network Ereturn_Public&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65060" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt; host 117.239.93.146&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65582" style="color: #000000; font-family: 'times new roman', 'new york', times, serif; font-size: 16px;"&gt;exit&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65032"&gt;&lt;/P&gt;&lt;P id="yui_3_7_2_1_1368420354796_65034"&gt;&lt;/P&gt;&lt;DIV id="yui_3_7_2_1_1368420354796_65033"&gt;nat (inside,inside) source dynamic Local_network interface destination static Ereturn_Public Ereturn_Local&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt; Please also suggest if I have one more lan interface(.ie DMZ), then what command I have to assign to access the webserver with public IP address form DMZ Lan network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 10:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215940#M350025</guid>
      <dc:creator>integrixSS</dc:creator>
      <dc:date>2013-05-13T10:41:46Z</dc:date>
    </item>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215941#M350026</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;With regarding the traffic to the web server from another interface we would have to first know does ANY host on the DMZ have the need to communicate with the server with its local/private IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then the configuration should be simple (and I can provide it after the above situation is confirmed either way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the server needs to be reached with local IP address also then the configuration might be slightly more complicated or in some cases even impossible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know the answer to the above and we will look at the configuration 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, 13 May 2013 12:31:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215941#M350026</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215942#M350027</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;We have one subnet (192.168.200.0/24) in DMZ which needs to communicate with the web server with public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215942#M350027</guid>
      <dc:creator>integrixSS</dc:creator>
      <dc:date>2013-05-13T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215943#M350028</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;Well if the DMZ does not have any need to contact the Web server with its local IP address then you can use this configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DMZ&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; subnet 192.168.200.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEB-SERVER-PUBLIC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 117.239.93.250&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEB-SERVER-LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.250.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,dmz) 2 source static WEB-SERVER-LOCAL WEB-SERVER-PUBLIC destination static DMZ DMZ&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you might be able to configure it as easily as by configuring the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEB-SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.250.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,dmz) static 117.239.93.250&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know does it work or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And again remember to mark replys as correct if they answered the 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;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215943#M350028</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Static Nat Issue?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215944#M350029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, both options are good and its working for me.&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;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 05:31:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-issue/m-p/2215944#M350029</guid>
      <dc:creator>integrixSS</dc:creator>
      <dc:date>2013-05-17T05:31:53Z</dc:date>
    </item>
  </channel>
</rss>

