Instruction manual
Chapter 2 Installation, Configuration and Management
NetScaler 9000 Series Installation and Configuration Guide - Volume 1 2-85
NSICG60_DEC04
2.9.1 Global HTTP port configuration
In this case, in the transparent mode connection multiplexing you can
configure global HTTP port(s) on the NetScaler 9000 system with no virtual
IP addresses (VIPs) or services.
The global HTTP port(s) can be configured using the following command at
the CLI prompt:
set ns config -httpPort 80
In this case, the client directly accesses the backend web servers using the
server’s IP address. If the destination port matches with the configured global
HTTP port(s) then the NetScaler 9000 system dynamically detects and learns
the information about the servers running at the backend.
2.9.2 Cache-Redirection Configuration
In this case, the NetScaler 9000 system is deployed in transparent or reverse
Cache Redirection topology and the Cache Redirection Virtual server mode is
set to Cache. On detecting the Cache down, the requests are automatically
redirected to the origin server(s).
2.9.3 Transparent SSL Configuration (*:443)
In this case, in the transparent mode connection multiplexing configure
wildcard *.443 port(s) on the NetScaler 9000 system with no virtual IP
addresses (VIPs) or services.Use the following command at the CLI prompt:
add vserver <vServerName> SSL * 443
In this case the client directly accesses the backend web servers using the
server’s IP address. If the destination port matches with the configured
wildcard *.443 port(s) then the NetScaler 9000 system dynamically detects
and learns the information about the servers running at the backend.