<?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: Direct Server Return configuration in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476046#M8923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the config looks good.&lt;/P&gt;&lt;P&gt;What is not working ?&lt;/P&gt;&lt;P&gt;Is the server responding ?&lt;/P&gt;&lt;P&gt;Where is the server forwarding the response ?&lt;/P&gt;&lt;P&gt;Is the server responding with the loopback address ?&lt;/P&gt;&lt;P&gt;Capture a sniffer trace on the server and see what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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, 12 Aug 2005 08:05:15 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-08-12T08:05:15Z</dc:date>
    <item>
      <title>Direct Server Return configuration</title>
      <link>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476045#M8922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have been trying to configure Direct Server Return on CSM but without much success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the config, Hopefully somebody can enlighten me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, on my server end (MS Win 2003), I have configure loopback adapter with the same address with my VIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done according to Cisco documentation however I haven't been able to remove the static route created by this adapter as instructed by the document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other additional things need to be configure on the server ? (e.g Ip forwarding)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise. Thanks a million.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2005 19:02:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476045#M8922</guid>
      <dc:creator>AaronKwok</dc:creator>
      <dc:date>2005-08-11T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Server Return configuration</title>
      <link>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476046#M8923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the config looks good.&lt;/P&gt;&lt;P&gt;What is not working ?&lt;/P&gt;&lt;P&gt;Is the server responding ?&lt;/P&gt;&lt;P&gt;Where is the server forwarding the response ?&lt;/P&gt;&lt;P&gt;Is the server responding with the loopback address ?&lt;/P&gt;&lt;P&gt;Capture a sniffer trace on the server and see what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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, 12 Aug 2005 08:05:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476046#M8923</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-12T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Server Return configuration</title>
      <link>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476047#M8924</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;Sorry about the config as there is some error.&lt;/P&gt;&lt;P&gt;The additional serverfarm that I would like to loadbalance using direct server return is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 12 server&lt;/P&gt;&lt;P&gt;  ip address 192.168.198.6 255.255.255.0&lt;/P&gt;&lt;P&gt;  alias 192.168.198.7 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 204 client&lt;/P&gt;&lt;P&gt;  ip address 204.127.198.6 255.255.255.0&lt;/P&gt;&lt;P&gt;  gateway 204.127.198.4&lt;/P&gt;&lt;P&gt;  alias 204.127.198.7 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver TEST1&lt;/P&gt;&lt;P&gt;  virtual 204.127.198.11 udp dns&lt;/P&gt;&lt;P&gt;  unidirectional&lt;/P&gt;&lt;P&gt;  serverfarm TEST1&lt;/P&gt;&lt;P&gt;  advertise active&lt;/P&gt;&lt;P&gt;  idle 4&lt;/P&gt;&lt;P&gt;  replicate csrp connection&lt;/P&gt;&lt;P&gt;  no persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;serverfarm TEST1&lt;/P&gt;&lt;P&gt;  no nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real name LZNSUN01&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name LZNSUN02&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name LZNSUN03&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  probe DNS&lt;/P&gt;&lt;P&gt;  probe TESTVIP11&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;real W2K3Stream01&lt;/P&gt;&lt;P&gt;  address 192.168.199.101&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt; real W2K3Stream02&lt;/P&gt;&lt;P&gt;  address 192.168.199.102&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt; real W2K3Stream03&lt;/P&gt;&lt;P&gt;  address 192.168.199.103&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I did not an additional Vlan on the CSM for the newly created serverfarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have capture a sniffer trace and I have realise that client packet are not forwarded from the CSM to the real server even though the probe have verify that the real servers are operational.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As such the real servers is not forwarding the packets back to my client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2005 18:03:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476047#M8924</guid>
      <dc:creator>AaronKwok</dc:creator>
      <dc:date>2005-08-12T18:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Server Return configuration</title>
      <link>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476048#M8925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for direct server return, the servers need to be L2 adjacent to the CSM  becasuse the CSM is not going to nat the destination ip and just change the mac addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a vlan for subnet 192.168.199.0/24 and everything should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2005 12:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/direct-server-return-configuration/m-p/476048#M8925</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-13T12:19:53Z</dc:date>
    </item>
  </channel>
</rss>

