NetScaler Commands

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s