<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>ClusterFunk</title>
	<link>http://www.clusterfunk.co.uk</link>
	<description>Stuff I do with Zeus, Microsoft and Virtualisation. Oh and I can&#039;t spell ;)</description>
	<lastBuildDate>Mon, 14 Dec 2009 00:18:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Rate shaping Traffic with Zeus ZTM v6</title>
		<description><![CDATA[ A couple of weeks ago I built out a rate shaping solution for a client hosting a web site that is very, very, very popular at the moment. Largely because the nation is gripped by the antics of the likes of John and Edward and the fascinated by Jordan/Katie Price’s bikini selections and swimming/caving [...]]]></description>
		<link>http://www.clusterfunk.co.uk/rate-shaping-traffic-with-zeus-ztm-v6/</link>
			</item>
	<item>
		<title>Zeus release ZTM v6.0</title>
		<description><![CDATA[
Its been a long time since I posted mainly because all of the work I have been doing is covered by NDA (no disclosure agreements). One of the secret squirrel pieces of work involved Zeus ZXTM r5.2 beta testing. Well the good people of Zeus must have been having more moments of genius that usual [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zeus-release-ztm-v6-0/</link>
			</item>
	<item>
		<title>ZXTM Plug-in for eclipse</title>
		<description><![CDATA[ 
Just a quick post to draw your attention to the excellent plug-in for eclipse IDE.   This is fantastic. You can now edit Traffic Script in a nice IDE (like a real developer   ) and avoid having to spawn loads of browser windows to check traffic Script reference etc.
Deployment   [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-plug-in-for-eclipse/</link>
			</item>
	<item>
		<title>ZXTM 5.2 Rule enhancement exclusive</title>
		<description><![CDATA[ Several weeks ago I submitted a number of feature/enhancement requests to Zeus in relation to ZXTM usability. One of which relates to the management of rules assigned to a virtual server. The good people at Zeus contacted me regarding my submission and they have allowed me a “world exclusive” !   
This post [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-52-rule-enhancement-exclusive/</link>
			</item>
	<item>
		<title>Installing ZXTM beyond ./zinstall</title>
		<description><![CDATA[This post is aimed at covering the stuff required to deploy ZXTMs that isn’t actually the ZXTM install itself. Tasks such as OS configuration, firewall, user accounts etc. If your a Linux admin you already know this stuff but you may find it useful as a checklist.&#160; 
This post relates to RHEL 5.x 
After you [...]]]></description>
		<link>http://www.clusterfunk.co.uk/installing-zxtm-beyond-zinstall/</link>
			</item>
	<item>
		<title>ZXTM HTTP Redirects with Traffic Script</title>
		<description><![CDATA[
If like me you have spent most of you IT life working with a Windows environment you have never really had to consider the case that you write scripts in. The odd login script or batch file aside its not the mainstay of the work concentrates on GUI environments.
While working on a particular task recently [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-http-redirects-with-traffic-script/</link>
			</item>
	<item>
		<title>Traffic Script Debug Tip</title>
		<description><![CDATA[
When you write traffic script make sure that you comment you scripts with plenty of debug information to facilitate testing.

Example:
$responseLocation = http.getResponseHeader(&#8220;Location&#8221;);
$body = response.get();
$responseCode = http.getResponseCode();
log.info( &#8220;Location at Zone A ZXTM is : &#8221; . $responseLocation );
log.info( &#8220;Body is : &#8221; . $body );
# Test for HTTP 302, Location is HTTP and body contains HTTPS
if [...]]]></description>
		<link>http://www.clusterfunk.co.uk/traffic-script-debug-tip/</link>
			</item>
	<item>
		<title>ZXTM Traffic Script for filtering access to web site based on IP</title>
		<description><![CDATA[
If you want to filter based on IP address you have a number of options with Traffic Script.You can filter based on subnet mask, file based white list and regular expressions.
Mask Based Filter
This example tests the remote IP against the entire 10.0.0.0 address range if the address resides within that range the connection is closed.
$ip [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-traffic-script-for-filtering-access-to-web-site-based-on-ip/</link>
			</item>
	<item>
		<title>ISA HTTP 302 Location header fixed with ZXTM Traffic Script</title>
		<description><![CDATA[I recently had to debug this tricky little problem with ISA 2006. ISA decided for some reason (that I am yet to get to the bottom of), that it didn’t like the Location response header received from the web servers and changed the header from&#160; HTTPS://hostname/url to HTTP://hostname/url . 
First off I tried to eliminate [...]]]></description>
		<link>http://www.clusterfunk.co.uk/isa-http-302-location-header-fixed-with-zxtm-traffic-script/</link>
			</item>
	<item>
		<title>Zeus ZXTM: How to export .PFX SSL Certificate into .PEM Format</title>
		<description><![CDATA[ 
Zeus Knowledge hub has an article here but I thought I would elaborate a little for the benefit of the Windows Admin’s   
This assumes that you have a Windows machine on which to do the conversion. 
1) Install OpenSSL 
Windows binary here http://www.slproweb.com/products/Win32OpenSSL.html
2) Export Private Key from .PFX 
Once you have installed [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zeus-zxtm-how-to-export-pfx-ssl-certificate-into-pem-format/</link>
			</item>
</channel>
</rss>
