<?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 Thanks kanwalsi!I was getting in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497125#M41981</link>
    <description>&lt;P&gt;Thanks &lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;&lt;A class="username" href="https://supportforums.cisco.com/users/kanwalsi" title="View user profile."&gt;kanwalsi!&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;I was getting to the NAT configuration after I ran a CSS to ACE conversion tool I noticed that there was a NAT statement in the converted configuration.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;I did some search and&amp;nbsp; run into several threads on this topic but I noticed one important thing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;The nat pool has to point to VIP address (I suspect you can even create a special VIP for NATed traffic only). I mean if you have a VIP on one IP and the nat pool on the different IP the traffic from real server will not go through.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;So it was important to keep that in mind.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The first link in your reply gives the most correct configuration for NATing the traffic from real server through ACE.&lt;/P&gt;&lt;P&gt;Here is the working solution to let real server NON-LB traffic to get through ACE using existing VIP address.&lt;/P&gt;&lt;P&gt;Public address is used as an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list INBOUND line 8 extended permit ip any any&lt;BR /&gt;access-list INBOUND line 16 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rserver host RS005&lt;BR /&gt;&amp;nbsp; ip address 10.100.0.15&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm host PD_farm&lt;BR /&gt;&amp;nbsp; rserver RS005&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map match-any RS_ALL&lt;BR /&gt;&amp;nbsp; 2 match source-address 10.100.0.0 255.255.255.0&lt;BR /&gt;class-map type management match-any MGMT-CLASS&lt;BR /&gt;&amp;nbsp; 30 match protocol icmp any&lt;BR /&gt;class-map match-all PD_web&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 217.14.140.200 tcp eq www&lt;/P&gt;&lt;P&gt;policy-map type management first-match MGMT-POLICY&lt;BR /&gt;&amp;nbsp; class MGMT-CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match PD_web_pm&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm PD_farm&lt;/P&gt;&lt;P&gt;policy-map multi-match RS_NAT&lt;BR /&gt;&amp;nbsp; class RS_ALL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat dynamic 410 vlan 400&lt;/P&gt;&lt;P&gt;policy-map multi-match int400&lt;BR /&gt;&amp;nbsp; class PD_web&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy PD_web_pm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;interface vlan 400&lt;BR /&gt;&amp;nbsp; description VIP Client side - FrontEnd&lt;BR /&gt;&amp;nbsp; ip address 217.14.140.194 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input INBOUND&lt;BR /&gt;&amp;nbsp; access-group output INBOUND&lt;BR /&gt;&amp;nbsp; nat-pool 410 217.14.140.200 217.14.140.200 netmask 255.255.255.255 pat&lt;BR /&gt;&amp;nbsp; service-policy input MGMT-POLICY&lt;BR /&gt;&amp;nbsp; service-policy input int400&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface vlan 500&lt;BR /&gt;&amp;nbsp; description Real Server side - Backend&lt;BR /&gt;&amp;nbsp; ip address 10.100.0.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input INBOUND&lt;BR /&gt;&amp;nbsp; access-group output INBOUND&lt;BR /&gt;&amp;nbsp; service-policy input MGMT-POLICY&lt;BR /&gt;&amp;nbsp; service-policy input RS_NAT&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 217.14.140.142&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2014 19:08:13 GMT</pubDate>
    <dc:creator>SysEng1999</dc:creator>
    <dc:date>2014-08-22T19:08:13Z</dc:date>
    <item>
      <title>ACE 4710 Non-LB traffic from real server</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497123#M41979</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are migrating from CSS to ACE and kind of hit&amp;nbsp;a strange issue.&lt;/P&gt;&lt;P&gt;On CSS when the real server (with internal address like 10.x.x.x) initiates its own connection to Internet for example check for Windows Updates the traffic goes to CSS (as it is set as a default gateway on real server) and then reaches the destination but translated as an VIP address (public IP) from CSS.&lt;/P&gt;&lt;P&gt;Now with ACE setup it does not work that way at all.&lt;/P&gt;&lt;P&gt;The load balancing traffic from Internet goes to ACE normally and reaches a real server and then goes back to ACE and out to&amp;nbsp;Internet.&lt;/P&gt;&lt;P&gt;The ACE is in routed mode and the real server default gateway is set to server farm VLAN IP on ACE.&lt;/P&gt;&lt;P&gt;However nothing gets out from real server if it tries to initiate its own traffic like opening a google page in a browser.&lt;/P&gt;&lt;P&gt;Here is more if I add another network interface to real server and change a default gateway from ACE to the other gateway on the second network card the real server obviously reaches Internet happily but somehow load-balancing traffic goes back to ACE as well.&lt;/P&gt;&lt;P&gt;Any idea how to keep the real server with one adapter and send its own traffic through ACE like CSS?&lt;/P&gt;&lt;P&gt;Any ideas will be very much appreaciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:42:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497123#M41979</guid>
      <dc:creator>SysEng1999</dc:creator>
      <dc:date>2014-08-22T06:42:49Z</dc:date>
    </item>
    <item>
      <title>Hi,Ensure that you have</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497124#M41980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ensure that you have proper ACL's in place (access group on server side vlan interface) and for server initiated traffic to be NATTED with VIP or any other you need to have configuration in place. Below are posts discussing similar configurations.&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/10744631/ace-module-source-nat-server-initiated-connections-vip-address&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/10282466/ace-initiate-connections-server-vlan-client&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/10482821/ace-source-nat-server-initiated-connections&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 12:20:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497124#M41980</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-08-22T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Thanks kanwalsi!I was getting</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497125#M41981</link>
      <description>&lt;P&gt;Thanks &lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;&lt;A class="username" href="https://supportforums.cisco.com/users/kanwalsi" title="View user profile."&gt;kanwalsi!&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;I was getting to the NAT configuration after I ran a CSS to ACE conversion tool I noticed that there was a NAT statement in the converted configuration.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;I did some search and&amp;nbsp; run into several threads on this topic but I noticed one important thing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;The nat pool has to point to VIP address (I suspect you can even create a special VIP for NATed traffic only). I mean if you have a VIP on one IP and the nat pool on the different IP the traffic from real server will not go through.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;So it was important to keep that in mind.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The first link in your reply gives the most correct configuration for NATing the traffic from real server through ACE.&lt;/P&gt;&lt;P&gt;Here is the working solution to let real server NON-LB traffic to get through ACE using existing VIP address.&lt;/P&gt;&lt;P&gt;Public address is used as an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list INBOUND line 8 extended permit ip any any&lt;BR /&gt;access-list INBOUND line 16 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rserver host RS005&lt;BR /&gt;&amp;nbsp; ip address 10.100.0.15&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm host PD_farm&lt;BR /&gt;&amp;nbsp; rserver RS005&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map match-any RS_ALL&lt;BR /&gt;&amp;nbsp; 2 match source-address 10.100.0.0 255.255.255.0&lt;BR /&gt;class-map type management match-any MGMT-CLASS&lt;BR /&gt;&amp;nbsp; 30 match protocol icmp any&lt;BR /&gt;class-map match-all PD_web&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 217.14.140.200 tcp eq www&lt;/P&gt;&lt;P&gt;policy-map type management first-match MGMT-POLICY&lt;BR /&gt;&amp;nbsp; class MGMT-CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match PD_web_pm&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm PD_farm&lt;/P&gt;&lt;P&gt;policy-map multi-match RS_NAT&lt;BR /&gt;&amp;nbsp; class RS_ALL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat dynamic 410 vlan 400&lt;/P&gt;&lt;P&gt;policy-map multi-match int400&lt;BR /&gt;&amp;nbsp; class PD_web&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy PD_web_pm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;interface vlan 400&lt;BR /&gt;&amp;nbsp; description VIP Client side - FrontEnd&lt;BR /&gt;&amp;nbsp; ip address 217.14.140.194 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input INBOUND&lt;BR /&gt;&amp;nbsp; access-group output INBOUND&lt;BR /&gt;&amp;nbsp; nat-pool 410 217.14.140.200 217.14.140.200 netmask 255.255.255.255 pat&lt;BR /&gt;&amp;nbsp; service-policy input MGMT-POLICY&lt;BR /&gt;&amp;nbsp; service-policy input int400&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface vlan 500&lt;BR /&gt;&amp;nbsp; description Real Server side - Backend&lt;BR /&gt;&amp;nbsp; ip address 10.100.0.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input INBOUND&lt;BR /&gt;&amp;nbsp; access-group output INBOUND&lt;BR /&gt;&amp;nbsp; service-policy input MGMT-POLICY&lt;BR /&gt;&amp;nbsp; service-policy input RS_NAT&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 217.14.140.142&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 19:08:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-non-lb-traffic-from-real-server/m-p/2497125#M41981</guid>
      <dc:creator>SysEng1999</dc:creator>
      <dc:date>2014-08-22T19:08:13Z</dc:date>
    </item>
  </channel>
</rss>

