• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
The Citrix Blog
Personal Blog
Morgan Gerhart
posted by Morgan Gerhart

NetScaler 9 is officially here. Well, actually, it's officially announced. It won't be officially available to download from mycitrix.com until November 27th. Yes, I know that's Thanksgiving. However, Citrix is a global company, and what better way to prove it than to post the NetScaler 9 code on a major US holiday? And, there is a chance that it might show up a day or two before the 27th.

NetScaler 9 is a pretty big release. Looking at the detailed feature tracker, it contains over 350 new features and feature enhancements. I'm not going to go through all of them in this post, because that's what release notes are for. However, I do want to highlight some of the major new features that folks seem to be most excited about, and point you to some additional resources on this site that go into a bit more detail on some of them.

I like to think that NetScaler acts as the bridge between the network and the applications that run on it, making each of them work better with the other. NetScaler 9 furthers this.  A lot of the new capabilities and features making NetScaler more application-saavy than it already is. This is not to say that there aren't any hardcore networking enhancements in NetScaler 9, because there are a lot of them. These include everything from end-to-end support for IPv6 to enhancements to our GSLB functionality to the ability to tunnel IP within IP.

But in the end our networks are there to run applications, and it's the new AppExpert features in NetScaler 9 that seem to be generating the most interest.

AppExpert Templates make a given application the "first class citizen" within NetScaler. They do this by encapsulating everything about a NetScaler configuration that is specific to a given application, including:

  1. The different application components (e.g., pages, files, archives, Web Services) NetScaler is managing
  2. The various NetScaler entities and settings (e.g., VServers/VIPs, load-balancing algorithms, health checks, persistence methods, SSL offload settings) defined for these application components
  3. The specific NetScaler policies (e.g., caching, compression, application firewall, rewrite) used for the application

All of this is presented in a way that puts the application front and center, and configuration and policy changes can be made from there as well. So, while today understanding the entire NetScaler configuration for Microsoft SharePoint (for example) involves moving around between the various NetScaler GUI tabs, with AppExpert Templates everything is centralized in one place.

AppExpert Templates can be imported and exported as well, so they make it pretty easy to move app-specific configurations between different systems. More broadly, several folks have told us that this, and the general look and feel of AppExpert Templates, will help with knowledge transfer within their organizations. You can see an example of the Microsoft SharePoint template being imported and then applied here.

If you go here when NetScaler 9 becomes available in a couple of weeks, you'll be able to download AppExpert Templates we've already built. And, as you'll quickly notice, AppExpert Templates aren't static. The underlying infrastructure makes it really easy for you tweak a template to your own specific needs, or to improve the template by adding to it. Hopefully, you'll all post any improvements and modifications you make back to the community site so that others can benefit. And definitely look for additional AppExpert Templates to be made available by us, but Citrix partners, and hopefully by other NetScaler users.  

With AppExpert rate controls, we've integrated the concept of data rate into the core NetScaler policy infrastructure.  This allows building policies that are only triggered when a defined data rate is exceeded.  And since it's integrated with the core policy infrastructure, it can be used with the various NetScaler functional modules (e.g., content switching, responder), so you're not limited to just dropping traffic as an action.

There's a number of ways folks have told us they're going to use AppExpert rate controls. Of course straight-up rate limiting (e.g., DNS rate-limiting, limiting traffic originating from a single subnet) is one example. Ensuring a given resource (e.g., anything from a VServer to a specific URL) isn't overwhelmed by requests is another. Two specific examples are:

  1. One customer allows some of its partners to scrape its website so the partners can republish content on their own sites. However, the customer wants to ensure that overly aggressive scraping by the partners doesn't overwhelm the website and degrade the site's performance. AppExpert rate controls can be used to limit how much scraping each partner can do. This same approach could be used to ensure that websites that publish APIs -- so that partners can do mashups, for example -- aren't overwhelmed by any particular partner's use of the API.
  2. Another example is a customer that was having problems with a couple of users FTPing a few too many large files at the same time. By using AppExpert rate controls to build an expression around bandwidth consumed per sourceIP, they can drop any additional FTP requests coming from a sourceIP (aka a user) that already has too much FTP activity. A more generalized use could also do something along the lines of limiting the amount of concurrent file downloading for a given SharePoint site, to ensure that downloads don't drown out other SharePoint (or other application) activity.

AppExpert service callouts make NetScaler policies extensible, and will allow you to integrate logic or functionality available in other systems and applications into NetScaler policies. Specifically, using an AppExpert service callout, a policy can send (over HTTP or HTTPS) any part of an incoming request to an external service. The result returned by the external service is then used like any other policy evaluation result.

As an example, one beta customer has an application that identifies and tracks IP addresses that are scraping its site's content. No, this is not the same customer that is interested in AppExpert rate controls. In earlier case, scraping is encouraged, they just needed to control it. In this case, the scraping of content amounts to theft, and the customer want to prevent as much of it as possible. Unfortunately, the IP addresses doing scraping change constantly (hence the reason they had to build an app), so statically defining them within the policy itself isn't practical. However, a service callout can query the application in real-time, and NetScaler then uses the response to either pass or drop the request.

Other use cases customers have mentioned include:

  • Passing content to an external transformation engine
  • Integration with UDDI or other directory services
  • Geo-targeting or other token-based switching decisions, where the logic for the content switch is available in an external application  

NetScaler 9 has the first availability of the XML technology we acquired from QuickTree last year. New XML protections in the NetScaler Application Firewall module will now be able to inspect and protect XML as well as HTML traffic. In addition to protecting XML-based applications from attack, this can also be used to ensure that incoming XML traffic conforms to various standards (e.g., XML syntax, schema, WSDL validation). With XML, sometimes "bad" traffic isn't malicious but is just a mistake. Either way, the XML capabilities in the app firewall will catch it.

