<?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 ACE: Proxy loadbalancing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437737#M29906</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed two Ironport S660 proxyservers to handle all webtraffic. As the Ironport apparently doesn't come with its own loadbalancing/redundacy feature (like VRRP), I've decided to let the ACE handle loadbalancing. 90% of all the traffic is destined to be proxied, but a small portion of specific url's are not suitable for proxying, e.g. sites that provides stockinformation, financial realtimedata etc. For that purpose, I'm trying to configure a method to detect theese url's and simply forward them toward our internet-firewall. But so far, I've unsuccessful in my attempts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic loadbalancing works like a charm. The issue here is, that all traffic hits the vip on port 8080. I've tried to configure a class-map to detect the specific urls and used the action=forward under the loadbalance policy-map. For routing purposes, I've tried to apply PAT, so firewall won't have to be aware of all internal addresses. Sadly, it never worked. I did get the class-map for url-detecting to work, but the actual forwarding failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm thinking, that maybe there's problem related to the fact, that all traffic arrives with 8080 as dst.port. And this goes for both http and https. So even if I manage to correctly configure a class-map til detect theese urls, how do I forward the traffic and "rewrite" the dst.port? I would somehow need to inspect the header for either &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt; og &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://"&gt;https://&lt;/A&gt;&lt;SPAN&gt; in order to forward the traffic with the correct dst.port (80 or 443).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone configured ACE for Ironport loadbalancing and faced the same problems? If so, I'd be very interested in knowing, how you made it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple drawing and config-file attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Ulrich&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2010 07:57:37 GMT</pubDate>
    <dc:creator>UHansen1976</dc:creator>
    <dc:date>2010-05-21T07:57:37Z</dc:date>
    <item>
      <title>ACE: Proxy loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437737#M29906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed two Ironport S660 proxyservers to handle all webtraffic. As the Ironport apparently doesn't come with its own loadbalancing/redundacy feature (like VRRP), I've decided to let the ACE handle loadbalancing. 90% of all the traffic is destined to be proxied, but a small portion of specific url's are not suitable for proxying, e.g. sites that provides stockinformation, financial realtimedata etc. For that purpose, I'm trying to configure a method to detect theese url's and simply forward them toward our internet-firewall. But so far, I've unsuccessful in my attempts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic loadbalancing works like a charm. The issue here is, that all traffic hits the vip on port 8080. I've tried to configure a class-map to detect the specific urls and used the action=forward under the loadbalance policy-map. For routing purposes, I've tried to apply PAT, so firewall won't have to be aware of all internal addresses. Sadly, it never worked. I did get the class-map for url-detecting to work, but the actual forwarding failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm thinking, that maybe there's problem related to the fact, that all traffic arrives with 8080 as dst.port. And this goes for both http and https. So even if I manage to correctly configure a class-map til detect theese urls, how do I forward the traffic and "rewrite" the dst.port? I would somehow need to inspect the header for either &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt; og &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://"&gt;https://&lt;/A&gt;&lt;SPAN&gt; in order to forward the traffic with the correct dst.port (80 or 443).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone configured ACE for Ironport loadbalancing and faced the same problems? If so, I'd be very interested in knowing, how you made it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple drawing and config-file attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Ulrich&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2010 07:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437737#M29906</guid>
      <dc:creator>UHansen1976</dc:creator>
      <dc:date>2010-05-21T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: Proxy loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437738#M29907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can achieve what you want.&lt;/P&gt;&lt;P&gt;ACE is not a proxy and so it won't change the HTTP request....&lt;/P&gt;&lt;P&gt;Therefore, since proxy request are not the same as direct server request, if you loadbalance proxy traffic, you need to send it to a proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example a client will do a proxy request which looks like "CONNECT &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/"&gt;http://www.cisco.com/&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; which will be translated by the proxy to "GET /"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your internet firewall also a proxy ?&lt;/P&gt;&lt;P&gt;If not, you will have to send the proxy request to your proxy, whatever the url and let the proxy decide what to do with it.&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;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 09:08:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437738#M29907</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-05-25T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: Proxy loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437739#M29908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try and find a work-around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 09:14:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-proxy-loadbalancing/m-p/1437739#M29908</guid>
      <dc:creator>UHansen1976</dc:creator>
      <dc:date>2010-05-25T09:14:16Z</dc:date>
    </item>
  </channel>
</rss>

