Configuring the Responder feature with a Redirect Action

Added by Gaurav Joshua Vaz , last edited by Catherine Hampton on Mar 10, 2008  (view change)
Tags: 

Configuring the Responder feature with a redirect option and use that to redirect a client from a particular subnet to a specific URL.

Summary

The Redirect action of the responder is used to redirect the client if a request meets certain conditions, before the request is sent to the back-end server.

The example in this section uses the responder to block access to the back-end server for clients originating from IP address subnet 222.222.X.X. It then redirects the client to the URL http://redirectURL. Notice that, except for choosing a Redirect action, the steps in the folloowing procedure are the same as for configuring a Respondwith action.

Configuring Redirect Actions

The following table describes the parameters you must configure to create a redirect action

Parameter    
Description
Name    The name of the action. This is a mandatory parameter and cannot be changed. The action name must not exceed 31 characters.
Type    The type of responder action being configured. This parameter determines the behaviour of the responder action. You can choose to respond to the client or redirect the client elsewhere.
Select the Redirect action type to generate an HTTP redirect to the URL configured in the target string.
Target  
This parameter contains the URL to the location the client should redirected to.

The procedure below describes the steps to create a Redirect action that redirects the client to the URL http://redirectURL.

To create a responder action

  1. In the left pane of the NetScaler configuration utility, expand Protection Features, then expand Responder and click Actions.
    The Responder Actions page appears in the right pane, as shown below.
     
  2. Click Add. The Create Responder Action dialog box appears.
  3. In the Name text box, type the name of the responder action, for example Action-Responder-2.

     
  4. Under Type, select Redirect.
  5. In the Target text area, type http://redirectURL.
  6. Click Create, then click Close. The responder action you created now appears in the Responder Actions page.

More Information