We've had the ability to rewrite payloads within the TCP header or payload since NetScaler 8.0. However, in NetScaler 9.0 we've added a URL transformation 'mini-module' to our generalized rewrite functionality specifically for rewriting HREFs. While this function is often thought of in the context of either SSL VPN or application firewall, it has uses beyond these as well. For example, onboarding apps acquired through M&A activity, simplifying change management or "Akamai-zing" graphics content.

Again, NetScaler 9.0 is big release. There is a lot more than the app-centric things mentioned above. There is a pretty comprehensive What's New in NetScaler 9 writeup here for those of you that want a more comprehensive overview.

Updated November 12, 2008:

I received a question via comments asking about Access Gateway Enterprise enhancements. As many of you know, Access Gateway Enterprise is in essence another module in NetScaler. So, all Access Gateway Enterprise functionality is included in NetScaler, which is why NetScaler is such a great solution for Citrix XenApp and XenDesktop. There are definitely enhancement to Access Gateway Enterprise in NetScaler 9. At a high level, they are:

  • Support for IPv6 XenApp Client Connections
  • Single sign-on to file shares, so your users won't get get as annoyed by as many authentication prompts (unless you want them to be)
  • Full clientless access to Microsoft SharePoint 2003 and 2007 so users can access SharePoint sites from any browser
  • Historical charting which allows you to see trend data on system activity

Labels

netscaler netscaler Delete
appexpert appexpert Delete
sharepoint sharepoint Delete
oracle oracle Delete
sap sap Delete
applications applications Delete
security security Delete
netscaler netscaler Delete
load balancing load_balancing Delete
application delivery application_delivery Delete
load balancer load_balancer Delete
access gateway access_gateway Delete
ssl vpn ssl_vpn Delete
lang-eng lang-eng Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Nov 12, 2008

    Anonymous says:

    Anything new for SSL-VPN too?

    Anything new for SSL-VPN too?

    1. Anonymous replies:

      You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account. You can also Sign Up for a new account.

    1. Nov 12, 2008

      Morgan Gerhart says:

      Yup. At a high level, they are: Support for IPv6 XenApp Client Connections Sing...

      Yup. At a high level, they are: Support for IPv6 XenApp Client Connections
      Single sign-on to file shares
      Full clientless access to Microsoft SharePoint 2003 and 2007
      Some new historical charting capabilities

  2. Nov 12, 2008

    Rick Rohne says:

    This goes to show that Citrix really is listening.  Keep up the good work g...

    This goes to show that Citrix really is listening.  Keep up the good work guys.

  3. Nov 20, 2008

    Anonymous says:

    So when you say "Full clientless access to Microsoft SharePoint 2003 and 2007" d...

    So when you say "Full clientless access to Microsoft SharePoint 2003 and 2007" does this inlcude support for email link and flow control etc.  For example when you click a document and say send link, it sends the entire link into an email message.  From what I have seen with Clientless Access, this doesnt work, It actually sends a link but that link has all the appended clientless access URL bits and this does not work if you were to click that link later.  I hope that makes sense.

    1. Nov 24, 2008

      Morgan Gerhart says:

      Yup, I get the issue. Sorry for the delayed response, I wanted to make sure I tr...

      Yup, I get the issue. Sorry for the delayed response, I wanted to make sure I tracked the issue down.Right now, the behavior is as you describe. However, its being worked by engineering as we speak. They expect to resolve it shortly.

  4. Nov 24, 2008

    Jason Poole says:

    Also new for AG-E is the interoperabilitiy with WANScaler client. This means tha...

    Also new for AG-E is the interoperabilitiy with WANScaler client. This means that remote users can now have secure remote access that is accelerated!

  5. Nov 24, 2008

    Anonymous says:

    thanks for update on the clientless access.... that sounds great.  I do hav...

    thanks for update on the clientless access.... that sounds great.  I do have one more concern about it though - so if we get the link fixed and sorted - and just say you send me the a link - I click it - the AG-E answers with the Auth Page - you login - what normally happens then is the AG-E treats it as a new connection and redirects to the default page and not the page/doucument you had in the link.  Do you if this is also being worked on and or can it be fixed.

    Also - to the last comment - i have been testing the wascaler and AGEE 9 beta and it works a treat... very impresed - Well done.  Just now only release the ICA accelleration to go with it    (not asking to much am i)   

    1. Nov 25, 2008

      Jay Tomlin says:

      "Link memory" - whereby an internal URL can be stored in a query string...

      "Link memory" - whereby an internal URL can be stored in a query string and then used as the landing page after authentication takes place - is not a feature of AG-E 9.0. But it's a great idea and I'll be sure to get that onto the list of enhancement requests.

      It seems to me that the appropriate thing to do for this "Send link" feature would be to put the internal link into the body of the e-mail; that way internal users would connect to it directly, and if a user is accessing their email remotely via AG-E, then that internal link woul dbe rewritten during the normal course of OWA rewrite. I also noticed that the "send link" feature relies on a locally running e-mail client, which would require a VPN connection, so the value of this SharePoint feature becomes a little dubious when you are in clientless mode.

      Lest we turn Morgan's NetScaler blog into an Access Gateway tech support forum, I thought I would also point out that we have an Access Gateway tech support forum erected specifically to gather feedback on the 9.0 release: http://forums.citrix.com/forum.jspa?forumID=768&start=0 

      You may want to post AG-related questions there in order to reach a wider audience. 

      Regards,

      Jay

  6. Feb 26, 2009

    Anonymous says:

    Is there any guides / information on stopping scraping on certain pages? Can you...

    Is there any guides / information on stopping scraping on certain pages? Can you allow scraping for particular source IP's?

    Thanks,

Add Comment