Forum Discussion
msmith_64485
Nimbostratus
Jan 25, 2010IP to FQDN
Looking for an irule that will replace the IP address of outgoing traffic with the FQDN. Issue is external server does not have a valid PTR record to allow resolution. Owner of this server does not ...
hoolio
Cirrostratus
Jan 26, 2010Okay, so it sounds like the destination host might be filtering on the host header value in requests. You could try testing this from the LTM command line using curl to insert a host header:
curl -kv https://1.1.1.1/index.html -H "Host: www.example.com"
If that works, you should be able to use the iRule in my original reply to rewrite the host header to a static string. You'll need to include a server SSL profile on the VIP to have LTM accept clear text HTTP from the client and establish an SSL handshake on the server side.
Aaron
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