Forum Discussion
Shaun_81936
Nimbostratus
Mar 03, 2009External GTMs - load balance Internal DNS name
We currently use two GTMs (sync set located in DMZ) to load balance external DNS names and would like to utilize them to load balance a critical internal DNS name.
I'm not sure what the correct procedure would be to accomplish this - I was thinking that I need to setup an interal view and add this to the options:
match-clients {
10.0.0.0/8;
"zrd-acl-000-002";
};
Then add a zone to the internal view for this domain name and create an entry for this critical DNS name.
Modify the named - add these entries:
options {
listen-on port 53 {
127.0.0.1;
"zrd-acl-000-000";
"zrd-acl-000-002";
};
acl "zrd-acl-000-002" {
127.10.0.2;
};
On my internal windows DNS servers for this Domain zone - add my GTMs as name servers.
Is this the best method to accomplish this? Is anyone else doing this - what method are you using?
Thank you,
Shaun
- semperfiguy_759
Nimbostratus
Shaun, - Shaun_81936
Nimbostratus
Bob, - semperfiguy_759
Nimbostratus
Hey Shaun, - rajesh1
Nimbostratus
HI Rob, - BA_Rossmeisl_77Historic F5 AccountIf you are running v11.0 you can always attach an LTM iRule to the GTM listeners with something like this if you have a per-determined TLD like .local for your internal dns structure.
when DNS_RESPONSE { if { ([DNS::question name] ends_with ".local") and !([IP::addr [IP::remote_addr] equals 10.0.0.0/8] or [IP::addr [IP::remote_addr] equals 172.16.0.0/12] or [IP::addr [IP::remote_addr] equals 192.168.0.0/16]) } { DNS::drop } }
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