<?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: CSS Forwarding to a down stream CSS in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544472#M10239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The config I gave last actually should alter the default behaviour which is dest NAT-ing. Our need at this stage is to have the packets only being Source NAT-ed. My apologies if I sounded wrong earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg. the communication between the Internet CSS and the mware CSS, Int.CSS should use its VIP on the Source Group 205.102.196.120 and the mWare CSS should use its VIP under the CR. If there is any deviation if you find just post here the mware CSS config as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try doing an ftp or telnet apart from pinging from each other CSS, and make sure it works and this will tell whether the L3 is connectivity is up or not. Remember when you do the FTP/Telnet the actual circuit ip address would be used and not VIPs as I mentioned above. You might want to open FW gates before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 22:47:39 GMT</pubDate>
    <dc:creator>skumar1969</dc:creator>
    <dc:date>2006-07-12T22:47:39Z</dc:date>
    <item>
      <title>CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544467#M10234</link>
      <description>&lt;P&gt;I have a strange issue that is bugging the hell out of me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have around 5 or 6 sites that use the SSL feature of our CSS11501 that work flawlessly.  The web servers the CSS forwards to are all directly connected on a subnet hanging off the CSS.  I have  been asked to setup a new site where by SSL termination occurs on the internet DMZ CSS but then forwards to another CSS (in clear text)that resides in our middleware DMZ (i.e: not a directly connected network).  This CSS then load balances to 2 web servers.  Internally going direct to the middleware DMZ CSS it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have all the service and content rules  setup as any other of our sites except the service points to the down stream CSS rather than a directly attached web server.  What I am seeing is that a user makes the initial SSL connection to the VIP address and is served up the certificate but then the user then tries to make a direct HTTP connection to the CSS defined as the service address.  This is a private address so will never get there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a basic topology&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internet&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;   FW----CSS with SSL (internet DMZ)&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;   FW----CSS (mware DMZ)---web servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy-list ssl_accel&lt;/P&gt;&lt;P&gt;  ssl-server 7&lt;/P&gt;&lt;P&gt;  ssl-server 7 vip address 205.102.196.120&lt;/P&gt;&lt;P&gt;  ssl-server 7 rsacert www-placement-cert&lt;/P&gt;&lt;P&gt;  ssl-server 7 rsakey www-placement1&lt;/P&gt;&lt;P&gt;  ssl-server 7 cipher rsa-with-rc4-128-md5 10.150.149.100 80&lt;/P&gt;&lt;P&gt;  ssl-server 7 cipher rsa-with-rc4-128-sha 10.150.149.100 80&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!************************** SERVICE **************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service mware-css&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  port 80&lt;/P&gt;&lt;P&gt;  keepalive type http&lt;/P&gt;&lt;P&gt;  keepalive frequency 60&lt;/P&gt;&lt;P&gt;  ip address 10.150.149.100&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service secure-transfer&lt;/P&gt;&lt;P&gt;  ip address 2.2.2.2&lt;/P&gt;&lt;P&gt;  keepalive type none&lt;/P&gt;&lt;P&gt;  type redirect&lt;/P&gt;&lt;P&gt;  no prepend-http&lt;/P&gt;&lt;P&gt;  redirect-string "&lt;A class="jive-link-custom" href="https://www.placement-services.com" target="_blank"&gt;https://www.placement-services.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ssl_accel&lt;/P&gt;&lt;P&gt;  slot 2&lt;/P&gt;&lt;P&gt;  type ssl-accel&lt;/P&gt;&lt;P&gt;  keepalive type none&lt;/P&gt;&lt;P&gt;  add ssl-proxy-list ssl_accel&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** OWNER ***************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner Placement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content www_placement_http&lt;/P&gt;&lt;P&gt;    vip address 205.102.196.120&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "/*"&lt;/P&gt;&lt;P&gt;    add service secure-transfer&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  content www_placement_ssl&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    advanced-balance ssl&lt;/P&gt;&lt;P&gt;    port 443&lt;/P&gt;&lt;P&gt;    application ssl&lt;/P&gt;&lt;P&gt;    vip address 205.102.196.120&lt;/P&gt;&lt;P&gt;    add service ssl_accel&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect the SSL proxy list shouldn't be listing the down stream CSS but I am not sure what else I could point it to??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2006 09:41:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544467#M10234</guid>
      <dc:creator>simonpope</dc:creator>
      <dc:date>2006-07-11T09:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544468#M10235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;See the config below. I just re-arranged your clear-back service and the ssl-proxy-list as well. What I did was I used the command urlrewrite to allow the https to http transition to be a smooth one at the 2nd CSS and used an arbitrary 10.10.10.10 ip address as VIP for the back-end service when the ssl traffic gets decrypted into clear http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy-list ssl_accel &lt;/P&gt;&lt;P&gt;ssl-server 7 &lt;/P&gt;&lt;P&gt;ssl-server 7 vip address 205.102.196.120 &lt;/P&gt;&lt;P&gt;ssl-server 7 rsacert www-placement-cert &lt;/P&gt;&lt;P&gt;ssl-server 7 rsakey www-placement1 &lt;/P&gt;&lt;P&gt;ssl-server 7 cipher rsa-with-rc4-128-md5 10.10.10.10 81 &lt;/P&gt;&lt;P&gt;ssl-server 7 urlrewrite 20 placement-services.com &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!************************** SERVICE ************************** &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service mware-css &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;keepalive type http &lt;/P&gt;&lt;P&gt;keepalive frequency 60 &lt;/P&gt;&lt;P&gt;ip address 10.150.149.100 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service secure-transfer &lt;/P&gt;&lt;P&gt;ip address 2.2.2.2 &lt;/P&gt;&lt;P&gt;keepalive type none &lt;/P&gt;&lt;P&gt;type redirect &lt;/P&gt;&lt;P&gt;no prepend-http &lt;/P&gt;&lt;P&gt;redirect-string "&lt;A class="jive-link-custom" href="https://www.placement-services.com" target="_blank"&gt;https://www.placement-services.com&lt;/A&gt;" &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ssl_accel &lt;/P&gt;&lt;P&gt;slot 2 &lt;/P&gt;&lt;P&gt;type ssl-accel &lt;/P&gt;&lt;P&gt;keepalive type none &lt;/P&gt;&lt;P&gt;add ssl-proxy-list ssl_accel &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** OWNER *************************** &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner Placement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content www_placement_http &lt;/P&gt;&lt;P&gt;vip address 205.102.196.120 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;url "/*" &lt;/P&gt;&lt;P&gt;add service secure-transfer &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content www_placement_ssl &lt;/P&gt;&lt;P&gt;vip address 205.102.196.120&lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 443 &lt;/P&gt;&lt;P&gt;advanced-balance ssl &lt;/P&gt;&lt;P&gt;application ssl &lt;/P&gt;&lt;P&gt;add service ssl_accel &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content clear-back-mware_CSS &lt;/P&gt;&lt;P&gt;vip address 10.10.10.10 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 81 &lt;/P&gt;&lt;P&gt;url "//placement-services.com/*" &lt;/P&gt;&lt;P&gt;add service mware-css&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 00:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544468#M10235</guid>
      <dc:creator>skumar1969</dc:creator>
      <dc:date>2006-07-12T00:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544469#M10236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.  I am now seeing the traffic flow through the fw to the internal CSS.  The certificate is being displayed instantaneously on the users PC but a blank page is being returned.  Even if I change the mware-css to be one of the actual web servers thus removing the internal CSS a blank page is still displayed.  If I access the internal CSS direct it works as expected so I am sure the config internally is OK.  I'm getting there but it is just not 100% yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 07:02:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544469#M10236</guid>
      <dc:creator>simonpope</dc:creator>
      <dc:date>2006-07-12T07:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544470#M10237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;I pressume you use single interface for the incoming and outgoing traffic between 1st FW and that Internet facing CSS. If yes, on this CSS, you need to allow Source-NAT-ing in addition to the default destination-NAT-ing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding this config below to the one that I already suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group mware-css&lt;/P&gt;&lt;P&gt;vip address 205.102.196.120         &lt;/P&gt;&lt;P&gt;add destination service mware-css&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to:&lt;/P&gt;&lt;P&gt;1/ configure the mware FW to allow packets with source ip 205.102.196.120.&lt;/P&gt;&lt;P&gt;2/ add static route on the Internet-facing-CSS to reach the mware CSS server side circuit's ip subnet.&lt;/P&gt;&lt;P&gt;3/ the mware CSS should have the default gateway configured on it pointing mware firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 07:27:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544470#M10237</guid>
      <dc:creator>skumar1969</dc:creator>
      <dc:date>2006-07-12T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544471#M10238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the config above achieve both source and destination natting?  I suspect not.  I have confirmed that the mware css receives traffic from the internet css and it can respond to it.  for some strange reason users are still displayed a blank page.  A TCPDUMP on my firewall shows communication between the internet CSS and the mware CSS one the internet CSS's actual interface IP but the mware CSS communicates on it's VIP address.  is this expected behaviour?  I would have thought it would be on the internet CSS VIP address??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 13:00:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544471#M10238</guid>
      <dc:creator>simonpope</dc:creator>
      <dc:date>2006-07-12T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Forwarding to a down stream CSS</title>
      <link>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544472#M10239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The config I gave last actually should alter the default behaviour which is dest NAT-ing. Our need at this stage is to have the packets only being Source NAT-ed. My apologies if I sounded wrong earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg. the communication between the Internet CSS and the mware CSS, Int.CSS should use its VIP on the Source Group 205.102.196.120 and the mWare CSS should use its VIP under the CR. If there is any deviation if you find just post here the mware CSS config as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try doing an ftp or telnet apart from pinging from each other CSS, and make sure it works and this will tell whether the L3 is connectivity is up or not. Remember when you do the FTP/Telnet the actual circuit ip address would be used and not VIPs as I mentioned above. You might want to open FW gates before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 22:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-forwarding-to-a-down-stream-css/m-p/544472#M10239</guid>
      <dc:creator>skumar1969</dc:creator>
      <dc:date>2006-07-12T22:47:39Z</dc:date>
    </item>
  </channel>
</rss>

