NetScaler Upgrade 10.5 to 11

This post will cover upgrading the NetScaler code from 10.5 to 11 – more specifically, this covers upgrading from NetScaler 10.5 build 55.8007.e as discussed in my previous post here. The upgrade process is fairly straight forward – download the firmware from Citrix, then login to the web GUI under System, and select ‘Upgrade Wizard’. Note 1: If you are upgrading an HA pair, read this Citrix article first Note 2: If you are upgrading from NetScaler 10.1, … Read more…

NetScaler – One vServer Fits All

The NetScaler ‘E’ – or enhancement – releases sometimes contain important or very useful features – when Citrix XenMobile was originally released, it required that the NetScaler use the latest ‘e’ release. One feature of particular interest in the latest e releases is the ability to use a vServer for both content switching AND Access Gateway. This may not be that valuable for some organizations, but if you don’t have many external IP addresses, this … Read more…

NetScaler SSL Content Switch with SSL-Bridge

Found an issue on NetScaler 10.5 build 54.9 which allows an SSL-Bridge vServer to be the target LB vServer of an SSL Content Switching vServer. If you leave this configured, it will crash the packet engine and the NetScaler will soft reboot. This is not a supported configuration, but it should also not let you make said configuration in the NetScaler – this is fixed in build 57.7 – if not an earlier build. The … Read more…

NetScaler URL Transform and Rewrite for 302 Location Header Redirects

The NetScaler can do A LOT – not just Citrix Access Gateway – the URL transformation, rewrite and responder engines are unbelievably powerful. One of the more common requests is to modify a URL so that it can be different for internal\external access or a different URL for a different set of users, even the ability to append a folder path to an existing host so that users don’t need to know the entire path … Read more…

Load Balancing Remote Desktop Gateway with Citrix NetScaler Part 2

In Part 1 of this post, we setup a simple content switching vServer to front our Remote Desktop Gateway server. It accomplished two things:   Allowed Remote Desktop connections using the Windows RDP client with ‘Connect from Anywhere’ set to the RDG vServer address Allowed applications to be launched from the RDWeb web portal The vServer configuration is not quite complete. You may notice that connections from mobile devices don’t work using the RD client and … Read more…

Load Balancing Remote Desktop Gateway with Citrix NetScaler

It may seem a bit ironic to use a Citrix NetScaler to load balance plain vanilla RDS, but the NetScaler wasn’t always a Citrix product and it certainly has a thousand more uses than just an Access Gateway appliance. So today we’ll be using it to load balance and content switch our Remote Desktop Gateway server(s). First, I’ll assume that you’ve already got RD Gateway up and working with a publicly trusted cert. Next, we … Read more…