Forum Discussion
spalande
Nacreous
Oct 22, 2013http outbound proxy
I'm using below iRule to forward http request to cloud. where F5 will act as outbound proxy.
when HTTP_REQUEST {
log local0. [HTTP::uri]
set host [HTTP::host]
log local0. "Host is $host"
set...
Kevin_Stewart
Employee
Oct 22, 2013It would appear that your RESOLV::lookup command is failing. Per its wiki page, you should probably indicate the DNS server to use as an argument to the command. Example:
set ip [RESOLV::lookup 10.10.10.53 -a $host]
Ref: https://devcentral.f5.com/wiki/iRules.resolv__lookup.ashx
Also, run a TCPDUMP to see if the box is making the port 53 calls out to the DNS server.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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