It should pretty straight forward having the 2 DNS servers listed in the /etc/resolv.conf.
nameserver "IP address" #DNS1
nameserver "IP address" #DNS2
The only other thing I can think of is to verify that the second one is pingable.
Have you tried to reverse the order and see if it hits the secondary first?
Good luck. |