Project

General

Profile

Task #5136

Change DNS seetings on all DataONE VMs

Added by Chris Jones almost 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Environment.Production
Target version:
Start date:
2014-04-24
Due date:
% Done:

0%

Milestone:
None
Product Version:
*
Story Points:
Sprint:

Description

We've transitioned to using the Amazon Route 53 service as the authoritative name servers for the dataone.org domain, and need to configure each development and production VM to point to the appropriate servers (no longer the nceas name servers), and to the Google servers as secondaries:

On UCSB VMs, modify /etc/network/interfaces to point to the following name servers:

dns-nameservers 128.111.1.2 128.111.1.1 8.8.8.8 8.8.4.4

(ns2.ucsb.edu, ns1.ucsb.edu, google-public-dns-a.google.com, google-public-dns-b.google.com)

On ORC VMs, modify /etc/network/interfaces to point to the following name servers:

dns-nameservers 160.36.196.66 160.36.128.66 8.8.8.8 8.8.4.4

(ns2.utk.edu, ns1.utk.edu, google-public-dns-a.google.com, google-public-dns-b.google.com)

On UNM VMs, modify /etc/network/interfaces to point to the following name servers:

dns-nameservers 64.106.44.200 64.106.44.210 8.8.8.8 8.8.4.4

(ns2.unm.edu, ns1.unm.edu, google-public-dns-a.google.com, google-public-dns-b.google.com)

Per Nick Brand, putting the per-campus name servers first should give us the lowest latency.

History

#1 Updated by Dave Vieglais almost 10 years ago

DNS looks are locally cached and unless forced, a call to a DNS server is typically not made until the TTL expires.

The Google DNS servers are widely used and so notice of any changes to those services are likely to be widely advertised. A change to a campus DNS server may be advertised, but seems less reliable (e.g. recent migration of NCEAS DNS to a network that does not allow external access).

The Amazon servers are not recursive DNS servers and so should not be targeted for general DNS queries.

Suggest using the Google DNS as the primary DNS and fallback to OpenDNS servers (http://www.opendns.com/opendns-ip-addresses/)

#2 Updated by Chris Jones almost 10 years ago

The plan is to use:

dns-nameservers 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)