> > My first attempt at addressing this would be via DNS response ordering. > > I believe that the BIND (named) "options {...}" directive to do this is > "sortlist {...}". Maybe something like the following: > > options { > ... > sortlist { > 192.168.10.0/24; { > 192.168.10.0/24; > 192.168.122.0/24; > }; > 192.168.122.0/24; { > 192.168.122.0/24; > 192.168.10.0/24; > }; > } > ... > } > GREAT SOLUTION Thanks! or better GRAND ;) this solves most of the issues I think.