Forum Discussion

  • Hi Rod,

     

    Are you trying to redirect http request to 8080?

     

    thanks,

     

    CB
  • Yes. I have an application running on port 8080, I configured the virtual server on LTM but don't want to make users type the port number when they type the url in the address bar. Thanks.
  • if you have a pool defined on a different port (8080) and a VIP configured for port 80, the VIP should handle this for you without needing an iRule at all. We've got this working on our end - reply if that doesn't work for you.

     

     

    Jim
  • You could just change the port members from 80 to 8080 within the pool. It's much easier then using an irule.

     

     

    CB

     

     

     

  • I have configured both the pool and the virtual server on port 8080. neither works. I think iRule may do the job.
    • Riveryc_218726's avatar
      Riveryc_218726
      Icon for Nimbostratus rankNimbostratus
      Port Translation in VIP needs to be ticked, AutoMap for Source Address Translation
  • Actually configure the virtual server on 80 and the pool to 8080. The LTM will name the translation automatically. The client accessing the VIP will only see port 80, but in reality the port will be translated.

     

     

    CB
  • That did the trick. Thanks a lot for your help.

     

     

    Regards,

     

     

    -rod