<?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: (r)server access to own VIP = NAT? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389531#M28882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robble,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the destination ip address is a vip, the outgoing interface is not vlan 10 (where the vip address belongs) but vlan 192 where the rservers are located.&lt;/P&gt;&lt;P&gt;So, you will need a natpool in the rserver vlan 192 and modify your nat dynamic command to point at this natpool.&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 Jan 2010 07:51:19 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2010-01-05T07:51:19Z</dc:date>
    <item>
      <title>ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389528#M28879</link>
      <description>&lt;P&gt;We are currently in a scenario where a Server (located on the server side) needs to access the VIP on the client side network. The VIP loadbalances to adjacent LDAP rservers and the regarding server needs to access this loadbalanced service. Is it correct that i need NAT (SNAT) the traffic from the accessing server to a dedicated IP in the client side vlan?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made quick drawing which hopefully explains my question better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2010 14:07:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389528#M28879</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2010-01-04T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389529#M28880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robble,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;happy new year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assumption is correct.&amp;nbsp; You need snat for servers to access the vip.&lt;/P&gt;&lt;P&gt;But the nat address can be anything.&amp;nbsp; It does not have to be from the client side.&amp;nbsp; Easiest solution is to use an ip address for the server subnet so that the servers can simply access it with an arp request.&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 Jan 2010 15:51:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389529#M28880</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-01-04T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389530#M28881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gilles and happy new year,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not really sure if i understood it correctly regarding the above scenario. Would following config snippet make sure that traffic originating from 192.168.10.0/24 gets translated to 10.20.30.230 when accessing any resource within 10.20.30.0/24?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it correct that the nat pool defined in vlan 10 could be anything eg. (&lt;EM&gt;nat-pool 69 1.2.3.4 1.2.3.4 netmask 255.255.255.0 pat&lt;/EM&gt;) as long as that address does not need to be routed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list NAT-Definition line 10 extended permit tcp 192.168.10.0 255.255.255.0 10.20.30.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;class-map match-any NAT_CLASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;match access-list NAT-Definition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;policy-map multi-match NAT-Policy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;class NAT_CLASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; nat dynaymic 69 vlan 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;policy-map multi-match LB-POLICY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;class foo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[...]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;class foobar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[...]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;interface vlan 192&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;description Server_Side_VLAN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip address 192.168.10.254 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;service-policy input NAT-Policy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;no shut&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;interface vlan 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;description Client_Side_VLAN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip address 10.20.30.254 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nat-pool 69 10.20.30.230 10.20.30.230 netmask 255.255.255.0 pat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;service-policy input LB-POLICY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;no shut&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 21:07:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389530#M28881</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2010-01-04T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389531#M28882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robble,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the destination ip address is a vip, the outgoing interface is not vlan 10 (where the vip address belongs) but vlan 192 where the rservers are located.&lt;/P&gt;&lt;P&gt;So, you will need a natpool in the rserver vlan 192 and modify your nat dynamic command to point at this natpool.&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 Jan 2010 07:51:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389531#M28882</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-01-05T07:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389532#M28883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i get it now. Because the NAT'ed IP stays local to the ACE it can be anything and the initial issue is with the returning traffic from the Real Server not flowing back through the ACE but directly being send to the requesting host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that and the according config snippet correct? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NAT-Definition line 10 extended permit tcp 192.168.10.0 255.255.255.0 10.20.30.0 255.255.255.0&lt;BR /&gt;! &lt;BR /&gt;class-map match-any NAT_CLASS&lt;BR /&gt;match access-list NAT-Definition&lt;BR /&gt;!&lt;BR /&gt;policy-map multi-match NAT-Policy&lt;BR /&gt;description NAT-Policy´&lt;BR /&gt;class NAT_CLASS&lt;BR /&gt;&amp;nbsp; nat dynaymic 1 vlan 192&lt;BR /&gt;!&lt;BR /&gt;interface vlan 192&lt;BR /&gt;description Server Side VLAN&lt;BR /&gt;ip address 192.168.10.254 255.255.255.0&lt;BR /&gt;nat-pool 1 172.16.32.1 172.16.32.1 netmask 255.255.255.0 pat&lt;BR /&gt;service-policy input NAT-Policy&lt;BR /&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 08:03:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389532#M28883</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2010-01-07T08:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389533#M28884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your understanding is correct.&lt;/P&gt;&lt;P&gt;You need to avoid the rserver responding directly to the client sitting on the same subnet (the client would not accept the answer since it is expecting a response from the vip=ACE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 10:22:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389533#M28884</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-01-07T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: (r)server access to own VIP = NAT?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389534#M28885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for the clarification. The configuration worked out problem solved!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:42:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-r-server-access-to-own-vip-nat/m-p/1389534#M28885</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2010-01-08T09:42:47Z</dc:date>
    </item>
  </channel>
</rss>

