1. Setting the NetScaler IP Address:
> set ns config -ipaddress x.x.x.x -netmask 255.255.255.0
2. Adding a Mapped IP Address:
> add ns ip 10.102.29.61 255.255.255.0 -type mip
3. Setting the Default Gateway:
> add route 0.0.0.0 0.0.0.0 10.102.29.1
4. Changing the Root Password:
> set system user nsroot netscaler
5. Review configuration:
> show runningconfig
6. Saving the Configuration:
> save ns config
7. Rebooting the System:
> reboot
Changing a default gateway:
To add a new default route type : add route 0.0.0.0 0.0.0.0 x.x.x.x
you need to then remove the old default route : rm route 0.0.0.0 0.0.0.0 x.x.x.x