<?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: ASA5520 and Proxy server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968274#M941582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask what type of proxy you have in your&lt;/P&gt;&lt;P&gt;environment?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most enterprise environment uses either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- MS ISA with load-balancer such as F5 BigIP&lt;/P&gt;&lt;P&gt;in front to load balance http/https traffics,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- BlueCoat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- Squid Proxy (Most MSSPs will use this&lt;/P&gt;&lt;P&gt;because it's free),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft ISA and Bluecoat work with URL &lt;/P&gt;&lt;P&gt;filtering such as websense or N2H2 quite well.&lt;/P&gt;&lt;P&gt;To my knowledge, ISA and Bluecoat support&lt;/P&gt;&lt;P&gt;WPAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Mar 2008 23:58:47 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2008-03-02T23:58:47Z</dc:date>
    <item>
      <title>ASA5520 and Proxy server</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968271#M941577</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there such a thing as redirecting certain ports (for example, port 80) from ASA to a certain IP address that is a proxy server? What I am trying to do is to implement a transparent proxy server in our internal network. The flow is in a such a way that nothing internally change until outbound TCP 80 hits the firewall, then got redirected to the proxy server and go out. Not sure if ASA can do that? If not, how do one go about to implement a transparent proxy server while the firewall is ASA? (hardcode proxy server info on users browsers is not something I want to do for lots of other reasons).&lt;/P&gt;&lt;P&gt;Any help/advice is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968271#M941577</guid>
      <dc:creator>ewong0088</dc:creator>
      <dc:date>2019-03-11T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 and Proxy server</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968272#M941578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to get this scenario to &lt;/P&gt;&lt;P&gt;work with Pix and squid proxy server since&lt;/P&gt;&lt;P&gt;Pix OS version 6.2.  To my knowledge, it is&lt;/P&gt;&lt;P&gt;NOT possible.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other firewall vendors such as checkpoint &lt;/P&gt;&lt;P&gt;supports transparent proxy.  If your firewall&lt;/P&gt;&lt;P&gt;is a freeware, linux iptables is perfectly&lt;/P&gt;&lt;P&gt;suitable for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other alternative solution is that you&lt;/P&gt;&lt;P&gt;do NOT have to hardcode proxy server info&lt;/P&gt;&lt;P&gt;into users browsers.  If  you use Microsft&lt;/P&gt;&lt;P&gt;ISA proxy server, you can use Web Proxy &lt;/P&gt;&lt;P&gt;Auto Discovery (WPAD) that will make ALL &lt;/P&gt;&lt;P&gt;web traffics to hit the ISA server.  There&lt;/P&gt;&lt;P&gt;is nothing to configure on the users &lt;/P&gt;&lt;P&gt;browsers.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Squid (proxy server on linux) also supports&lt;/P&gt;&lt;P&gt;WPAD as well, if I am not mistaken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2008 18:29:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968272#M941578</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-02T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 and Proxy server</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968273#M941580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It never comes across my mind that PIX/ASA can't do that while I am doing that each and everyday via ipchains and iptables. In the past, in a PIX/ ASA environment using Websense or N2H2 (cisco supports these two vendors for redirection) I don't have to worry about it. ANd now, changing vendor (I am having a proxy not because I want one, the proxy is doing filtering) and I am stuck. WPAD won't work with the new proxy server. Hmmm...the last thing I can try is bridging. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2008 23:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968273#M941580</guid>
      <dc:creator>ewong0088</dc:creator>
      <dc:date>2008-03-02T23:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 and Proxy server</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968274#M941582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask what type of proxy you have in your&lt;/P&gt;&lt;P&gt;environment?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most enterprise environment uses either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- MS ISA with load-balancer such as F5 BigIP&lt;/P&gt;&lt;P&gt;in front to load balance http/https traffics,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- BlueCoat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- Squid Proxy (Most MSSPs will use this&lt;/P&gt;&lt;P&gt;because it's free),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft ISA and Bluecoat work with URL &lt;/P&gt;&lt;P&gt;filtering such as websense or N2H2 quite well.&lt;/P&gt;&lt;P&gt;To my knowledge, ISA and Bluecoat support&lt;/P&gt;&lt;P&gt;WPAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2008 23:58:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-and-proxy-server/m-p/968274#M941582</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-02T23:58:47Z</dc:date>
    </item>
  </channel>
</rss>

