<?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: source groups on css  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212925#M2811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;this is possibile. The only thing which has to be ensured is that the CSS knows where the servers are (routing has to be adjusted) and that the return flow comes back to the CSS. If you do source groups the last thing should be ensured.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2004 06:30:33 GMT</pubDate>
    <dc:creator>jfoerster</dc:creator>
    <dc:date>2004-06-04T06:30:33Z</dc:date>
    <item>
      <title>source groups on css</title>
      <link>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212924#M2810</link>
      <description>&lt;P&gt;Is it possible to load balance on non directly attached servers using source groups.&lt;/P&gt;&lt;P&gt;I have an application that needs port 80 balanced to servers behind the css. The same app needs ports 7003 and 7004 balanced on the same vip to app servers many hops below the css.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2004 20:17:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212924#M2810</guid>
      <dc:creator>STEVE FLIS</dc:creator>
      <dc:date>2004-06-03T20:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: source groups on css</title>
      <link>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212925#M2811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;this is possibile. The only thing which has to be ensured is that the CSS knows where the servers are (routing has to be adjusted) and that the return flow comes back to the CSS. If you do source groups the last thing should be ensured.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 06:30:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212925#M2811</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2004-06-04T06:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: source groups on css</title>
      <link>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212926#M2812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my config is a css interface on a network facing the internet (external vips) one interface facing internal users (internal vips) and one interface to backend servers.&lt;/P&gt;&lt;P&gt;routing sends internal ips to and back the internal vips interface and 0.0.0.0 is out to the internet&lt;/P&gt;&lt;P&gt;what would a config look like?&lt;/P&gt;&lt;P&gt;define services of servers a few hops away with keepalive ping?&lt;/P&gt;&lt;P&gt;create 2 source groups with the same ip of the interal vip and a group with the outside vip? add destination servers of the hops away servers to the group?&lt;/P&gt;&lt;P&gt;Create  content rules that points ports 7003 and 7004 to the services of the servers several hops away?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 10:37:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212926#M2812</guid>
      <dc:creator>STEVE FLIS</dc:creator>
      <dc:date>2004-06-04T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: source groups on css</title>
      <link>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212927#M2813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;You can do it with 1 source group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you have 3 remote services, Serv1, Serv2 and Serv 3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group REMOTE_SERVICES&lt;/P&gt;&lt;P&gt;add destination service Serv1&lt;/P&gt;&lt;P&gt;add destination service Serv2&lt;/P&gt;&lt;P&gt;add destination service Serv3&lt;/P&gt;&lt;P&gt;vip address x.x.x.x&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add them to any contentrule you want, apply any keepalive you want, the source-group is independant. If the css forwards traffic to one of these services it will always change the source-address of the traffic to x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joeri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2004 08:35:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/source-groups-on-css/m-p/212927#M2813</guid>
      <dc:creator>jofi</dc:creator>
      <dc:date>2004-06-09T08:35:43Z</dc:date>
    </item>
  </channel>
</rss>

