<?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: PIX redirect http/ftp traffic to proxy server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451715#M532618</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;Please specify where you proxy is located. On the same subnet as the clients, on a DMZ on the PIX, on the outside .. or ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id it is located on the inside you will have a problem, as the PIX (below version 7.0) cannot do routing on the same interface, so it will not be able to route traffic from the clients to the proxy on the same interface (subnet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2005 11:03:58 GMT</pubDate>
    <dc:creator>jakob.langgaard</dc:creator>
    <dc:date>2005-10-04T11:03:58Z</dc:date>
    <item>
      <title>PIX redirect http/ftp traffic to proxy server</title>
      <link>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451713#M532616</link>
      <description>&lt;P&gt;I want to redirect all http/ftp traffic through proxy server from the PIX. The proxy is 10.133.1.49 and PIX is 10.133.6.10. The default gateway for the hosts on the network is 10.133.6.10. &lt;/P&gt;&lt;P&gt;Is my logic sound? &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:25:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451713#M532616</guid>
      <dc:creator>boyd-c</dc:creator>
      <dc:date>2020-02-21T08:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX redirect http/ftp traffic to proxy server</title>
      <link>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451714#M532617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that seems to be right. all you need is to have some policies so that only that proxy IP will be able to have a translation / communciation through the pix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2005 23:32:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451714#M532617</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2005-10-02T23:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX redirect http/ftp traffic to proxy server</title>
      <link>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451715#M532618</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;Please specify where you proxy is located. On the same subnet as the clients, on a DMZ on the PIX, on the outside .. or ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id it is located on the inside you will have a problem, as the PIX (below version 7.0) cannot do routing on the same interface, so it will not be able to route traffic from the clients to the proxy on the same interface (subnet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 11:03:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451715#M532618</guid>
      <dc:creator>jakob.langgaard</dc:creator>
      <dc:date>2005-10-04T11:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: PIX redirect http/ftp traffic to proxy server</title>
      <link>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451716#M532619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my understanding the PIX is not able to redirect traffic to another server as a proxy server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am not right. Execption is WebSense and N2H2 Web Filtering service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1a.)Access-list line 1 that permits just the proxy server to connect with http, https and ftp.&lt;/P&gt;&lt;P&gt;1b.)Access-list line 2 that blocks all other traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not rellay need that line (1b) because the PIX will do that automaticly after a permit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure all inside host to use your proxy server in the browser settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for proxy server in the inside network:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service Proxy-TCP tcp&lt;/P&gt;&lt;P&gt;port-object eq 80&lt;/P&gt;&lt;P&gt;port-object eq 443&lt;/P&gt;&lt;P&gt;port-object eq 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list proxy permit tcp host ProxyServerIP any object-group Proxy-TCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group proxy in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Object group will be more flexible if you want to configure multiple TCP ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 21:33:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-redirect-http-ftp-traffic-to-proxy-server/m-p/451716#M532619</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-10-04T21:33:55Z</dc:date>
    </item>
  </channel>
</rss>

