<?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 one armed configuration help in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741629#M14213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 17:19:35 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-06-04T17:19:35Z</dc:date>
    <item>
      <title>CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741626#M14210</link>
      <description>&lt;P&gt;I need the ability to have a single server in a one armed configuration separated by an ASA5510. From what I understand, this is possible by natting the source address in the CSS so the return traffic from the server will flow through it. Question is, how do I get the initial request to flow to the CSS with my static in the firewall? Any request from the outside will go directly inside. I'm obviously missing something here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@@@@@@@@OUTSIDE@@@@@@@@&lt;/P&gt;&lt;P&gt;@@@@@@@@@@|@@@@@@@@@@&lt;/P&gt;&lt;P&gt;@@@@@@@@@@|@@@@@@@@@@&lt;/P&gt;&lt;P&gt;CSS11501 -- DMZ -- ASA -- INSIDE -- SERVER(172.16.1.10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ASA-&lt;/P&gt;&lt;P&gt;ip addr outside 1.1.1.1&lt;/P&gt;&lt;P&gt;ip addr inside 172.16.1.1&lt;/P&gt;&lt;P&gt;ip addr dmz 192.168.200.1&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 172.16.1.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-CSS-&lt;/P&gt;&lt;P&gt;192.168.200.10&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2007 13:38:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741626#M14210</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-04T13:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741627#M14211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to change the destination so that is belongs to the CSS.&lt;/P&gt;&lt;P&gt;The CSS then nat the destination ip with the server ip and the client ip with whatever ip that belongs to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can change the dns server, you can create a new ip on the CSS for the content rule and use this vip address in your dns server.&lt;/P&gt;&lt;P&gt;If you can't change it or don't want to, you can take the server ip and use it for the CSS content rule and change the server ip with a new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 14:21:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741627#M14211</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-04T14:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741628#M14212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the CSS is the authoritative DNS, so that should work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ASA-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 192.168.200.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-CSS-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;circuit VLAN200&lt;/P&gt;&lt;P&gt;ip address 192.168.200.2 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ftp1&lt;/P&gt;&lt;P&gt;  ip address 172.16.1.10&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  port 21&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content FTP&lt;/P&gt;&lt;P&gt;  dnsbalance preferlocal&lt;/P&gt;&lt;P&gt;  vip address 1.1.1.2&lt;/P&gt;&lt;P&gt;  add service ftp1&lt;/P&gt;&lt;P&gt;  add dns ftp.mydomain.com&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 14:59:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741628#M14212</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-04T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741629#M14213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 17:19:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741629#M14213</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-04T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741630#M14214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the CSS vlan is 192.168.200.2, so the vip should most probably be 192.168.200.10 internally.&lt;/P&gt;&lt;P&gt;If you want the CSS to advertise 1.1.1.2, you should let the firewall do dns fixup to update the dns response when going out.&lt;/P&gt;&lt;P&gt;Or use a zone based dns on the CSS instead of rule based.&lt;/P&gt;&lt;P&gt;Zone based dns let's you configure dns a record and therefore use whatever ip you want in the response.&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, 05 Jun 2007 14:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741630#M14214</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-05T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741631#M14215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So let me see if I have this straight. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the vip was 192.168.200.10 internally, my static would remain the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 192.168.200.10 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the A record on the CSS would not be the vip it would be 1.1.1.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the request hit the CSS requesting 192.168.200.10, it would nat the source address to itself, then translate the destination to the inside address 172.16.1.10?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 18:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741631#M14215</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-05T18:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741632#M14216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got it right.&lt;/P&gt;&lt;P&gt;Except that the client ip address is by default unchanged.  If you want to nat the source address as well, you need to configure a source group with the command 'group'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:41:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741632#M14216</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-06T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741633#M14217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles, you've been quite helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked through the documentation you posted previously on zones, but am not sure how to go about switching from my current GSLB setup. Will my current GSLB setup remain the same, the only thing that changes is the way the dns works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 12:22:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741633#M14217</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-06T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: CSS one armed configuration help</title>
      <link>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741634#M14218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose moving to zone based will make my current site redundancy setup not function properly. I don't see any way to use zone based dns and have the decision based upon content rules like you can do with rules based dns and an acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comments?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 19:16:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-one-armed-configuration-help/m-p/741634#M14218</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-13T19:16:45Z</dc:date>
    </item>
  </channel>
</rss>

