Forum Discussion

duongnt_25195's avatar
duongnt_25195
Icon for Nimbostratus rankNimbostratus
Dec 08, 2009

Bypass traffic based on destination IP address

Dear all.

 

 

I configuring BIG-IP LTM to load balancing for Cache farm.

 

I finding iRule to allow bypass traffic based on IP address of Origin Web server.

 

I found this:

 

========

 

when CLIENT_ACCEPTED {

 

if { [IP::addr [IP::local_addr] equals 1.2.3.4]} {

 

forward

 

}

 

}

 

==========

 

 

I applied this iRule to Virtual server but I still forward HTTP request to Cache Farm.

 

Does anyone has solution for this..

 

 

Thank

 

 

1 Reply

  • What kind of virtual server do you have the iRule enabled on? Are clients configured to use the VIP to access a web proxy? Can you post the HTTP headers that LTM receives from the client? You can log the value for HTTP::request to do this.

     

     

    Thanks,

     

    Aaron