M
Marty Egan
I work for a large ISP (> 100,000 employees). Hundreds of routers on
our customer network, each on different subnets across the Internet.
It's imperative that when our staff in various job functions perform a
tracert, they can see the router name, rather than an IP.
Prior to our move to AD, all clients (Solaris and Windows) pointed to
2 BIND on Solaris DNS servers. This included our Windows clients in
the WinNT4 domain. The Solaris/BIND servers run a script each day to
import information from which they generate all the reverse lookup
zones, so that the tracert commands on the clients display correct
router names for the various hops on the tracert, if they are pointed
at Solaris/BIND.
Now that we've moved to AD, we have 2 win2k dns servers for our active
directory where our Windows clients are pointed for name resolution.
Here's the problem. There are *hundreds* of reverse lookup zones on
the Solaris/BIND systems (from the routers) and the number grows
daily. We've written a script that grabs all the reverse lookup zone
files from the BIND server, parses them, and uses the dnscmd.exe
command to create reverse lookup zones and populate them in the Win2k
DNS. This is a bit clumsy, though. I'd like to be able to use
"normal" features of DNS to have the Win2k DNS servers look to the
Solaris/BIND servers for ALL reverse-lookup zones. We do have a
WIn2k3 DNS server, which we are using to do selective forwarding for
some internal zones to a number of other DNS servers, if that helps.
There are some other internal DNS servers to which we must point for
selective forward zones.
Any suggestions?
our customer network, each on different subnets across the Internet.
It's imperative that when our staff in various job functions perform a
tracert, they can see the router name, rather than an IP.
Prior to our move to AD, all clients (Solaris and Windows) pointed to
2 BIND on Solaris DNS servers. This included our Windows clients in
the WinNT4 domain. The Solaris/BIND servers run a script each day to
import information from which they generate all the reverse lookup
zones, so that the tracert commands on the clients display correct
router names for the various hops on the tracert, if they are pointed
at Solaris/BIND.
Now that we've moved to AD, we have 2 win2k dns servers for our active
directory where our Windows clients are pointed for name resolution.
Here's the problem. There are *hundreds* of reverse lookup zones on
the Solaris/BIND systems (from the routers) and the number grows
daily. We've written a script that grabs all the reverse lookup zone
files from the BIND server, parses them, and uses the dnscmd.exe
command to create reverse lookup zones and populate them in the Win2k
DNS. This is a bit clumsy, though. I'd like to be able to use
"normal" features of DNS to have the Win2k DNS servers look to the
Solaris/BIND servers for ALL reverse-lookup zones. We do have a
WIn2k3 DNS server, which we are using to do selective forwarding for
some internal zones to a number of other DNS servers, if that helps.
There are some other internal DNS servers to which we must point for
selective forward zones.
Any suggestions?