Forum Discussion
lipos_54863
Mar 26, 2012Nimbostratus
Secret HTTP redirection
Hi,
I need to hide HTTP redirection on LTMs using an iRule.
Here's my simple example:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/test"} {
HTTP::r...
lipos_54863
Mar 26, 2012Nimbostratus
Posted By hoolio on 03/26/2012 07:48 AM
You can load balance to anything that LTM can route to. If you can use static IP address(es) for the external content you can use a pool. Just SNAT the traffic and create a route. If you need to resolve a hostname to an IP address, you can use the RESOLV::lookup command to resolve the hostname and the node command to select it as the destination IP.
https://devcentral.f5.com/wiki/iRules.resolv__lookup.ashx
Aaron
Hm.. you are right I will use SNAT!
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects