-
Getting Started with Citrix ADC
-
Deploy a Citrix ADC VPX instance
-
Install a Citrix ADC VPX instance on Microsoft Hyper-V servers
-
Install a Citrix ADC VPX instance on Linux-KVM platform
-
Prerequisites for Installing Citrix ADC VPX Virtual Appliances on Linux-KVM Platform
-
Provisioning the Citrix ADC Virtual Appliance by using OpenStack
-
Provisioning the Citrix ADC Virtual Appliance by using the Virtual Machine Manager
-
Configuring Citrix ADC Virtual Appliances to Use SR-IOV Network Interface
-
Configuring Citrix ADC Virtual Appliances to use PCI Passthrough Network Interface
-
Provisioning the Citrix ADC Virtual Appliance by using the virsh Program
-
Provisioning the Citrix ADC Virtual Appliance with SR-IOV, on OpenStack
-
Configuring a Citrix ADC VPX Instance on KVM to Use OVS DPDK-Based Host Interfaces
-
-
Deploy a Citrix ADC VPX instance on Microsoft Azure
-
Network architecture for Citrix ADC VPX instances on Microsoft Azure
-
Configure multiple IP addresses for a Citrix ADC VPX standalone instance
-
Configure a high-availability setup with multiple IP addresses and NICs
-
Configure a high-availability setup with multiple IP addresses and NICs by using PowerShell commands
-
Configure HA-INC nodes by using the Citrix high availability template with Azure ILB
-
Configure address pools (IIP) for a Citrix Gateway appliance
-
-
Upgrade and downgrade a Citrix ADC appliance
-
Solutions for Telecom Service Providers
-
Load Balance Control-Plane Traffic that is based on Diameter, SIP, and SMPP Protocols
-
Provide Subscriber Load Distribution Using GSLB Across Core-Networks of a Telecom Service Provider
-
Authentication, authorization, and auditing application traffic
-
Configuring authentication, authorization, and auditing policies
-
Configuring Authentication, authorization, and auditing with commonly used protocols
-
Use an on-premises Citrix Gateway as the identity provider for Citrix Cloud
-
Troubleshoot authentication issues in Citrix ADC and Citrix Gateway with aaad.debug module
-
-
-
-
-
-
Persistence and persistent connections
-
Advanced load balancing settings
-
Gradually stepping up the load on a new service with virtual server–level slow start
-
Protect applications on protected servers against traffic surges
-
Retrieve location details from user IP address using geolocation database
-
Use source IP address of the client when connecting to the server
-
Use client source IP address for backend communication in a v4-v6 load balancing configuration
-
Set a limit on number of requests per connection to the server
-
Configure automatic state transition based on percentage health of bound services
-
-
Use case 2: Configure rule based persistence based on a name-value pair in a TCP byte stream
-
Use case 3: Configure load balancing in direct server return mode
-
Use case 6: Configure load balancing in DSR mode for IPv6 networks by using the TOS field
-
Use case 7: Configure load balancing in DSR mode by using IP Over IP
-
Use case 10: Load balancing of intrusion detection system servers
-
Use case 11: Isolating network traffic using listen policies
-
Use case 12: Configure Citrix Virtual Desktops for load balancing
-
Use case 13: Configure Citrix Virtual Apps for load balancing
-
Use case 14: ShareFile wizard for load balancing Citrix ShareFile
-
-
-
-
ICAP for remote content inspection
-
-
Authentication and authorization
-
-
Configuring a CloudBridge Connector Tunnel between two Datacenters
-
Configuring CloudBridge Connector between Datacenter and AWS Cloud
-
Configuring a CloudBridge Connector Tunnel Between a Datacenter and Azure Cloud
-
Configuring CloudBridge Connector Tunnel between Datacenter and SoftLayer Enterprise Cloud
-
Configuring a CloudBridge Connector Tunnel Between a Citrix ADC Appliance and Cisco IOS Device
-
CloudBridge Connector Tunnel Diagnostics and Troubleshooting
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!
ICAP for remote content inspection
The Internet Content Adaptation Protocol (ICAP) is a simple lightweight protocol for executing value-added transformation service on HTTP messages. In a typical scenario, an ICAP client forwards HTTP requests and responses to one or more ICAP servers for processing. The ICAP servers performs content transformation on the requests and sends back responses with appropriate action to take on the request or response.
ICAP on a Citrix ADC appliance
In a Citrix ADC setup, the appliance acts as an ICAP client interoperating with third-party ICAP servers such as antimalware and Data Leak Prevention (DLP). When the appliance receives an incoming web traffic, the appliance intercepts the traffic and uses a Content Inspection policy to evaluate if the HTTP request needs an ICAP processing. If yes, the appliance decrypts and sends the message as a plain text to the ICAP servers. The ICAP servers execute the content transformation service on the request message and sends back a response to the appliance. The adapted messages can either be an HTTP request or an HTTP response. If the appliance interoperates with multiple ICAP servers, the appliance performs load balancing of ICAP servers. This happens in scenarios where one ICAP server is not sufficient to handle all the traffic load. Once the ICAP servers return a modified message, the appliance forwards the modified message to the back-end origin server.
The Citrix ADC appliance also provides a secured ICAP service if the incoming traffic is an HTTPS type. The appliance uses a SSL based TCP service to establish a secured connection between the appliance and ICAP servers.
How ICAP request modification (REQMOD) works
In the request modification (REQMOD) mode, the Citrix ADC appliance forwards the HTTP request received from client to the ICAP server. The ICAP server then performs one of the following:
- Sends back a modified version of the request and the appliance in turn sends the modified request to the back-end origin server or it pipelines the modified request to another ICAP server.
- Responds with a message indicating no adaptation is required.
- Returns an error and the appliance in turn sends the error message back to the user.
How ICAP response modification (RESPMOD) works
In the response modification (RESPMOD) mode, the Citrix ADC appliance sends an HTTP response to the ICAP server (the response sent by the appliance is typically the response sent by the origin server). The ICAP server then performs one of the following:
- Sends back a modified version of the response and the appliance in turn sends the modified response to the user or pipeline the modified response to another ICAP server.
- Responds with a message indicating no adaptation is required.
- Returns an error and the appliance in turn sends the error message to the user.
ICAP license
The ICAP feature works on a Citrix ADC standalone or high availability setup with Citrix ADC Premium or Advanced license edition.
Configure ICAP for content transformation service
To use ICAP for content transformation service, you must begin by enabling the Content inspection and load balancing features. Once you enable the features, you can complete the following tasks
To enable content inspection
If you want the Citrix ADC appliance to act as an ICAP client and send requests or responses to third-party ICAP server, you must first enable the Content Inspection and load balancing features.
At the command prompt, type:
enable ns feature contentInspection LoadBalancing
<!--NeedCopy-->
Add ICAP profile
ICAP configurations for a Citrix ADC appliance can be specified in an entity called ICAP profile. The profile has a collection of ICAP settings. The ICAP profile is then associated to content Inspection action that want to use the ICAP configurations.
At the command prompt, type:
add nsicapProfile <name> -uri <string> -Mode ( REQMOD | RESPMOD )
<!--NeedCopy-->
Example:
add nsicapProfile icap_reqmod –uri “servicename” –mode REQMOD
add nsicapProfile icap_respmod –uri “servicename” –mode RESPMOD
add nsicapProfile icap_reqmod_query –uri “servicename?query=data” –mode REQMOD
<!--NeedCopy-->
Add ICAP service as a TCP or SSL_TCP service
After you enable the Content Inspection feature, you must add an ICAP service for the ICAP servers that will be part of the load balancing setup. The service that you add provides the ICAP connection between the Citrix ADC appliance and load balancing virtual servers.
Note: As an administrator, you can add an ICAP service and directly configure the ICAP server IP address in the Content Inspection action.
At the command prompt, type the following:
add service <name> <IP> <serviceType> <port>
<!--NeedCopy-->
Example:
add service icapsv1 10.102.29.200 TCP 80 –gslb NONE –maxclient 0 –maxReq 0 –cip DISABLED –usip NO –useproxport YES –sp ON –cltTimeout 9000 –svrTimeout 9000 –CKA NO –TCPB NO –CMP NO
add service icapsv2 10.102.29.200 SSL_TCP 11344 –gslb NONE –maxclient 0 –maxReq 0 –cip DISABLED –usip NO –useproxport YES –sp ON –cltTimeout 9000 –svrTimeout 9000 –CKA NO –TCPB NO –CMP NO
<!--NeedCopy-->
Add a TCP or SSL_TCP based load balancing virtual server
After creating an ICAP service, you must create a virtual server to accept ICAP traffic and load balance the ICAP servers.
Note: You can also use a SSL based TCP service over a secured channel. To do this, you must use a SSL_TCP service and bind to the Content Inspection action.
At the command prompt, type the following:
add lb vserver <name> <serviceType> <port>
<!--NeedCopy-->
Example:
add lb vserver vicap TCP 0.0.0.0.0 –persistenceType NONE -cltTimeout 9000
add lb vserver vicap SSL_TCP 0.0.0.0 0 –persistenceType NONE -cltTimeout 9000
<!--NeedCopy-->
Bind ICAP service to the load balancing virtual server
After you create an ICAP service and virtual server, you must bind the ICAP service to the virtual server.
At the command prompt, type the following:
bind lb vserver <name> <serviceName>
<!--NeedCopy-->
Example:
bind lb vserver vicap icapsv1
<!--NeedCopy-->
Add content inspection action
After you enable the Content Inspection feature, you must add an ICAP action for handling the ICAP request information. The ICAP profile and services, or load balancing virtual server that are created are bound to the ICAP action.
At the command prompt, type the following:
add contentInspection action <name> -type ICAP -serverName <string> -icapProfileName <string>
**add ContentInspection action <name> -type ICAP -serverip <ip> - serverport <port> -icapProfileName <string>**
<!--NeedCopy-->
Note:
If you can configuring ICAP service instead of a load balancing virtual server, you can mention the service name in the <-serverip> option. When adding the Content Inspection action, the TCP service is automatically created for the given IP address with port 1344 and it is used for ICAP communication.
Example:
add ContentInspection action ci_act_lb -type ICAP -serverName vicap -icapProfileName icap_reqmod
add ContentInspection action ci_act_svc -type ICAP -serverName icapsv1 -icapProfileName icap_reqmod
add ContentInspection action ci_act_svc -type ICAP -serverip <ip> - serverport <port> -icapProfileName icap_reqmod
<!--NeedCopy-->
Add content inspection policies
After you create a Content Inspection action, you must create content inspection policies to evaluate requests for ICAP processing and audit logging. The policy is based on a rule which consists of one or more expressions. The rule is associated to the content inspection action that is associated if a request matches the rule.
At the command prompt, type the following:
add contentInspection policy <name> -rule <expression> -action <string>
<!--NeedCopy-->
Example:
add ContentInspection policy ci_pol_basic –rule true –action ci_act_svc
add ContentInspection policy ci_pol_HTTP –rule HTTP.REQ.URL.CONTAINS(“html”) –action ci_act_svc
<!--NeedCopy-->
Bind content inspection policies to the content switching or load balancing virtual server
To put an ICAP policy into effect, you must bind it globally or bind it to a Content Switching or load balancing virtual server, which frontend the application. When you bind the policy, you must assign a priority to it. The priority determines the order in which the policies you define are evaluated.
For information about configuring a load balancing setup for forwarding the traffic to back-end origin server after content transformation, see Load Balancing.
Configure secured ICAP service
To establish a secured connection between the Citrix ADC appliance and the ICAP web servers, the appliance uses an SSL-based TCP service or load balancing virtual server bound to an ICAP action.
To establish a secured ICAP connection, complete the following tasks:
- Add SSL-based TCP service.
- Bind SSL-based TCP service to load balancing virtual server of type TCP or SSL_TCP.
- Bind SSL-based TCP service or load balancing virtual server to Content Inspection action.
Add SSL-based TCP service to load balancing virtual server
To establish a secured connection between the Citrix ADC appliance and the ICAP web servers, the appliance uses an SSL-based TCP service or load balancing virtual server bound to an ICAP action.
To establish a secured ICAP connection, complete the following tasks:
- Add SSL-based TCP service.
- Bind SSL-based TCP service to load balancing virtual server of type TCP or SSL_TCP.
Bind SSL-based TCP service or load balancing virtual server to Content Inspection action
Add SSL-based TCP service to load balancing virtual server
After you enable the Content Inspection feature, you must add a secured ICAP service that will be part of the load balancing setup. The service that you add provides a secured ICAP connection between the Citrix ADC appliance and load balancing virtual servers.
At the command prompt, type the following:
add service <name> <IP> <serviceType> <port>
<!--NeedCopy-->
Example:
add service icapsv2 10.102.29.200 SSL_TCP 11344 –gslb NONE –maxclient 0 –maxReq 0 –cip DISABLED –usip NO –useproxport YES –sp ON –cltTimeout 9000 –svrTimeout 9000 –CKA NO –TCPB NO –CMP NO
<!--NeedCopy-->
Bind SSL-based TCP service to SSL_TCP or TCP load balancing virtual server
After you create a secured ICAP service, you must bind the service to the load balancing virtual server (if you are using a load balancing virtual server to load balance the ICAP servers).
At the command prompt, type the following:
bind lb vserver <name> <serviceName>
<!--NeedCopy-->
Example:
bind lb vserver vicap icapsv2
<!--NeedCopy-->
Bind SSL-based TCP service or load balancing virtual server to the Content Inspection action
You must add an ICAP action for handling the ICAP request information and also bind the SSL-based TCP service to the action.
At the command prompt, type the following:
add contentInspection action <name> -type ICAP -serverName <string> -icapProfileName <string>
<!--NeedCopy-->
Example:
add ContentInspection action ci_act_svc -type ICAP -serverName icapsv2 -icapProfileName icap_reqmod
add ContentInspection action ci_act_svc -type ICAP -serverName vicap -icapProfileName icap_reqmod
<!--NeedCopy-->
Configure ICAP protocol by using the GUI
- Navigate to Load Balancing > Services and click Add.
- In the Services page, enter the service details.
- Navigate to Load Balancing > Servers. Add a virtual server of type TCP. Or, you can select a virtual server and click Edit.
- After entering the server details, click OK and again OK.
- In the Advanced Settings section, click Policies.
- Go the Policies section and click the Pencil icon to configure Content Inspection policy.
- On the Choose Policy page, select Content Inspection. Click Continue.
- In the Policy Binding section, click “+” to add a Content Inspection policy.
- In the Create ICAP Policy page, enter a name for the policy.
- In the Action field, click the “+” sign to add an ICAP action.
- In the Create ICAP Action page, enter a name for the action.
- Enter a name for the action.
- In the Server Name field, enter the name of the TCP service already created.
- In ICAP Profile field, click the “+” sign to add an ICAP profile.
- In the Create ICAP Profile page, enter a profile name, URI, and MODE.
- Click Create.
- In the Create ICAP Action page, click Create.
- In the Create ICAP Policy page, enter “true” in the Expression Editor and then click Create.
- Click Bind.
- When prompted to enable the Content Inspection feature, click Yes.
- Click Done.
For information about the Citrix ADC GUI configuration for load balancing and forwarding the traffic to back-end origin server after content transformation, see Load Balancing.
Configure secured ICAP protocol by using the GUI
- Navigate to Load Balancing > Services and click Add.
- In the Services page, enter the service details.
- Navigate to Load Balancing > Servers. Add a virtual server of type TCP_SSL. Or, you can select a virtual server of type TCP_SSL and click Edit.
- After entering the server details, click OK and again OK.
- In the Advanced Settings section, click Policies.
- Go the Policies section and click the Pencil icon to configure Content Inspection policy.
- On the Choose Policy page, select Content Inspection. Click Continue.
- In the Policy Binding section, click “+” to add a Content Inspection policy.
- In the Create ICAP Policy page, enter a name for the policy.
- In the Action field, click the “+” sign to add an ICAP action.
- In the Create ICAP Action page, enter a name for the action.
- Enter a name for the action.
- In the Server Name field, enter the name of the TCP_SSL service already created.
- In ICAP Profile field, click the “+” sign to add an ICAP profile.
- In the Create ICAP Profile page, enter a profile name, URI, and MODE.
- Click Create.
- In the Create ICAP Action page, click Create.
- In the Create ICAP Policy page, enter “true” in the Expression Editor and then click Create.
- Click Bind.
- When prompted to enable the Content Inspection feature, click Yes.
- Click Done.
Auditlog support for remote content inspection
If an incoming request or outgoing response is content inspected, the Citrix ADC appliance logs the ICAP details. The appliance stores the details as a log message in the ns.log file.
Each log message typically contains the following details:
<Source IP> <Destination IP> <Domain> <ICAP server IP><ICAP Mode> <Service URI> <ICAP response> <Policy action>
<!--NeedCopy-->
Example for content inspected request log message:
Apr 18 14:45:41 <local0.info> 10.106.97.104 04/18/2018:14:45:41 GMT 0-PPE-0 : default CI ICAP_LOG 788 0 : Source 10.102.1.98:39048 - Destination 10.106.97.89:8011 - Domain 10.106.97.89 - Content-Type application/x-www-form-urlencoded - ICAP Server 10.106.97.99:1344 - Mode REQMOD - Service /example - Response 204 - Action FORWARD
<!--NeedCopy-->
Example for content inspected response log message:
Apr 18 12:34:08 <local0.info> 10.106.97.104 04/18/2018:12:34:08 GMT 0-PPE-0 : default CI ICAP_LOG 71 0 : Source 10.106.97.105:18552 - Destination 10.106.97.99:80 - Domain NA - Content-Type NA - ICAP Server 10.106.97.99:1344 - Mode RESPMOD - Service /example - Response 400 - Action Internal Error
<!--NeedCopy-->
Share
Share
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.