<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brendon Davis &#187; CITRIX</title>
	<atom:link href="http://brendon.davis.to/category/techstuff/citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://brendon.davis.to</link>
	<description>The place where I'm in charge</description>
	<lastBuildDate>Wed, 09 Nov 2011 05:20:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CITRIX Repeater with WCCP</title>
		<link>http://brendon.davis.to/2009/09/09/repeater-wccp/</link>
		<comments>http://brendon.davis.to/2009/09/09/repeater-wccp/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 04:50:12 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[CITRIX]]></category>
		<category><![CDATA[Comms]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/?p=350</guid>
		<description><![CDATA[When deploying a CITRIX Repeater (formally known as WANScaler) using WCCP with a cisco router we found that the configuration on the KB isn&#8217;t quite right. Read on for the configuration. The Repeater configuration we used are: The CISCO Router Configuration we used is: ip wccp 51 redirect-list wccp_redirect ip wccp version 2 ! interface [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brendon.davis.to/wp-content/uploads/2009/08/WCCP-Repeater-Configuration.jpg"></a>When deploying a CITRIX Repeater (formally known as WANScaler) using WCCP with a cisco router we found that the configuration on the KB isn&#8217;t quite right. Read on for the configuration. <span id="more-350"></span></p>
<p>The Repeater configuration we used are:</p>
<p><a href="http://brendon.davis.to/wp-content/uploads/2009/08/WCCP-Repeater-Configuration.jpg"><img class="alignnone size-full wp-image-349" title="WCCP Repeater Configuration" src="http://brendon.davis.to/wp-content/uploads/2009/08/WCCP-Repeater-Configuration.jpg" border="0" alt="WCCP Repeater Configuration" width="534" height="310" /></a><a href="http://brendon.davis.to/wp-content/uploads/2009/08/WCCP-Repeater-Configuration.jpg"></a></p>
<p>The CISCO Router Configuration we used is:</p>
<pre>ip wccp 51 redirect-list wccp_redirect
ip wccp version 2
!
interface FastEthernet0/0
 Description ‘Internal LAN Interface’
 ip address 10.228.3.101 255.255.255.0
 ip wccp 51 redirect in
!
interface FastEthernet0/1
 Description ‘WAN Link’
 ip wccp 51 redirect in
!
ip access-list extended wccp_redirect
 permit host &lt;SourceIP1&gt; any
 permit any host &lt;SourceIP1&gt;
 permit host &lt;SourceIP2&gt; any
 permit any host &lt;SourceIP2&gt; </pre>
<p>You can use the command ‘show ip wccp 51 detail’ and ‘show ip wccp’ to check the tunnel before adding the ‘ip wccp 51 redirect in’ command on the interfaces. And believe me, you don’t want to leave a ‘debug ip wccp packet’ active on a production device that routes 30Mbit of wan traffic. Just in case the redirect list is wrong and the router tries to display all packets flowing through it&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2009/09/09/repeater-wccp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repeater v5 ICA Acceleration Debug</title>
		<link>http://brendon.davis.to/2009/09/03/repeater-v5-ica-acceleration-debug/</link>
		<comments>http://brendon.davis.to/2009/09/03/repeater-v5-ica-acceleration-debug/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:17:48 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[CITRIX]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/?p=352</guid>
		<description><![CDATA[While there is no direct link to it, accessing a Repeater management console with the address http://&#60;repeaterIP&#62;/ica_debug.php will let you monitor individual ICA sessions for compression, connection stats, etc. Great tool, its a pitty Citrix had to hide it! Interesting point to note, when using client session printing on a connection between an ICA v11.0 client [...]]]></description>
			<content:encoded><![CDATA[<p>While there is no direct link to it, accessing a Repeater management console with the address <span style="color: #0000ff;">http://&lt;repeaterIP&gt;/ica_debug.php</span> will let you monitor individual ICA sessions for compression, connection stats, etc. Great tool, its a pitty Citrix had to hide it!</p>
<p>Interesting point to note, when using client session printing on a connection between an ICA v11.0 client and XenServer 5.0 FR3 AND you happen to be running a pair of CITRIX Repeaters on version 5.0.32 AND you have any printer bandwidth limiting defined anywhere in the ICA farm&#8230;. Your printing goes REALLY REALLY slow.</p>
<p>Check the preferences and farm settings to make sure its not enabled, then use the inbuilt <span style="text-decoration: line-through;">QoS</span> CoS on the Repeaters to control performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2009/09/03/repeater-v5-ica-acceleration-debug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CITRIX Branch Repeater &#8211; Advanced Options</title>
		<link>http://brendon.davis.to/2009/02/04/citrix-branch-repeater-advanced-options/</link>
		<comments>http://brendon.davis.to/2009/02/04/citrix-branch-repeater-advanced-options/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 01:18:59 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[CITRIX]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/?p=321</guid>
		<description><![CDATA[CITRIX have a neat new product available for WAN Optimisation that works hand-in-hand with their WANScaler range of products. Designed for those sites that have too many staff for *just* a WAN link and not enough to warrant an onsite Server. The Branch Repeater is a little 1RU server designed for a standard COMMS rack, [...]]]></description>
			<content:encoded><![CDATA[<p>CITRIX have a neat new product available for WAN Optimisation that works hand-in-hand with their WANScaler range of products. Designed for those sites that have too many staff for *just* a WAN link and not enough to warrant an onsite Server.</p>
<p>The Branch Repeater is a little 1RU server designed for a standard COMMS rack, which apart from applying CoS policies and compressing traffic flowing through other WANScalers runs Windows Server 2003 R2. So you can configure it to host DHCP, DNS, WINS, DC, GC, Printer Shares, FRS, etc.</p>
<p>A little known fact is that pressing <strong>Ctrl + Alt + W</strong> will bring up additional debugging options on the BranchRepeater system tray icon.</p>
<p>Personally I don&#8217;t know why they hid it, just means people like me who have to install and support these lives are that little bit harder..</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2009/02/04/citrix-branch-repeater-advanced-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

