<?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: ACE for transparent proxying and load balancing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041035#M20804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting the serverfarm in transparent mode you instruct ACE not to nat the destination address when forwarding to the proxy.&lt;/P&gt;&lt;P&gt;The default mode is to nat the destination with the real server ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The serverfarm config would look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm MyProxy&lt;/P&gt;&lt;P&gt;  transparent&lt;/P&gt;&lt;P&gt;  rserver Proxy 1&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;!&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, 09 Sep 2008 10:15:30 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2008-09-09T10:15:30Z</dc:date>
    <item>
      <title>ACE for transparent proxying and load balancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041032#M20801</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are intending to use and ACE appliance to re-direct web traffic to a set of proxy servers. The proxy mechanism is transparent proxy, and there for the clients IP address are not VIPs but real IPs on the internet. I'm unclear on  how to set this up. Especially, how to do transparent redirection of traffic on the ACE(and whether that is possible for that matter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one pls help.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2008 08:15:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041032#M20801</guid>
      <dc:creator>thedinuka</dc:creator>
      <dc:date>2008-09-09T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACE for transparent proxying and load balancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041033#M20802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to setup a serverfarm that has your proxy defined as real server.&lt;/P&gt;&lt;P&gt;Then use the keyword 'transparent' inside the serverfarm to make it transparent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a class-map to catch the traffic you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Http-Proxy&lt;/P&gt;&lt;P&gt;  match port tcp eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then associate the class-map and serverfarm in a policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first MyProxy&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;    serverfarm ....&lt;/P&gt;&lt;P&gt;policy-map multimatch VlanX&lt;/P&gt;&lt;P&gt;  class Http-proxy &lt;/P&gt;&lt;P&gt;    loadbalance policy MyProxy&lt;/P&gt;&lt;P&gt;    loadbalnce vip inservice&lt;/P&gt;&lt;P&gt;  !&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, 09 Sep 2008 08:42:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041033#M20802</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-09-09T08:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACE for transparent proxying and load balancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041034#M20803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Thanks. I understand the configs on classmap and policy map. But whats the requirement to define the server farm as transparent?&lt;/P&gt;&lt;P&gt;also can you point out how to set that up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 09:07:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041034#M20803</guid>
      <dc:creator>thedinuka</dc:creator>
      <dc:date>2008-09-09T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: ACE for transparent proxying and load balancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041035#M20804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting the serverfarm in transparent mode you instruct ACE not to nat the destination address when forwarding to the proxy.&lt;/P&gt;&lt;P&gt;The default mode is to nat the destination with the real server ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The serverfarm config would look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm MyProxy&lt;/P&gt;&lt;P&gt;  transparent&lt;/P&gt;&lt;P&gt;  rserver Proxy 1&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;!&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, 09 Sep 2008 10:15:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041035#M20804</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-09-09T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: ACE for transparent proxying and load balancing</title>
      <link>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041036#M20805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;great, that was really helpful, But for this to happen is there a specific constraint on the operating mode (routed or bridged?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, is there a specific doc on which i can find this info(like the transparent command on the server farm config?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are being very helpful and I really appreciate that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 10:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-for-transparent-proxying-and-load-balancing/m-p/1041036#M20805</guid>
      <dc:creator>thedinuka</dc:creator>
      <dc:date>2008-09-09T10:29:54Z</dc:date>
    </item>
  </channel>
</rss>

