Forum Discussion

Billy_chuang_16's avatar
Billy_chuang_16
Historic F5 Account
Dec 01, 2006

Any iRules command control VS address/port translation

As subject,

 

Any iRules command control VS address/port translation disable/enable ? I didn't find any command in this portal.

 

 

Billy
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Billy,

     

     

    What are you trying to accomplish?

     

     

    I think the closest you'll get are the pool and node commands specifying the IP and port the request is sent to.

     

     

    You could get the IP and port the client requested from IP::client_addr and TCP::client_port and then use pool or node to set that for the backend connection.

     

     

    Aaron