<?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: How to NAT  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214019#M2824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can nat on CSS2 - not CSS1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2004 12:24:57 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2004-06-04T12:24:57Z</dc:date>
    <item>
      <title>How to NAT</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214016#M2821</link>
      <description>&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;I have a problem running this configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC (10.1.1.1) must connect to http service on 10.1.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS1 and 2 are performing balancing between FW1 and 2 (Nokia check point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS2 performs http balancing between SRV1 and 2 with VIP 192.168.2.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS1 has a content rule to NAT 10.1.1.100 with 192.168.2.100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When traffic goes from PC to CSS1 seems that XOR (to choose the FW path) between 10.1.1.1 and 10.1.1.100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the traffic comes back to CSS2 it seems that the XOR is between 192.168.2.100 and 10.1.1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is that there should be asymmetric traffic through the firewalls with conseguent drop.&lt;/P&gt;&lt;P&gt;If I remove a FW everithing works fine.&lt;/P&gt;&lt;P&gt;Also works fine in PC connects to 192.168.2.100 (without using NAT on CSS1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I wrong somewhere? Network diagram follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     |PC|&lt;/P&gt;&lt;P&gt;       |&lt;/P&gt;&lt;P&gt;-------------------------10.1.1.0/24&lt;/P&gt;&lt;P&gt;         |&lt;/P&gt;&lt;P&gt;      |CSS1|&lt;/P&gt;&lt;P&gt;         |&lt;/P&gt;&lt;P&gt;--------------------------192.168.1.0/24&lt;/P&gt;&lt;P&gt;     |         |&lt;/P&gt;&lt;P&gt;   |FW1|     |FW2|&lt;/P&gt;&lt;P&gt;     |         |&lt;/P&gt;&lt;P&gt;-------------------------- 192.168.2.0/24&lt;/P&gt;&lt;P&gt;         |&lt;/P&gt;&lt;P&gt;      |CSS2|&lt;/P&gt;&lt;P&gt;         |&lt;/P&gt;&lt;P&gt;---------------------------192.168.3.0/24&lt;/P&gt;&lt;P&gt;   |           |&lt;/P&gt;&lt;P&gt; |SRV1|      |SRV2|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2004 07:21:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214016#M2821</guid>
      <dc:creator>dellarocca</dc:creator>
      <dc:date>2004-06-04T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to NAT</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214017#M2822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand correctly you have a vip on CSS1 with a service that point at a vip on CSS2 ?&lt;/P&gt;&lt;P&gt;The problem is that when the destination is a service, the CSS will only use 1 of the available route - no loadbalancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your traffic from CSS1 to CSS2 will always use the same firewall.  The response will be loadbalanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In conclusion you can't use vip on the CSS1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 11:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214017#M2822</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-06-04T11:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to NAT</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214018#M2823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Gilles,&lt;/P&gt;&lt;P&gt;so you mean that CSS1 cannot perform any NAT? (PC cannot reach services on 10.1.1.100?) &lt;/P&gt;&lt;P&gt;Documentation say that if you want to NAT in a FWLB architecture you must use Content Rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gaetano.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 12:12:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214018#M2823</guid>
      <dc:creator>dellarocca</dc:creator>
      <dc:date>2004-06-04T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to NAT</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214019#M2824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can nat on CSS2 - not CSS1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 12:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-nat/m-p/214019#M2824</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-06-04T12:24:57Z</dc:date>
    </item>
  </channel>
</rss>

