<?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: Redirecting Outbound Web traffic to internal web server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741575#M1009101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are trying to get all your users to talk to the proxy server for http or https access. What you need to do is a simple access lists on your inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample could be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp host &lt;PROXY_SERVER_ADDRESS&gt; any eq www              &lt;/PROXY_SERVER_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp host &lt;PROXY_SERVER_ADDRESS&gt; any eq https&lt;/PROXY_SERVER_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit udp any any eq domain               &lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit icmp any any               &lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp any any eq domain               &lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;Your opening up http and https traffic to be allowed only from your proxy server. For dns you could be more specific with your access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this all the users will be denied access to the web unless they choose to redirect their traffic to the proxy server. &lt;/P&gt;&lt;P&gt;On the users web browser (IE) go to tools --&amp;gt; Internet Options --&amp;gt; Connections --&amp;gt; Lan setting --&amp;gt; Set up the proxy server configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Hoogen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate if this helps &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 06:23:08 GMT</pubDate>
    <dc:creator>hoogen_82</dc:creator>
    <dc:date>2007-03-28T06:23:08Z</dc:date>
    <item>
      <title>Redirecting Outbound Web traffic to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741574#M1009099</link>
      <description>&lt;P&gt;I want to redirect all inside to outside http requests (except the proxy server) to be sent to a internal web server which will state that the proxy is not setup and to contact IS.  We have a PIX 525 firewall which I would like to put the redirection on. &lt;/P&gt;&lt;P&gt;Any suggestions?  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:52:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741574#M1009099</guid>
      <dc:creator>relder</dc:creator>
      <dc:date>2019-03-11T09:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Outbound Web traffic to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741575#M1009101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are trying to get all your users to talk to the proxy server for http or https access. What you need to do is a simple access lists on your inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample could be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp host &lt;PROXY_SERVER_ADDRESS&gt; any eq www              &lt;/PROXY_SERVER_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp host &lt;PROXY_SERVER_ADDRESS&gt; any eq https&lt;/PROXY_SERVER_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit udp any any eq domain               &lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit icmp any any               &lt;/P&gt;&lt;P&gt;access-list inside1_outside extended permit tcp any any eq domain               &lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;Your opening up http and https traffic to be allowed only from your proxy server. For dns you could be more specific with your access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this all the users will be denied access to the web unless they choose to redirect their traffic to the proxy server. &lt;/P&gt;&lt;P&gt;On the users web browser (IE) go to tools --&amp;gt; Internet Options --&amp;gt; Connections --&amp;gt; Lan setting --&amp;gt; Set up the proxy server configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Hoogen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate if this helps &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 06:23:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741575#M1009101</guid>
      <dc:creator>hoogen_82</dc:creator>
      <dc:date>2007-03-28T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Outbound Web traffic to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741576#M1009106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PIX does not have a way of redirecting the outbound traffic to the server you choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Hoogen indicated, you can write ACLs to block the traffic, but there isn't a way to redirect the users to a web server where they can read the corporate policy of using the proxy-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 22:47:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-outbound-web-traffic-to-internal-web-server/m-p/741576#M1009106</guid>
      <dc:creator>David White</dc:creator>
      <dc:date>2007-03-28T22:47:51Z</dc:date>
    </item>
  </channel>
</rss>

