<?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: CSS11503 - Inbound and outbound traffic on same virtual inte in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886799#M17409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not the same issue as firewall preventing traffic to go in and out the same interface.&lt;/P&gt;&lt;P&gt;The problem here is that the CSS will receive traffic from Server1, it will nat the vip into Server2 and forward traffic keeping the src ip unchanged.&lt;/P&gt;&lt;P&gt;So, when Server2 replies, it sends the response to Server1.  Since they are on the same subnet, the response bypass the CSS and Server1 receives a response from Server2 which is unknown to Server1 since it expects a response from the Vip.&lt;/P&gt;&lt;P&gt;The solution is to implement source nat on the  CSS for traffic originating from the servers.&lt;/P&gt;&lt;P&gt;This can be done with a group and an ACL.&lt;/P&gt;&lt;P&gt;This was discussed many times, so I think you should be able to find a sample config somewhere.&lt;/P&gt;&lt;P&gt;If you can't let me know.&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, 19 Sep 2007 14:59:19 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2007-09-19T14:59:19Z</dc:date>
    <item>
      <title>CSS11503 - Inbound and outbound traffic on same virtual interface</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886798#M17408</link>
      <description>&lt;P&gt;Setup two CSS11503's running 8.10.  Running and active/passive config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two groups of servers each with a VIP.  Both groups of servers on the same VLAN.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VIP's reside on VLAN1 and the servers are on VLAN2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Servers from one group cannot access the other via it's VIP.  Servers cannot access themselves via their VIP as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can ping the vip's with out a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that this is because that traffic generated by a client is going in and out of the same interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come across similar problems on various firewalls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway of getting around this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2007 13:00:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886798#M17408</guid>
      <dc:creator>julian.osborne</dc:creator>
      <dc:date>2007-09-19T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - Inbound and outbound traffic on same virtual inte</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886799#M17409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not the same issue as firewall preventing traffic to go in and out the same interface.&lt;/P&gt;&lt;P&gt;The problem here is that the CSS will receive traffic from Server1, it will nat the vip into Server2 and forward traffic keeping the src ip unchanged.&lt;/P&gt;&lt;P&gt;So, when Server2 replies, it sends the response to Server1.  Since they are on the same subnet, the response bypass the CSS and Server1 receives a response from Server2 which is unknown to Server1 since it expects a response from the Vip.&lt;/P&gt;&lt;P&gt;The solution is to implement source nat on the  CSS for traffic originating from the servers.&lt;/P&gt;&lt;P&gt;This can be done with a group and an ACL.&lt;/P&gt;&lt;P&gt;This was discussed many times, so I think you should be able to find a sample config somewhere.&lt;/P&gt;&lt;P&gt;If you can't let me know.&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, 19 Sep 2007 14:59:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886799#M17409</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-09-19T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - Inbound and outbound traffic on same virtual inte</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886800#M17410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointer Giles, the problem is now sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions found in:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Data%20Center&amp;amp;topic=Application%20Networking&amp;amp;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddf8c30" target="_blank"&gt;http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Data%20Center&amp;amp;topic=Application%20Networking&amp;amp;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddf8c30&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 19:43:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-inbound-and-outbound-traffic-on-same-virtual-interface/m-p/886800#M17410</guid>
      <dc:creator>julian.osborne</dc:creator>
      <dc:date>2007-09-19T19:43:19Z</dc:date>
    </item>
  </channel>
</rss>

