<?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: How to allow inside hosts http access an IP bound to the out in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501614#M646531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I implemented your solution and it worked perfectly as far as I can tell with my initial tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jul 2010 17:43:08 GMT</pubDate>
    <dc:creator>mhcraig</dc:creator>
    <dc:date>2010-07-23T17:43:08Z</dc:date>
    <item>
      <title>How to allow inside hosts http access an IP bound to the outside?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501612#M646488</link>
      <description>&lt;P&gt;Is it possible to allow hosts behind the inside interface to make (web) requests to IPs that are bound to the outside *without* using DNS to point to the inside IP for the web server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;Public FQDN &lt;A href="https://community.cisco.com/www.domain.com" target="_blank"&gt;www.domain.com&lt;/A&gt; --&amp;gt; 5.5.5.5&lt;BR /&gt;This site is hosted/bound on 10.10.10.10 behind the PIX eth-inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Static rule to allow internet users to access the web server that is behind eth-inside. This works fine for internet users obviously:&lt;BR /&gt;static (eth-inside,eth-outside) 5.5.5.5 10.10.10.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...but I need to allow *inside* hosts to make HTTP requests to "&lt;A href="http://www.domain.com" target="_blank"&gt;www.domain.com&lt;/A&gt;" (aka 5.5.5.5 publicly) and pull up the web site that is really bound to 10.10.10.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Unfortunately with our situation it isn't feasible to simply use internal DNS or something like a hosts file to point to the local IP for requests made to that hostname. There are thousands of FQDNs using many different domains and management wouldn't be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping I could tell the PIX if a packet arrives on eth-inside and is bound for an IP bound to eth-outside then send it right back in to the local IP (in this case 10.10.10.10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:15:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501612#M646488</guid>
      <dc:creator>mhcraig</dc:creator>
      <dc:date>2019-03-11T18:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow inside hosts http access an IP bound to the out</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501613#M646499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have couple of solutions based on your setup. From your description, it&lt;/P&gt;&lt;P&gt;seems like you are using internal DNS server. So, you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (eth-inside,eth-inside) 5.5.5.5 10.10.10.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (eth-inside) 1 interface&lt;/P&gt;&lt;P&gt;nat (eth-inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example091&lt;/P&gt;&lt;P&gt;86a00807968d1.shtml#solution2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will U-Turn the traffic and make sure that all your internal hosts can&lt;/P&gt;&lt;P&gt;access the web-server using its public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 17:29:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501613#M646499</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-23T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow inside hosts http access an IP bound to the out</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501614#M646531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I implemented your solution and it worked perfectly as far as I can tell with my initial tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 17:43:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-inside-hosts-http-access-an-ip-bound-to-the-outside/m-p/1501614#M646531</guid>
      <dc:creator>mhcraig</dc:creator>
      <dc:date>2010-07-23T17:43:08Z</dc:date>
    </item>
  </channel>
</rss>

