<?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: Disabling NAT in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805406#M15664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On CSS by default source nat is disabled.CSS changes the destination ip (from VIP to real server ip) and preserves the source IP when a content rule is hit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not seeing source IP of traffic hitting real server as Client IP then source NAt (source group)  is configured on your CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source group config is to nat traffic initiated by the server or to nat the client ip when traffic hits a content rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source group config looks like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group groupx&lt;/P&gt;&lt;P&gt;    vip address 192.168.30.152&lt;/P&gt;&lt;P&gt;    add service destination server1&lt;/P&gt;&lt;P&gt;    add service destination server2&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running CSS in one arm mode then source natting is necessary to ensure that the  return traffic from real servers doesnt bypass CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 08:11:16 GMT</pubDate>
    <dc:creator>Syed Iftekhar Ahmed</dc:creator>
    <dc:date>2007-04-27T08:11:16Z</dc:date>
    <item>
      <title>Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805403#M15661</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am doing load balancing for users accessing an application servers.&lt;/P&gt;&lt;P&gt;In basic configuration the application servers see the source IP of the users as the VIP of thier group and not the original client source IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to disable the NAT and what implications can this have on the load balancing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ziv&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2007 19:17:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805403#M15661</guid>
      <dc:creator>merc-int</dc:creator>
      <dc:date>2007-04-25T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805404#M15662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Source NAT is usually disabled by default...&lt;/P&gt;&lt;P&gt;What device are you using (CSS,CSM...)?&lt;/P&gt;&lt;P&gt;How does the config look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible situations when you need source NAT:&lt;/P&gt;&lt;P&gt;1. if you need server-to-server load-balancing, or &lt;/P&gt;&lt;P&gt;2. when you have one-arm load-balancer topology and you want returning traffic to hit load-balancer first and not to go directly to the client...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jasmina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 19:47:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805404#M15662</guid>
      <dc:creator>jasmina27s</dc:creator>
      <dc:date>2007-04-25T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805405#M15663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The configuration is really big.&lt;/P&gt;&lt;P&gt;I am using CSS11501, here is a sample of a service and content configurations.&lt;/P&gt;&lt;P&gt;The address being shown in the servers is the 192.168.30.150.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ?????????????????&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  ip address 192.168.30.152&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;  content ???????????&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    add service ?????????&lt;/P&gt;&lt;P&gt;    vip address 192.168.30.150&lt;/P&gt;&lt;P&gt;    add service ?????????&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;Ziv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 19:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805405#M15663</guid>
      <dc:creator>merc-int</dc:creator>
      <dc:date>2007-04-25T19:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805406#M15664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On CSS by default source nat is disabled.CSS changes the destination ip (from VIP to real server ip) and preserves the source IP when a content rule is hit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not seeing source IP of traffic hitting real server as Client IP then source NAt (source group)  is configured on your CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source group config is to nat traffic initiated by the server or to nat the client ip when traffic hits a content rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source group config looks like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group groupx&lt;/P&gt;&lt;P&gt;    vip address 192.168.30.152&lt;/P&gt;&lt;P&gt;    add service destination server1&lt;/P&gt;&lt;P&gt;    add service destination server2&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running CSS in one arm mode then source natting is necessary to ensure that the  return traffic from real servers doesnt bypass CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:11:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805406#M15664</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-04-27T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805407#M15665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for earlier inputs.&lt;/P&gt;&lt;P&gt;Could you explain css running in one arm mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 06:29:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805407#M15665</guid>
      <dc:creator>mathews.baby</dc:creator>
      <dc:date>2007-07-12T06:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805408#M15666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following link will give you details about CSS in one arm mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/117/one_armed_bandit.html" target="_blank"&gt;http://www.cisco.com/warp/public/117/one_armed_bandit.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 08:17:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805408#M15666</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-07-12T08:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805409#M15667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have css11501 in one armed mode, balancing 3servers. Now the client requirement is that servers should get client's ip as the source address. How can i make this possible..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I achieve this, if  source natting is removed and server's gateway address changed to Vip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:17:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805409#M15667</guid>
      <dc:creator>mathews.baby</dc:creator>
      <dc:date>2007-07-12T09:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805410#M15668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the clients do not belong to the same subnet where real servers are then yes changing the default gateway on reals to CSS circuit ip will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If clients belong to the same subnet then the return traffic will bypass CSS and hence will cause problems. This can be controlled by using source nat just for traffic originating from this subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 16:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805410#M15668</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-07-12T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling NAT</title>
      <link>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805411#M15669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for valuable inputs&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 03:42:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/disabling-nat/m-p/805411#M15669</guid>
      <dc:creator>mathews.baby</dc:creator>
      <dc:date>2007-07-13T03:42:02Z</dc:date>
    </item>
  </channel>
</rss>

