Forum Discussion
swo0sh_gt_13163
Feb 15, 2015Altostratus
HSL iRule error.
Hello Folks,
I have opened a case with F5 Support for the DNS Logging which not working on a DNS VS. Describe the case background would take long. Can someone please help me correcting the followin...
Brad_Parker
Feb 15, 2015Cirrus
Looks ike it could just be a formatting problem. Try copying this exactly:
when DNS_REQUEST {
log local0. "Got request from [IP::client_addr] - req is [DNS::question name]"
set hsl [HSL::open -publisher /Common/DNS-PUB]
HSL::send $hsl "[DNS::question name] - [IP::client_addr]"
}
when DNS_RESPONSE {
set rrs [DNS::answer]
foreach rr $rrs {
HSL::send $hsl "$rrs"
}
}
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