<?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 Forwarding http to a single server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472082#M661464</link>
    <description>&lt;P&gt;I would like to intercept all http and https traffic at the external interface on an ASA 5510 and forward it to a single server on the internal interface.&amp;nbsp; I thought I could do this with static entries, but I seem to be able to only do 1 entry per server.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can somebody tell me if this is possible, and if so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:13:16 GMT</pubDate>
    <dc:creator>0rsnaric</dc:creator>
    <dc:date>2019-03-11T18:13:16Z</dc:date>
    <item>
      <title>Forwarding http to a single server</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472082#M661464</link>
      <description>&lt;P&gt;I would like to intercept all http and https traffic at the external interface on an ASA 5510 and forward it to a single server on the internal interface.&amp;nbsp; I thought I could do this with static entries, but I seem to be able to only do 1 entry per server.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can somebody tell me if this is possible, and if so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:13:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472082#M661464</guid>
      <dc:creator>0rsnaric</dc:creator>
      <dc:date>2019-03-11T18:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding http to a single server</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472083#M661482</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;Are you trying to pass port 80 and port 443 traffic to a single port&lt;/P&gt;&lt;P&gt;(assuming port 80) on the inside? If that is the case, it is not possible in&lt;/P&gt;&lt;P&gt;pre-8.3 code version. If you are running 8.3, then it can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network WebServer&lt;/P&gt;&lt;P&gt;Host &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object service Web&lt;/P&gt;&lt;P&gt;Service tcp source eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object service SecureWeb&lt;/P&gt;&lt;P&gt;Service tcp source eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat (inside,outside) source static WebServer WebServer_public service Web&lt;/P&gt;&lt;P&gt;Web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat (inside,outside) source static WebServer WebServer_public service Web&lt;/P&gt;&lt;P&gt;SecureWeb&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>Mon, 19 Jul 2010 21:31:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472083#M661482</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-19T21:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding http to a single server</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472084#M661508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can't forward all HTTP or HTTPS traffic from external interface towards 1 single server. ASA supports URL filtering with N2H2 or Websense. ASA also supports WCCP, however, only if the WCCP server is in the same subnet as the traffic to be inspected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 21:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472084#M661508</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-07-19T21:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding http to a single server</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472085#M661543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 6 URLs that I want to intercept and pass to a single page temporarily.&amp;nbsp; I think I'm just going to create 6 web servers on an IIS server, each listening on a different port but pointing to the same index.html.&amp;nbsp; Then I'll do static mappings from the public addresses to the single private address with port translating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind of cumbersome, but it appears to be a workable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 21:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-http-to-a-single-server/m-p/1472085#M661543</guid>
      <dc:creator>0rsnaric</dc:creator>
      <dc:date>2010-07-19T21:36:53Z</dc:date>
    </item>
  </channel>
</rss>

