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 から送信されたクライアントによる保護された Web サイトへのアクセスをブロックします。レスポンダは、要求された URL へのアクセスがクライアントに許可されていないことを示すエラーメッセージを送信します。
NetScaler 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 を使用してアクセスをブロックするには、次の手順を実行します。
- ナビゲーションウィンドウで [ レスポンダー] を展開し、[ アクション] をクリックします。
- 詳細ペインで、[ 追加] をクリックします。
- [ レスポンダーアクションの作成 ] ダイアログボックスで、次の操作を行います。
- [ 名前 ] テキストボックスに act_unauthorized と入力します。
- [種類] で、[返信方法] を選択します。
- [ターゲット] テキスト領域に、次の文字列を入力します。「HTTP/1.1 403 禁止された\ r\ n\ r\ n」+「クライアント:” + CLIENT.IP.SRC + “は URL にアクセスする権限がありません:」+ HTTP.REQ.URL.HTTP_URL_SAFE
- [ 作成] をクリックし、[ 閉じる] をクリックします。 構成した act_unauthorized という名前のレスポンダーアクションが [ レスポンダーアクション ] ページに表示されます。
- ナビゲーションペインで、[ Policies] をクリックします。
- 詳細ペインで、[ 追加] をクリックします。
- [ レスポンダーポリシーの作成 ] ダイアログボックスで、次の操作を行います。
- [名前] テキストボックスに pol_unauthorized と入力します。
- [ アクション] で [act_unauthorized] を選択します。
- [ 式 ] ウィンドウで、次のルールを入力します。CLIENT.IP.SRC.IN_SUBNET (222.222.0.0/16)
- [ 作成] をクリックし、[ 閉じる] をクリックします。 構成した pol_unauthorized という名前のレスポンダーポリシーが [レスポンダーポリシー] ページに表示されます。
- レスポンダーポリシーのバインドで説明されているように、新しいポリシー pol_unauthorized をグローバルにバインドします。
例:クライアントを新しい URL にリダイレクトする
次の手順では、CIDR 222.222.0.0/16 内から保護された Web サイトにアクセスするクライアントを指定された URL にリダイレクトします。
NetScaler コマンドラインを使用してクライアントをリダイレクトするには:
コマンドプロンプトで次のコマンドを入力してクライアントをリダイレクトし、構成を確認します。
- 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 ] > [ レスポンダー ] > [アクション] に移動します。**
- 詳細ペインで、[ 追加] をクリックします。
- [ レスポンダーアクションの作成 ] ダイアログボックスで、次の操作を行います。
- [ 名前 ] テキストボックスに act_redirect と入力します。
- [タイプ] で [ リダイレクト] を選択します
- [ ターゲット ] テキスト領域に、次の文字列を入力します。
"<http://www.example.com/404.html>"
- [ 作成] をクリックし、[ 閉じる] をクリックします。 act_redirect という名前のレスポンダーアクションが [ レスポンダーアクション ] ページに表示されます。
- ナビゲーションペインで、[ Policies] をクリックします。
- 詳細ペインで、[ 追加] をクリックします。
- [ レスポンダーポリシーの作成 ] ダイアログボックスで、次の操作を行います。
- [ 名前 ] テキストボックスに 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.