I had noticed this as well, due to long connect times in postfix. I installed bind9 (gotta love Debian) and things are a bit smoother, but the first lookup is still a problem. I don't know what distro you are using but in Debian you can override the settings dhclient gives you in /etc/dhclient.conf. Just add this line to the file:
Code:
supersede domain-name-servers 12.96.160.115, 216.234.234.30;
The problem is that you'll be out of luck if Linode changes the DNS server's IP.
Maybe caker or mikegrb can give more info or change the DHCP settings to move 64.5.53.6 down in the list?
Cheers,
Brian