<?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: IOS SLB - Bet I'm doing something stupid - pls enlighten in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471730#M8809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;ip slb serverfarm FARM.100&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will tell the MSFC to nat the vip address into the server ip address.&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;P&gt;Thanks for rating this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 10:25:39 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-10-05T10:25:39Z</dc:date>
    <item>
      <title>IOS SLB - Bet I'm doing something stupid - pls enlighten</title>
      <link>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471729#M8808</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In trying to get SLB to work I believe I'm missing something I imagine is quite basic but i don't know what it is. The short description of my problem is that traffic is not sent back to the client when establishing a connection via the VIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using base equipment: a Cat6509 with a Sup-1a, PFC, and MSFC. It's running 12.1(23) so it should be okay. I have a plain vanilla config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;...snip...&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip slb serverfarm FARM.100&lt;/P&gt;&lt;P&gt; real 10.33.10.105&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; real 10.33.10.106&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip slb vserver EBUSINESSCRP&lt;/P&gt;&lt;P&gt; virtual 111.222.222.111 tcp 0&lt;/P&gt;&lt;P&gt; serverfarm FARM.100&lt;/P&gt;&lt;P&gt; inservice&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;	&amp;lt;...snip...&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not defined a Vlan for the VIP - didn't work when i did, and can't see why it is necessary(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the show cmds look good except the sh ip slb reals which has the .106 server in READY_TO_TEST state. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the VIP&lt;/P&gt;&lt;P&gt;I can telnet (on the required port) to the reals&lt;/P&gt;&lt;P&gt;I cannot telnet to the VIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- sh ip slb conns tells me there is a connection&lt;/P&gt;&lt;P&gt;- tcpdump on the real servers shows the inbound but no outbound traffic, unlike when I tcpdump while connecting to the real. It leads me to think there might be some issue with the RedHat servers but saying so just results in multilateral finger pointing. The svrs have NICs on several VLANs but their default gateways are on the real srvrs VLAN - 10.33.10.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- debug ip slb all ... well here's a snippit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;...snip...&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct  5 18:20:15:  client= 10.0.0.49:1894&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= INIT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_REAL_DEBUG: 10.33.10.105 (FARM.DBCRP-31) event = SLB_CONN_FAIL state= OPERATIONAL -&amp;gt; OPERATIONAL&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16: SLB_CONN_DEBUG: TCP event= DESTROY, state= SYNCLIENT -&amp;gt; ZOMBIE&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:16:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= INIT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= SYNCLIENT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_REAL_DEBUG: 10.33.10.105 (FARM.DBCRP-31) event = SLB_CONN_FAIL state= OPERATIONAL -&amp;gt; OPERATIONAL&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19: SLB_CONN_DEBUG: TCP event= DESTROY, state= SYNCLIENT -&amp;gt; ZOMBIE&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;Oct  5 18:20:19:  client= 10.0.0.49:1895&lt;/P&gt;&lt;P&gt;Oct  5 18:20:25: SLB_CONN_DEBUG: TCP event= SYN_CLIENT, state= INIT -&amp;gt; SYNCLIENT&lt;/P&gt;&lt;P&gt;Oct  5 18:20:25:  v_ip= 111.222.222.111:13515 (  8), real= 10.33.10.105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;...snip...&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for any help given&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2005 09:58:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471729#M8808</guid>
      <dc:creator>m.surtees</dc:creator>
      <dc:date>2005-10-05T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SLB - Bet I'm doing something stupid - pls enlighten</title>
      <link>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471730#M8809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;ip slb serverfarm FARM.100&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will tell the MSFC to nat the vip address into the server ip address.&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;P&gt;Thanks for rating this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 10:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471730#M8809</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-10-05T10:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SLB - Bet I'm doing something stupid - pls enlighten</title>
      <link>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471731#M8810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles - that seems to have done the trick, I can now telnet to the VIP on the required port and connections are established with the round robin working and all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was right ... i was had missed something basic!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 02:16:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ios-slb-bet-i-m-doing-something-stupid-pls-enlighten/m-p/471731#M8810</guid>
      <dc:creator>m.surtees</dc:creator>
      <dc:date>2005-10-06T02:16:47Z</dc:date>
    </item>
  </channel>
</rss>

