Forum Discussion

MR_Freddy_31338's avatar
MR_Freddy_31338
Icon for Nimbostratus rankNimbostratus
Oct 23, 2018

Redirection IRule Problem

we have a back-end server , its behavior as the following

 

when we type (example:9000) direct us automatically to (example:9000/abcd/test?t=xxxx)

 

we need to do this behavior the same with Virtual server when user type the following

 

(example.test:9000) to direct us to (example.test:9000/abcd/test?t=xxx)

 

Be noted that the t value is not fixed , this is automated query string value And also be noted that our virtual server listen on port 443 and backend server listens on port 9000

 

  • Okay, so two things:

     

    • Clients can't ask for example.test:9000 if the VIP is listening on port 443. The 9000 in this case is telling the client to contact the VIP on port 9000. Minimally you probably just need clients to ask for , and the VIP will translate to port 9000 on back side to the pool members.

       

    • If the xxx is automated, how would the F5 know what value to insert here?