<?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: Default routing depending on source-address in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240560#M3418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is a solution.&lt;/P&gt;&lt;P&gt;Create a service pointing at the firewall ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;service FW_ip1&lt;/P&gt;&lt;P&gt;  ip address 128.222.2.1&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure the following acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acl 1&lt;/P&gt;&lt;P&gt;  clause 10 permit any 128.222.2.0 255.255.255.0 destination 128.111.1.0 255.255.255.0 prefer FW_ip1&lt;/P&gt;&lt;P&gt;  clause 99 permit any any dest any&lt;/P&gt;&lt;P&gt;  apply all&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, 13 Aug 2004 08:24:23 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2004-08-13T08:24:23Z</dc:date>
    <item>
      <title>Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240557#M3415</link>
      <description>&lt;P&gt;I have the need to use different default-routes depending on the source-address of the packet, when it comes from the content switch (e.g. from a group-address or as response-packet in a conversation with&lt;/P&gt;&lt;P&gt;a content address).&lt;/P&gt;&lt;P&gt;The reason for this requirement ist, that I have one firewall which is connected to both vlan2 and vlan602.&lt;/P&gt;&lt;P&gt;First there are rules, which disallow some traffic between 128.111.1.0 and 128.222.2.0. (addresses are only examples !!)&lt;/P&gt;&lt;P&gt;Second there occurs a routing-triangle which results&lt;/P&gt;&lt;P&gt;in blocking of path through the (statefull) firewall because the firewall sees no completion of the tcp 3-way handshake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this configuration but it does not work.&lt;/P&gt;&lt;P&gt;Pakets from 128.222.2.x adresses to 128.111.1.x adresses are send directly to the destination because the address in the arp-cache of the content switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ip route 0.0.0.0 0.0.0.0 128.111.1.1 1 &lt;/P&gt;&lt;P&gt;  ip route 0.0.0.0 0.0.0.0 128.222.2.1 1 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;!************************* INTERFACE *************************&lt;/P&gt;&lt;P&gt;interface  1/1&lt;/P&gt;&lt;P&gt;  trunk &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  vlan 2 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  vlan 602 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;!************************** CIRCUIT **************************&lt;/P&gt;&lt;P&gt;circuit VLAN2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  ip address 128.111.1.101 255.255.255.0 &lt;/P&gt;&lt;P&gt;    ip virtual-router 2 priority 254 preempt &lt;/P&gt;&lt;P&gt;    ip redundant-interface 2 128.111.1.100 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;circuit VLAN602&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  ip address 128.222.2.101 255.255.255.0 &lt;/P&gt;&lt;P&gt;    ip virtual-router 102 priority 254 preempt &lt;/P&gt;&lt;P&gt;    ip redundant-interface 102 128.222.2.100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2004 20:41:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240557#M3415</guid>
      <dc:creator>jxdemel</dc:creator>
      <dc:date>2004-08-11T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240558#M3416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;in my opinion this can not be solved with a CSS as you want to do policy based routing and as routing criteria the source-IP if I understood your question right. In my opinion you have to place a router between the CSSes and the Firewalls to be able to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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>Thu, 12 Aug 2004 06:37:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240558#M3416</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2004-08-12T06:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240559#M3417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm with Joerg, use a router outside the CSS and you can use PBR to do whatever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2004 11:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240559#M3417</guid>
      <dc:creator>paul.matthews</dc:creator>
      <dc:date>2004-08-12T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240560#M3418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is a solution.&lt;/P&gt;&lt;P&gt;Create a service pointing at the firewall ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;service FW_ip1&lt;/P&gt;&lt;P&gt;  ip address 128.222.2.1&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure the following acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acl 1&lt;/P&gt;&lt;P&gt;  clause 10 permit any 128.222.2.0 255.255.255.0 destination 128.111.1.0 255.255.255.0 prefer FW_ip1&lt;/P&gt;&lt;P&gt;  clause 99 permit any any dest any&lt;/P&gt;&lt;P&gt;  apply all&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, 13 Aug 2004 08:24:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240560#M3418</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-13T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240561#M3419</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;great thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't think about that kind of possibility to do "routing"....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2004 08:44:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240561#M3419</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2004-08-13T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240562#M3420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with using PBR is the issue of scalability since PBR is process switched. You would need pretty sizeable upstream routers to do PBR at 100+ Mbps rate, let alone trying to do this at gig rate. Someone will probably point out that some of the L3 switches will do PBR at gig line rate, and I have done it on the 3750, but all the planets have to line up just right and you have to do much placating of the TCAM god (e.g. no ACE that would result in TCAM subtraction). Otherwise, PBR will get process switched and the processor will go to 100% with throughput of only 60-70 Mbps. PBR also makes it more complex to implement redundancy; probably have to use object tracking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would just be more straightforward and simpler if the CSS can use the "most appropriate" next hop for the source IP in question. For example, group A uses 1.1.1.1 and group B uses 2.2.2.2, and you have default gateways 1.1.1.254 and 2.2.2.254 configured. So the desired behaviour would be for all outbound traffic NAT'd to 1.1.1.1 to be automagically route to 1.1.1.254 for its next hop, and similarly for 2.2.2.2 and 2.2.2.254. I am sure some of the competing products (e.g. RADware Linkproof) can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have submitted this as a feature request to our local Cisco SE. We'll see if anything comes of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2004 20:57:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240562#M3420</guid>
      <dc:creator>jchin</dc:creator>
      <dc:date>2004-08-13T20:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240563#M3421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally, since the CSS is flow based, it should have sufficient clue to send the return traffic out to the same next hop (maybe identifiable via L2 adjacency info, e.g. MAC address) that the inbound traffic came in from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2004 21:00:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240563#M3421</guid>
      <dc:creator>jchin</dc:creator>
      <dc:date>2004-08-13T21:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240564#M3422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like it will work for return traffic for an established flow. But are you sure it would work for outbound (group NAT'd) traffic? Doesn't the ACL work in the inbound direction only? If so, would this still work if the ACL is applied to the pre-NAT'd inbound traffic to the "inside" interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Aug 2004 03:14:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240564#M3422</guid>
      <dc:creator>jchin</dc:creator>
      <dc:date>2004-08-14T03:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240565#M3423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this, but it does not work (with 7.30 version).&lt;/P&gt;&lt;P&gt;I tried it with and without 'ip opportunistic all'.&lt;/P&gt;&lt;P&gt;I played with the 'ip ecmp' command too, but it did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should this work for outgoing flows resulting from NAT based on groups ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I run the debug-command 'ip routes master' their is a routing-table entry like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0x8a68de08 128.111.1.74/32 08-00-20-fe-58-80 Dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resulting from the arp entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the problem is, that this is an /32 entry which&lt;/P&gt;&lt;P&gt;will be used before /24 entries ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a do a 'sh acl 1' the usage -count for clause 10 is always zero !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I configure an explicit route:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ip route 128.111.1.74 255.255.255.255 128.222.2.1 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this route never shows up in 'show ip routes' !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Aug 2004 16:16:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240565#M3423</guid>
      <dc:creator>jxdemel</dc:creator>
      <dc:date>2004-08-14T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240566#M3424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, the static host route will not override a locally attached route.  That's the way they design the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the solution provided.&lt;/P&gt;&lt;P&gt;Remember the acl is only applied inbound.&lt;/P&gt;&lt;P&gt;Then, if you need some nating do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acl 1 &lt;/P&gt;&lt;P&gt;  clause 10 permit any &lt;SRC&gt; destination &lt;DST&gt; sourcegroup &lt;GROUP&gt; prefer &lt;NEXTHOP&gt;&lt;/NEXTHOP&gt;&lt;/GROUP&gt;&lt;/DST&gt;&lt;/SRC&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not test this myself but I know one customer doing it successfully.&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>Mon, 16 Aug 2004 07:20:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240566#M3424</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-16T07:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240567#M3425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this won't work for established flow.&lt;/P&gt;&lt;P&gt;Once a flow is created it can't be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution is for new sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL are indeed applied on inbound, so think about your ACL acarefully.&lt;/P&gt;&lt;P&gt;Finally, if some nating is needed, use the acl to perform the nating - see my previous answer.&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>Mon, 16 Aug 2004 07:22:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240567#M3425</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-16T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240568#M3426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried now the following acl-clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clause 3 permit any 192.168.7.60 destination 128.1.1.0 255.255.255.0 sourcegroup belanna1n prefer gw-128.222.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sourcegroup belanna1n looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group belanna1n &lt;/P&gt;&lt;P&gt;  vip address 128.222.2.60 &lt;/P&gt;&lt;P&gt;  add service belanna1i &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the Service is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service gw-128.222.2 &lt;/P&gt;&lt;P&gt;  ip address 128.222.2.1 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did a  clause 3 log enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I tried a ping: the sys.log looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUG 16 15:17:00 1/1 347 ACL-7: ACL match 1:3 Forwarding&lt;/P&gt;&lt;P&gt;AUG 16 15:17:00 1/1 348 ACL-7: ICMP&lt;/P&gt;&lt;P&gt;AUG 16 15:17:00 1/1 349 ACL-7: Source: 192.168.7.60&lt;/P&gt;&lt;P&gt;AUG 16 15:17:00 1/1 350 ACL-7: Dest: 128.111.1.74&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The destination host still reaches the packet directly from the content switch (verified by tcpdump)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried a telnet to port 80:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the log looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUG 16 15:19:12 1/1 351 ACL-7: ACL rule match 1:3 Redirecting packet, Log Enabled&lt;/P&gt;&lt;P&gt;AUG 16 15:19:12 1/1 352 ACL-7: ACL returning preferred service index 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The service gw-128.222.2 has number 7, which seems ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But: no packets leave the content-switch at all !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2004 13:35:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240568#M3426</guid>
      <dc:creator>jxdemel</dc:creator>
      <dc:date>2004-08-16T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240569#M3427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did the test and it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I noticed I forgot to mention that the GW service definition requires the command 'type transparent' so the CSS does not nat the destination 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2004 08:30:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240569#M3427</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-17T08:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240570#M3428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, after inserting the type transparent-cache statement now this works for hosts in the 128.111.1.0 network which are not vip of the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I access a host e.g. 128.111.1.42 -- which&lt;/P&gt;&lt;P&gt;has defined http as content -- from 128.222.2.40,&lt;/P&gt;&lt;P&gt;the packet goes first to the firewall (128.222.2.1)&lt;/P&gt;&lt;P&gt;which sends it back on the other vlan to the &lt;/P&gt;&lt;P&gt;128.111.1.42 adresse. But the return-packets&lt;/P&gt;&lt;P&gt;go directly in the CSS from 128.111.1.42 to 128.222.2.40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I solve this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2004 11:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240570#M3428</guid>
      <dc:creator>jxdemel</dc:creator>
      <dc:date>2004-08-17T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240571#M3429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't you do the same acl for the reverse path ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution won't work with VIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need such requirement, the CSM is much better for that.&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>Tue, 17 Aug 2004 12:56:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240571#M3429</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-17T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240572#M3430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; can't you do the same acl for the reverse path ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the source-group for the reverse path &lt;/P&gt;&lt;P&gt;(I tried it only with the prefer clause and without the source-group but it did not work).&lt;/P&gt;&lt;P&gt;When I have 2 serveres for one content, with each server with &lt;/P&gt;&lt;P&gt;its own source-group to build outgoing connections, this&lt;/P&gt;&lt;P&gt;source-groups have different IP-Addresses !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no 6500 --&amp;gt; no CSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;   Johannes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2004 13:30:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240572#M3430</guid>
      <dc:creator>jxdemel</dc:creator>
      <dc:date>2004-08-17T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Default routing depending on source-address</title>
      <link>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240573#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok - I understand the problem.&lt;/P&gt;&lt;P&gt;When the response comes back, the CSS uses its flow entry to forward the packet directly to the destination - bypassing the firewall.&lt;/P&gt;&lt;P&gt;There is no solution for that unfortunately.&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>Tue, 17 Aug 2004 14:33:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/default-routing-depending-on-source-address/m-p/240573#M3431</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-08-17T14:33:58Z</dc:date>
    </item>
  </channel>
</rss>

