Questions tagged [netscaler]

NetScaler is an application delivery controller (ADC) and load balancing solution developed, sold and supported by Citrix. NetScaler operates in a similar market as F5 and other leading load balancer/ADC solutions and comes in both physical hardware (MPX/SDX) and virtualized forms (VPX/SDX). NetScaler operates at OSI Layer 4-7 in general, though it does have some Layer 2/3 functionality.

As well as the traditional load balancing role, NetScaler also provides content switching, HTTP rewrites/manipulation, data compression, content caching, hardware based SSL acceleration (not VPX), application flow visibility and an application firewall.

The underlying OS of a NetScaler is FreeBSD based (6.3 currently) with a completely customized kernel, TCP/IP stack etc. running on commodity Intel x86 hardware. SSL acceleration is provided by cards (usually Cavium based).

Virtualized versions of NetScaler can be run on the SDX platform to take advantage of SSL acceleration, otherwise it is simply done in software. The official site can be found here:

http://www.citrix.com/netscaler

52 questions
0
votes
1 answer

Netscaler Load Balancing Persistance to specific member?

In the Netscaler load balancing persistence rules it is straightforward to sticky a client IP to the same member each time. What I would like to do is sticky a client IP to a specific member server, rather than the one it happened to get first…
Paul
  • 1,288
  • 13
  • 25
0
votes
1 answer

Bind SSL cert to a VIP in Netscaler without doing offloading

I have a question regarding SSL certificates in Netscaler. Is it possible to bind/include a SSL certificate in a VIP in the Netscaler without doing any HTTPS offloading? I'm doing the HTTPS offloading on the backend servers. The reason why I need to…
krt
  • 274
  • 1
  • 2
  • 12
0
votes
1 answer

Netscaler URL rewrite

Context: I have little/no experience with Netscaler and I'm just starting to use them. One of the first jobs I've been given to work with it is what I thought would be a simple one. I have to have the URL http://www.example.com/subdomain/foo/bar…
pmelon
  • 21
  • 4
0
votes
1 answer

COOKIEINSERT Persistence with AJAX

We are using COOKIEINSERT set to use session cookies with 4 servers behind the NetScaler. If i open the webpage, it loads OK. If i remove the NetScaler added cookie and refresh the page I am asked to login again (uses windows auth, NTLM). The caveat…
dmce
  • 111
  • 4
0
votes
0 answers

Migrating a Citrix Netscaler Insight Server to AWS

Is there any proper documentation for Migrating a Citrix Netscaler Insight Server to AWS? Or any way we can do that ? Any help would be a great help. VM import is not an option as well, and it is just the "Insight Server" which i am not able…
0
votes
1 answer

Counters in Citrix Netscaler and their meanings (Diff) or (Actual)

I try to configure some Citrix Netscaler Command Center Reports. When I configure a Custom Report I can choose between different available counters. Per example: Vserver Hits Vserver Hits(Actual) Vserver Hits(Diff) Can someone explain me what is…
0
votes
1 answer

Netscaler persistence fails, drop packets

I have a vserver configured with this -persistenceType CUSTOMSERVERID -lbMethod ROUNDROBIN -rule "URLQUERY CONTAINS sid=" It seems that if the "sid" parameter is set to go to "server 1" and at the time the request comes in, "server 1" is down, it…
MichaelB
  • 541
  • 4
  • 10
0
votes
1 answer

Kerberos constrained delegation using Citrix NetScaler

I'm currently evaluating Citrix NetScaler VPX (NS10.5 56.12.nc) as a potential replacement for Microsoft TMG server. Kerberos Constrained Delegation is at the top of my list of mandatory features. Example: A web application is published via TMG.…
bitfrickler
  • 111
  • 7
0
votes
1 answer

MS Certificate authority issued to wrong entity

Hi I have created a CA signing request on my netscaler where the common name is *.mydomain.com When I sign the CRS in my MS CA its ends up being issued to "Fredrik" instead of *.mydomain.com This results in that all browsers panics. I am following…
Fredrik
  • 33
  • 3
0
votes
1 answer

How to enable SNMP on a Citrix NetScaler 10.1

I am trying to set up MRTG against a Citrix NetScaler 10.1 appliance, but I am not getting a response to SNMP requests. I have added the MRTG machine as a SNMP manager and added a community. It does not seem like there is very good documentation of…
Morten Nilsen
  • 318
  • 5
  • 15
0
votes
1 answer

Citrix Netscaler 10.1 AAA Application Traffic Single Sign On

I have a Netscaler deployment with a virtual server where I have enabled authentication through the AAA Application Traffic feature. As Expected this allows my users to log on to the netscaler login prompt once and then have sso work for all…
Canis
  • 87
  • 10
0
votes
1 answer

How do I configure netscaler to act as a simple HTTP proxy?

I want to start use a netscaler instance as a HTTP proxy (like squid), so all the requests from my browser will go directly to netscaler. How can I obtain this behaviour? Note: Netscaler is already configured to deal with requests coming from 80 and…
sorin
  • 8,016
  • 24
  • 79
  • 103
0
votes
1 answer

NetScaler and Domino iNotes

We are putting a NetScaler device in front of our Domino iNotes servers, which will act as a reverse proxy. However, we get "Error 400" errors in the iNotes webinterface, and the behaviour is consistent with this documented issue:…
Jeroen Jacobs
  • 1,386
  • 3
  • 16
  • 25
0
votes
1 answer

When configuring a Citrix Netscaler for use with Exchange 2010, what should the persistence timeout be?

I have a Netscaler that I'm using to front end 4 Exchange 2010 CAS servers. The clients that use this virtual server include Outlook Web Access (OWA) Exchange Web Services (Outlook for Mac 2011) Outlook Anywhere (aka RPC/HTTPS) Activesync The…
0
votes
2 answers

SSL Offloading with Citrix Netscaler is not working when requesting PDF files

we are working in one of our projects with Citrix Netscaler in front of our web site. we configured the Citrix Netscaler to use SSL offloading but when we request a PDF file the SSL offloading does not work properly. when browsing html pages it…
Eran Tzur
  • 1
  • 2