Forum Discussion
PPawar_309940
Nimbostratus
May 23, 2018F5 DNS Forwarding
Hi Guys,
We have configured F5 DNS as GSLB and not running it as a BIND.
We have got some external bind servers configured as standalone servers.
Now I want to set up dns forwarding on...
Jinshu
Cirrus
May 24, 2018can you test this?
when DNS_REQUEST {
if { ([IP::addr [IP::client_addr] equals 0.0.0.0]) } {
switch -glob [string tolower [DNS::rrname]] {
"*.abc.com" -
"*.xyz.com" {
pool 10_10_10_10_pool
}
else {
pool 20_20_20_20_pool
}
}
}
}
-Jinshu
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