NetScaler provides the ability to extend your enterprise network to the Cloud. The NetScaler CloudBridge Connector enables you to move your applications to the cloud to reduce cost and increase reliability. In addition to using CloudBridge Connector between a datacenter and a cloud, you can use it to connect two […]
Tag: NetScaler
Container based AppDelivery Controller – NetScaler CPX – Part 1
Purpose of this post is to share my experience with running NetScaler CPX from a Docker Image. Our objective is to implement a NetScaler CPX test/development platform as a Docker container based app. In this post we will look into installing and configuring Docker, NetScaler CPX and DVWA […]
Configuring XenMobile Secure Web and HTTP Web Proxy
A common scenario and requirement is to use a HTTP Web Proxy gateway (BlueCoat, IronPort etc.) for outbound traffic to the Internet from the XenMobile Secure Web, securing and inspecting URL traffic etc. Once again we use our lovely NetScaler to meet the objectives. This post describes the implementation steps […]
NetScaler Security – HTTP Headers
These steps should be carried out to raise the security level in HTTP Header security for a given web application controlled by NetScaler. We will be utilizing NetScaler AppExpert and Rewrite engine to meet the objectives.Note. Always implement in a test environment, to verify the impact of this change before […]
Location Based Access to Web Apps and IP Reputation via NetScaler
This post shows how to configure location based access and IP reputation feature for Web Apps delivered through NetScaler. Key takeaways Increase Security level on business applications, by using location based access and/or with IP Reputation. Security – limit exposure of business apps to a geo location and block known […]
NetScaler Commands
A list of usefull commands when troubleshooting NetScaler is shown here.More will be added in the future. Shell Commands General NS troubleshooting: set syslogparams loglevel DEBUG (Enable Debug Level)tail -f /var/log/ns.log nsapimgr -d freeports (Shows available ports per SNIPs) nsconmsg –d current | egrep –i rewritensconmsg –d current | egrep […]