Questions tagged [netscaler]

Citrix NetScaler is an all-in-one web application delivery controller

Citrix NetScaler is an all-in-one web application delivery controller.

Features:

  • advanced L4-7 load balancing and traffic management;
  • application acceleration such as HTTP compression and caching;
  • integrated application firewall for application security;

NetScaler solutions combine high-speed load balancing and content switching, http compression, content caching, SSL acceleration, application flow visibility and a powerful application firewall into an integrated, easy-to-use platform.

86 questions
0
votes
1 answer

LDAP Authentication failed for Citrix Netscaler showing ("Error: '10.0.1.4' is a valid LDAP server. Valid Credentials are not provided)

I have tried every possible method starting from checking connection to resetting password with no special characters. Couldn't solve the error of Invalid credentials in Citrix ADC 13.0 . While adding LDAP authentication servers facing the same…
0
votes
0 answers

Load balance sessions vs requests

I have a virtual data layer cluster set up with a Netscaler load balancer. This virtual data layer dispatches queries for the client to different data sources and returns the data to the client. In Netscaler, my VIP uses the same weight of "1" for…
Luis Garcia
  • 1,311
  • 6
  • 19
  • 37
0
votes
1 answer

Calling Netscaler CLI commands from Ansible

I'm trying to use the "cli_command" module from Ansible to configure Netscaler appliances. For 2 of them, running version "12.0 - build 60.9.nc" a simple task like this works perfectly : - name: call NS CLI cli_command: command: show nsconf …
nihilist
  • 31
  • 3
0
votes
1 answer

Access web service behind Citrix NetScaler

I'm having an internal .NET web service which I try to access from the public network. If using a browser, a user may enter login and passwd in a form on the Citrix NetScaler custom page and after the form is submitted, the browsing continues and…
Alex Filipovici
  • 31,789
  • 6
  • 54
  • 78
0
votes
1 answer

Netscalar redirect request to OpenShift route

Currently we have a C# web api running on 2 IIS servers, We are using Netscalar to load balance between IIS1 and IIS2 servers. We have containerized our API and deployed it to OpenShift, as part of our testing initially we would like to point…
user804401
  • 1,990
  • 9
  • 38
  • 71
0
votes
1 answer

Unable to add credentials in Jenkins when accessed via reverse proxy ( Netscaler)

Background We used to access Jenkins via Hostname and port format and never had issues. eg : http://Jenkinsci.company.com:8080. We had an internal requirement to enable Jenkins access via company Netscaler (https://apps.company.com/). So new…
VVP
  • 766
  • 4
  • 14
  • 39
0
votes
5 answers

bash script to extract data from large log file

I am using a FreeBSD (on Citrix NetScaler)… I have the challenge of extracting the Mbps from a log that has literally 100's of thousands of lines. The log look something like this, where the Mbps number with decimal can range from 0.0 to 9999.99 or…
Newbie
  • 5
  • 5
0
votes
2 answers

Netscaler - Passtrough SAML Auth

We have the following Situation. Public reachable SSO Portal based on Microsoft ADFS (sso.company.com) Public reachable Citrix Netscaler (netscaler.company.com) Private WebServer (web.company.com) - Not reachable from the internet. We managed to…
itshorty
  • 1,522
  • 3
  • 17
  • 39
0
votes
1 answer

Control Netscalers image lazy-loading

Our site runs through Netscaler and we have the Lazy-loading of images activated. I'm trying to understand it's functionality and if it can be controlled in any way. For instance if specific images can be set to not lazy-load. But I can't find…
Hyzac
  • 475
  • 3
  • 16
0
votes
1 answer

Monitor in netscaler with credentials

I need to create a monitor in netscaler to check the health of a service. Regularly, I check the health of my service using a URL: http://myserver01:9090/myapp-restfulws/admin/views/ping_query_view That returns a 200 code if it is up and running. I…
Luis Garcia
  • 1,311
  • 6
  • 19
  • 37
0
votes
2 answers

NetScaler Monitors

I am trying to understand the differences between NetScaler Monitor types HTTP-ECV and TCP-ECV and used case scenarios? I want to understand the rationale behind using these monitors since they both use the send string and expects a response from…
current_me
  • 35
  • 1
  • 4
0
votes
1 answer

Report-To header and Citrix netscalers

I am trying to confgiure a re-write action on our Citrix Netscaler load balancers to add in the Report-To response header as we want to setup Network Error Logging but struggling with the Syntax. The example I have is below, (I add in our subdomain…
DHLon
  • 1
  • 1
0
votes
2 answers

Check serial number of Harddrive or SSD in Citrix netscaler?

Looking for some CLI commands in Netscaler shell to find serial number of SSD/HDD.
Yogesh
  • 663
  • 8
  • 17
0
votes
1 answer

Postman to Ansible URI Module Translation

I'm able to use the following Postman POST request to initiate a Netscaler firmware upgrade. POST: http://192.168.1.10/nitro/v1/config/install?warning=yes Headers: Content-Type: application/vnd.com.citrix.netscaler.install+json Body (JSON): { …
warnox
  • 33
  • 8
0
votes
1 answer

CItrix Netscaler Nitro API whether they are transnational?

Like netconf, netscaler nitro API have transaction support ? SIngle API can be executed and seems immediately succeed or fail. If succeed, adds configs to running config and saved config.