Forum Discussion
ProxyPass - redirection to the internet cloud solution
Hi everyone,
I need to create a redirection to an external site. We have outsourced our helpdesk software to a cloud solution, however the cloud solution doesn't provide a friendly url so we want to take advantage of the F5 Big IP to handle this for us. I was told the proxypass is what I need to configure. Here's what i'm trying to do:
Internal DNS entry (help.mydomain.local) to point to the BigIP. Bip IP to send the requests to my cloud service URL ( https://vendor.com/MYCOMPANYNAME ) ; however I don't want the URL to ever change, my end users should not be aware that the traffic is coming in from the cloud / vendors site and end users would only ever see https://help
Can anyone provide a little info on how to do this, i'm fairly new to configuring BIG ip's but have done a few iRules. Also, I assume I would need a site certificate from my vendor for the SSL connections.
Thanks in advance ! .tm
2 Replies
- Kevin_Stewart
Employee
This is exactly what ProxyPass is for, and now the rewrite profile in 11.4. If you download and read the comments section of the ProxyPass iRule, it does a pretty good job of laying out what needs to be done to configure it. Essentially you'll apply this iRule to your VIP and create a string-based data group that maps internal HOST/URI values to external HOST/URI values.
- Kevin_Stewart
Employee
Your data group entry should probably look like this:
help.mydomain.local/ := vendor.com/MYCOMPANYNAMEIf you intend to use the short name, then probably also need:
help/ := vendor.com/MYCOMPANYNAME
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com