The following steps are the most basic, essential steps to get a Netscaler Application Switch up and running.
#set root password
set system user nsroot newpasswd1
#add mapped ip, this is the interface for connections to servers (inside)
add ns ip x.x.x.x 255.255.255.0 -type mip
#set netscaler ip (nsip), this ip used for administration only
set ns config -ipaddress x.x.x.x -netmask 255.255.255.0
#set default gateway on nsip
add route 0.0.0.0 0.0.0.0 x.x.x.x
#save config
save ns config
reboot
#open the gui
http://nsip/
=====
No comments:
Post a Comment