For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

SSHSSH_97332's avatar
SSHSSH_97332
Icon for Nimbostratus rankNimbostratus
Jan 26, 2012

Multiple IRules to same VS

i will do an Irule mentioned at the below link :

but at the same time i want to forward to specific Pool based on src ip of client , will i do 2 Irules & then apply to the VS ? or it should only be one combined IRules containing all ?

 

 

 

13 Replies

  • How will i define "domain_list" ( youtube , 4shared , rapidshare )

     

    Also at last else , why we said "else forward pool gateway " not only "else pool gateway"

     

  • How will i define "domain_list" ( youtube , 4shared , rapidshare ) it is at local traffic > irules > data group list. in cli, it is called class.

    [root@ve1023:Active] config  b class domain_list list
    class domain_list {
       {
          "4shared.com"
          "rapidshare.com"
          "www.4shared.com"
          "www.rapidshare.com"
          "www.youtube.com"
          "youtube.com"
       }
    }
    

    why we said "else forward pool gateway " not only "else pool gateway" forward command will disable translate address and translate service (since you do not want them when forwarding to default gateway).