<?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 The server Public IP not Accessable from internal Network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827672#M490886</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have ASA 5510 version 8.3, i have a server in my internal network and published the HTTP service (so i configured NAT for this server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the server public IP is accessable from the internet but its not accessable from the internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although its accessable using its private IP address from the internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one has an explanation.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:03:13 GMT</pubDate>
    <dc:creator>mahmoud.yasin</dc:creator>
    <dc:date>2019-03-11T22:03:13Z</dc:date>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827672#M490886</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have ASA 5510 version 8.3, i have a server in my internal network and published the HTTP service (so i configured NAT for this server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the server public IP is accessable from the internet but its not accessable from the internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although its accessable using its private IP address from the internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one has an explanation.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827672#M490886</guid>
      <dc:creator>mahmoud.yasin</dc:creator>
      <dc:date>2019-03-11T22:03:13Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827673#M490889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahmoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are trying to do is called u-turning on the ASA, you would need to put teh following configuration for it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume that your server's public ip is 1.1.1.1 and private ip is 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network public&lt;/P&gt;&lt;P&gt;host 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object newtork private&lt;/P&gt;&lt;P&gt;host 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service tcp_443&lt;/P&gt;&lt;P&gt;service tcp destination eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,inside) source static any interface destination static public private service tcp_443 tcp_4443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it should work after this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 16:13:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827673#M490889</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-12-18T16:13:50Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827674#M490891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the exact setup is as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- there are three zones; inside, outside, DMZ&lt;/P&gt;&lt;P&gt;- the published server is in DMZ Zone.&lt;/P&gt;&lt;P&gt;- the server is published using the outside interface IP address.&lt;/P&gt;&lt;P&gt;- the users trying to access the server using the public IP address from the inside zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how will be the configuration in this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried the following but didnt success;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;object network obj-10.0.3.10 &lt;/P&gt;&lt;P&gt; host 10.0.3.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service tcp_80 &lt;/P&gt;&lt;P&gt; service tcp destination eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,dmz) source static any interface destination static interface obj-10.0.3.10 service tcp_80 tcp_80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 08:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827674#M490891</guid>
      <dc:creator>mahmoud.yasin</dc:creator>
      <dc:date>2011-12-19T08:53:56Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827675#M490892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u brief me regarding sysoptnoproxyarp command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 12:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827675#M490892</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2011-12-19T12:57:50Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827676#M490893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahmoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,dmz) source dynamic any interface destination static d-nat real-ip service tcp_80 tcp_80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where dnat is public ip address of the server and real-ip is the ip address of the server in DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 16:22:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827676#M490893</guid>
      <dc:creator>puseth</dc:creator>
      <dc:date>2011-12-20T16:22:19Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827677#M490894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Puneet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 08:59:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827677#M490894</guid>
      <dc:creator>mahmoud.yasin</dc:creator>
      <dc:date>2011-12-22T08:59:35Z</dc:date>
    </item>
    <item>
      <title>The server Public IP not Accessable from internal Network</title>
      <link>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827678#M490895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Mahmoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice to hear that it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find this DOC on how to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-21602"&gt;https://supportforums.cisco.com/docs/DOC-21602&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 09:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-server-public-ip-not-accessable-from-internal-network/m-p/1827678#M490895</guid>
      <dc:creator>puseth</dc:creator>
      <dc:date>2011-12-22T09:05:12Z</dc:date>
    </item>
  </channel>
</rss>

