MIT DNS server renumbering
[invirt/packages/xvm-prodconfig.git] / zone
diff --git a/zone b/zone
index 84f160e..ea468d3 100644 (file)
--- a/zone
+++ b/zone
@@ -1,5 +1,5 @@
 @       900     IN      SOA     xvm.mit.edu. xvm.mit.edu. (
-        2
+        4
         1d
         1d
         1d
@@ -7,17 +7,21 @@
         )
 
 ; Our services
-ns1             IN      A       18.181.0.62
+ns1             IN      A       18.25.128.62
 remote          IN      TXT     "reserved to prevent confusion with an XVM server"
 console         IN      TXT     "reserved to prevent confusion with an XVM server"
 prod            IN      TXT     "reserved for the XVM production cluster"
 dev             IN      NS      xvm-dev.mit.edu.
+staging         IN      NS      xvm-staging.mit.edu.
 help            IN      TXT     "reserved for help with the remctl command"
 
 localhost       IN      TXT     "reserved to prevent confusion with your own computer"
 localdomain     IN      TXT     "reserved to prevent confusion with your own computer"
 broadcasthost   IN      TXT     "reserved to prevent confusion with your own computer"
 
+; Make Vista activation work
+_vlmcs._tcp     IN      CNAME   _vlmcs._tcp.mit.edu.
+
 ; Athena services we don't want to conflict with
 athena          IN      TXT     "reserved to prevent confusion with common Athena services"
 dialup          IN      TXT     "reserved to prevent confusion with common Athena services"