Forum Discussion
sctkd
Mar 15, 2021Altostratus
DNS irule / topology
Hello- I have a DNS irule in place to select a particular pool based on LDNS source subnet. However, the WIP load balancing method still overrides my irule. For example, with the irule in pla...
sctkd
Mar 16, 2021Altostratus
I adjusted the iRule and it's now processing and matching correctly.
when DNS_REQUEST {
if { ( [IP::addr [IP::remote_addr] equals 10.0.0.0/9 ] ) and ( [active_members pool1 ] > 0 ) } {
pool pool1
}
if { ( [IP::addr [IP::remote_addr] equals 10.128.0.0/9 ] ) and ( [active_members pool2 ] > 0 ) } {
pool pool2
}
}
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