<?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: IP Spoofing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274672#M4102</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;Thanks for the response. I still think the proxy requests are also being redirected by wccp. The clients browser is basically pointing to another proxy not the content engine. At the router these packets are redirected to the CE by WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On question 2 the version of the software is ACNS  Release 4.2.3 (build b4 Oct 24 2002). However I think I might be missing something in my config because it never seems to execute the ssl bit of the login.&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2004 07:22:22 GMT</pubDate>
    <dc:creator>nambale</dc:creator>
    <dc:date>2004-03-17T07:22:22Z</dc:date>
    <item>
      <title>IP Spoofing</title>
      <link>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274670#M4100</link>
      <description>&lt;P&gt;Hi I am trying to use a cisco cache engine module  &lt;/P&gt;&lt;P&gt;in a 2611 with wccp and client IP spoofing enabled. Everything seems to work fine apart from &lt;/P&gt;&lt;P&gt;1. Proxy protocol redirected packets always appear to be coming from the cache engine rather than from the client IP ie the IP spoofing is not working for the proxy redirects. &lt;/P&gt;&lt;P&gt;2.Websites with authentication do not work when  a client with another proxy configured rather than the cache engine is redirected by wccp to the cache engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic config is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router:&lt;/P&gt;&lt;P&gt;ip wccp web-cache&lt;/P&gt;&lt;P&gt;ip wccp 95&lt;/P&gt;&lt;P&gt;ip wccp 98&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; description interface to Internet&lt;/P&gt;&lt;P&gt; ip address 192.168.27.9 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip wccp web-cache redirect out&lt;/P&gt;&lt;P&gt; ip wccp 98 redirect out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description intreface to internal network&lt;/P&gt;&lt;P&gt; ip address 192.168.160.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip wccp 95 redirect out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Content-Engine1/0&lt;/P&gt;&lt;P&gt; ip address 192.168.158.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip wccp redirect exclude in&lt;/P&gt;&lt;P&gt;service-module external ip address 192.168.159.1 255.255.255.0&lt;/P&gt;&lt;P&gt; service-module ip address 192.168.158.2 255.255.255.0&lt;/P&gt;&lt;P&gt; service-module ip default-gateway 192.168.158.1&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;On the cache engine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http proxy incoming 8080&lt;/P&gt;&lt;P&gt;ftp proxy incoming 8080&lt;/P&gt;&lt;P&gt;https proxy incoming 8080&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;wccp router-list 1 192.168.160.1&lt;/P&gt;&lt;P&gt;wccp port-list 1 80 8080&lt;/P&gt;&lt;P&gt;wccp web-cache router-list-num 1&lt;/P&gt;&lt;P&gt;wccp custom-web-cache router-list-num 1 port 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp service-number 95 router-list-num 1 port-list-num 1 application cache hash-source-ip match-source-port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp version 2&lt;/P&gt;&lt;P&gt;wccp spoof-client-ip enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;proxy-protocol transparent default-server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2004 14:47:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274670#M4100</guid>
      <dc:creator>nambale</dc:creator>
      <dc:date>2004-03-16T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: IP Spoofing</title>
      <link>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274671#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;question 1 is normal.&lt;/P&gt;&lt;P&gt;Only WCCP redirected traffic will be spoofed.&lt;/P&gt;&lt;P&gt;I don't think you can change this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question 2 is tricky.&lt;/P&gt;&lt;P&gt;By default the CE does not cache authenticated website.&lt;/P&gt;&lt;P&gt;What ACNS software version do you run ?&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, 16 Mar 2004 15:57:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274671#M4101</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-03-16T15:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: IP Spoofing</title>
      <link>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274672#M4102</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;Thanks for the response. I still think the proxy requests are also being redirected by wccp. The clients browser is basically pointing to another proxy not the content engine. At the router these packets are redirected to the CE by WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On question 2 the version of the software is ACNS  Release 4.2.3 (build b4 Oct 24 2002). However I think I might be missing something in my config because it never seems to execute the ssl bit of the login.&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2004 07:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ip-spoofing/m-p/274672#M4102</guid>
      <dc:creator>nambale</dc:creator>
      <dc:date>2004-03-17T07:22:22Z</dc:date>
    </item>
  </channel>
</rss>

