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!
响应程序操作和策略示例
响应程序操作和策略功能强大且复杂,但您可以开始使用相对简单的应用程序。
示例:阻止来自指定 IP 的访问
以下过程将阻止源自 CIDR 222.222.0.0/16 的客户端访问受保护的网站。响应者发送一条错误消息,指出客户端无权访问请求的 URL。
要使用 Citrix ADC 命令行阻止访问,请执行以下操作:
在命令提示符下,键入以下命令以阻止访问:
- add responder action act_unauthorized respond with “HTTP/1.1 403 Forbidden\r\n\r\n” + “Client: “ + CLIENT.IP.SRC + “ is not authorized to access URL:” + “HTTP.REQ.URL.HTTP_URL_SAFE”’
- add responder policy pol_un “CLIENT.IP.SRC.IN_SUBNET (222.222.0.0/16)” act_unauthorized
- bind responder global pol_un 10
要使用 GUI 阻止访问,请执行以下操作:
- 在导航窗格中,展开 响应程序,然后单击 操作。
- 在详细信息窗格中,单击 Add(添加)。
- 在 “ 创建响应程序操作 ” 对话框中,执行以下操作:
- 在 名称 文本框中,键入 act_unauthorized。
- 在 “类型” 下,选择 “响应方式”。
- 在 “目标” 文本区域中,键入以下字符串:”HTTP/1.1 403 Forbidden\r\n\r\n” + “Client: “ + CLIENT.IP.SRC + “ is not authorized to access URL:” + HTTP.REQ.URL.HTTP_URL_SAFE
- 单击 Create(创建),然后单击 Close(关闭)。 您配置的名为 act_unsivenced 的响应程序操作现在显示在 响应程序操作 页面中。
- 在导航窗格中,单击 策略。
- 在详细信息窗格中,单击 Add(添加)。
- 在 “ 创建响应程序策略 ” 对话框中,执行以下操作:
- 在名称文本框中,键入 pol_unauthorized。
- 在操作下,选择 act_unauthorized。
- 在 “ 表达式 ” 窗口中,键入以下规则:CLIENT.IP.SRC.IN_SUBNET (222.222.0.0/16)
- 单击 创建,然后单击 关闭。 您配置的响应程序策略(名为 pol_unauthorized)现在显示在“响应程序策略”页面中。
- 全局绑定您的新策略 pol_授权,如 绑定响应者策略中所述。
示例:将客户端重定向到新 URL
以下过程将从 CIDR 222.222.0.0/16 中访问受保护网站的客户端重定向到指定的 URL。
要使用 Citrix ADC 命令行重定向客户端,请执行以下操作:
在命令提示符下,键入以下命令以重定向客户端并验证配置:
- add responder action act_redirect redirect
"<http://www.example.com/404.html>"
- show responder action act_redirect
- add responder policy pol_redirect “CLIENT.IP.SRC.IN_SUBNET(222.222.0.0/16)” act_redirect
- show responder policy pol_redirect
- bind responder global pol_redirect 10
示例:
> add responder action act_redirect redirect `" http ://www.example.com/404.html "`
Done
> add responder policy pol_redirect "CLIENT.IP.SRC.IN_SUBNET(222.222.0.0/16)" act_redirect
Done
<!--NeedCopy-->
要使用 GUI 重定向客户端,请执行以下操作:
- 导航到 AppExpert > 响应程序 > 操作。
- 在详细信息窗格中,单击 Add(添加)。
- 在 “ 创建响应程序操作 ” 对话框中,执行以下操作:
- 在 名称 文本框中,键入 act_redirect。
- 在类型下,选择 重定向。
- 在 Target 文本区域中,键入以下字符串:
"<http://www.example.com/404.html>"
- 单击 创建,然后单击 关闭。 您配置的名为 act_redirect 的响应程序操作现在显示在 响应程序操作 页面中。
- 在导航窗格中,单击 策略。
- 在详细信息窗格中,单击 Add(添加)。
- 在 “ 创建响应程序策略 ” 对话框中,执行以下操作:
- 在 名称 文本框中,键入 pol_redirect。
- 在 “ 操作” 下,选择 act_redirect。
- 在 “ 表达式 ” 窗口中,键入以下规则:CLIENT.IP.SRC.IN_SUBNET (222.222.0.0/16)
- 单击 创建,然后单击 关闭。 您配置的响应程序策略(名为 pol_redirect)现在显示在“响应程序策略”页面中。
- 全局绑定新策略 pol_redirect,如 绑定响应程序策略中所述。
共享
共享
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.