概述
CITRIX NETSCALER常用的功能有:LB,CS,GSLB,SSL。LB实现的功能是服务器负载均衡,CS实现基于七层(域名,IP等)的负载均衡,GSLB实现的功能是全局负载均衡,SSL实现的功能是SSL加速。
配置步骤
系统配置 配置feature
如图:
进入system菜单,选择setting
点击 basic feature,选中一下feature,如图:选择需要的feature,不用的都关闭
点击advanced feature,选则需要的feature,不用的全部关闭
修改nsroot用户的密码
Netscaler默认用户名和密码均为nsroot,为了保证设备的安全性,需要修改密码,或建立新的用户。如图:
修改nsroot用户的密码,双击nsroot用户名,然后修改密码,如图:
配置mode
Netscaler默认是不启用2层转发的,如果需要启用2层功能,需要在mode中配置,如图: 进入setting菜单,点击mode,如图:
配置系统时间
用shell命令进入系统的操作系统,然后用date命令修改当前系统时间
输入tzsetup命令设置时区,输入date yymmddhhmm命令修改系统时间,格式为:年 月 天小时 分钟
配置时间同步
用文本编辑两个文件,ntp.conf和rc.conf,内容如下: Ntp.conf:
# Netscaler NTP Configuration File #
# Copy this file to /nsconfig, and make changes to /nsconfig/ntp.conf # Changes in /etc/ntp.conf will be lost following a reboot. #
# Add the following line in /nsconfig/rc.conf to enable ntpd: #
# ntpd_enable=\#
# The following addresses are example addresses. There should be a # corresponding 'restrict' entry for every 'server' entry.