This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
配置 NSIP 地址
NSIP 地址是您出于管理目的访问 NetScaler 设备的 IP 地址。设备只能有一个 NSIP,也称为管理 IP 地址。首次配置 NetScaler 时,必须添加此 IP 地址。无法删除 NSIP 地址。出于安全原因,NSIP 应该是组织局域网上的不可路由的 IP 地址。
如果您修改此地址,则必须重新启动 NetScaler 设备。如果新 NSIP 地址的子网地址与以前的子网地址不同,则必须为该子网添加默认路由,以便可以从 LAN 上的其他网络访问新的 NSIP 地址。
重要
配置 NSIP 地址是强制性的。
更改 NetScaler 设备的 NSIP 地址包括以下任务:
- 更改 NSIP 地址。
- 如果不存在 NSIP 地址的子网地址,请添加默认路由。
- 保存配置。
- 重新启动设备。
命令行程序
要使用 CLI 更改 NSIP 地址,请执行以下操作:
在命令提示符下,键入:
- set ns config -IPAddress <ip_addr> -netmask <netmask>
- show ns config
要使用 CLI 添加默认路由,请执行以下操作:
在命令提示符下,键入:
- add route 0 0 <gateway IP address>
- 显示路线
要使用 CLI 保存配置,请执行以下操作:
在命令提示符下,键入:
- save config
要使用 CLI 重启 NetScaler 设备,请执行以下操作:
在命令提示符下,键入:
- reboot
GUI 程序
要使用 GUI 配置 NSIP 地址,请执行以下操作:
- 单击“配置”页面右上角的齿轮图标。
- 单击 NSIP 地址 窗格。
-
在 NSIP 地址 页面上,设置以下参数,然后单击“完成”:
- NSIP 地址
- 网络掩码
要使用 GUI 添加默认路由,请执行以下操作:
导航到“系统”>“网络”>“路由”,在“基本”选项卡上,添加具有以下参数设置的默认路由,然后单击“创建”。
- 网络(设置为零)
- 网络掩码(设置为零)
- 网关(网关的 IP 地址)
要使用 GUI 重新启动 NetScaler,请执行以下操作:
- 在“系统”节点的“系统信息”选项卡页上,单击“重启”。
- 当系统提示重新启动时,选择“保存配置”以确保您不会丢失任何配置。
示例配置
在以下示例中,NetScaler 设备的 NSIP 地址更改为 192.0.2.90,其子网地址 (192.0.2.0/24) 与之前的 NSIP 地址不同。因此,将为此子网添加默认路由,以便新的 NSIP 地址可以从其他网络访问。
> set nsconfig -ipAddress 192.0.2.90 -netmask 255.255.255.0
Warning: The configuration must be saved and the system rebooted for these settings to take effect
> add route 0 0 192.0.2.1
Warning: The configuration must be saved and the system rebooted for these settings to take effect
> save config
Done
> reboot
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.