]> mj.ucw.cz Git - nsc-5.git/commitdiff
New config for ucw.cz.
authorMartin Mares <mj@ucw.cz>
Sat, 20 Dec 2003 19:36:34 +0000 (19:36 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 20 Dec 2003 19:36:34 +0000 (19:36 +0000)
cf.ucw/0 [new file with mode: 0644]
cf.ucw/0.0.127 [new file with mode: 0644]
cf.ucw/128-143.5.31.81 [new file with mode: 0644]
cf.ucw/255 [new file with mode: 0644]
cf.ucw/domains
cf.ucw/localhost
cf.ucw/martin.mares.name [new file with mode: 0644]
cf.ucw/pdesign.cz [new file with mode: 0644]
cf.ucw/slady.cz [new file with mode: 0644]
cf.ucw/slady.net [new file with mode: 0644]
cf.ucw/ucw.cz

diff --git a/cf.ucw/0 b/cf.ucw/0
new file mode 100644 (file)
index 0000000..1c59fa0
--- /dev/null
+++ b/cf.ucw/0
@@ -0,0 +1,5 @@
+; RFC 1912 tells us to provide an empty 0.in-addr.arpa zone
+
+SOA(REV(0))
+NS(NSNAME)
+REVERSE(0)
diff --git a/cf.ucw/0.0.127 b/cf.ucw/0.0.127
new file mode 100644 (file)
index 0000000..42e11aa
--- /dev/null
@@ -0,0 +1,7 @@
+; RFC 1912 tells us to provide a 0.0.127.in-addr.arpa zone with `1 PTR localhost.'
+
+SOA(REV(127.0.0))
+NS(NSNAME)
+REVERSE(127.0.0)
+
+; The actual localhost record comes from cf/localhost
diff --git a/cf.ucw/128-143.5.31.81 b/cf.ucw/128-143.5.31.81
new file mode 100644 (file)
index 0000000..58045ee
--- /dev/null
@@ -0,0 +1,4 @@
+SOA(REV(81.31.5.128-143))
+NS(jabberwock.ucw.cz,cs.cecom.cz,cm.cecom.cz)
+
+REVERSE(81.31.5, 128, 143)
diff --git a/cf.ucw/255 b/cf.ucw/255
new file mode 100644 (file)
index 0000000..3e93075
--- /dev/null
@@ -0,0 +1,5 @@
+; RFC 1912 tells us to provide an empty 255.in-addr.arpa zone
+
+SOA(REV(255))
+NS(NSNAME)
+REVERSE(255)
index 4f34df6373e3833dab4534a0a1eb37fdec374bf1..958ed4638bbad10a65e06d676a44984472d1bbaf 100644 (file)
@@ -1,14 +1,13 @@
-# Domain table for NSC at UCW
+; Domain table for NSC at UCW
 
-# Various mandatory things
+; Various mandatory things required by RFC 1912, section 4.1
 PRIMARY(localhost)
 REVERSE(0)
 REVERSE(255)
 REVERSE(127.0.0, localhost)
 
 PRIMARY(ucw.cz)
-REVERSE(81.31.5, ucw.cz)
-REVERSE(2001:ae8::/64, ucw.cz)
+REVERSE(81.31.5.128-143, ucw.cz)
 PRIMARY(slady.cz)
 PRIMARY(slady.net)
 PRIMARY(pdesign.cz)
index a954135dcb3ea2f59f351664a0f2c2c63b749c88..cda6c95e5246129775f12b3738232d2c217d3122 100644 (file)
@@ -1,11 +1,8 @@
-; From this domain file we generate all the mandatory records specified
-; in RFC 1912, section 4.1:
-;      1)  Localhost zone containing `localhost A 127.0.0.1'
-;      2)  0.0.127.in-addr.arpa with `1 PTR localhost.'
-;      3)  empty 255.in-addr.arpa
-;      4)  empty 0.in-addr.arpa
+; RFC 1912 tells us to provide a localhost zone with `localhost A 127.0.0.1'
 
 SOA(localhost)
 NS(NSNAME)
 ADDR(127.0.0.1)
+
+; We don want NSC to add the standard localhost record to this zone
 define(`DISABLE_LOCALHOST', `1')
diff --git a/cf.ucw/martin.mares.name b/cf.ucw/martin.mares.name
new file mode 100644 (file)
index 0000000..3e9d48a
--- /dev/null
@@ -0,0 +1,4 @@
+SOA(martin.mares.name)
+NS(jabberwock.ucw.cz,drak.ucw.cz)
+MX(0 jabberwock.ucw.cz)
+DADDR(81.31.5.130)
diff --git a/cf.ucw/pdesign.cz b/cf.ucw/pdesign.cz
new file mode 100644 (file)
index 0000000..e92b71b
--- /dev/null
@@ -0,0 +1,6 @@
+SOA(pdesign.cz)
+NS(jabberwock.ucw.cz,drak.ucw.cz)
+MX(0 jabberwock.ucw.cz)
+DADDR(81.31.5.130)
+
+DH(www, 81.31.5.130)
diff --git a/cf.ucw/slady.cz b/cf.ucw/slady.cz
new file mode 100644 (file)
index 0000000..a4aa46c
--- /dev/null
@@ -0,0 +1,6 @@
+SOA(slady.cz)
+NS(jabberwock.ucw.cz,drak.ucw.cz)
+MX(0 jabberwock.ucw.cz)
+DADDR(81.31.5.130)
+
+DH(www, 81.31.5.130)
diff --git a/cf.ucw/slady.net b/cf.ucw/slady.net
new file mode 100644 (file)
index 0000000..4942b4b
--- /dev/null
@@ -0,0 +1,6 @@
+SOA(slady.net)
+NS(jabberwock.ucw.cz,drak.ucw.cz)
+MX(0 jabberwock.ucw.cz)
+DADDR(81.31.5.130)
+
+DH(www, 81.31.5.130)
index 18d61ea04e6e27648dbc3b27fc2032fac7a98f47..eb72dcda076d9d3fcadaf296811f07b3b5d8a794 100644 (file)
@@ -3,8 +3,6 @@
 define(`jabip', `81.31.5.130')
 define(`ucwmx', `0 jabberwock')
 
-define(`minttl', 300)
-
 SOA(ucw.cz)
 NS(jabberwock.ucw.cz,drak.ucw.cz,ns.parcon.cz)
 MX(ucwmx, 10 drak)
@@ -15,8 +13,6 @@ H(jabberwock, jabip)
 MX(ucwmx)
 ALIAS(lariat,www,ftp,vrr,cvs)
 
-H(jabberwock6, 2001:ae8::248:54ff:fe64:60b1)
-
 ; MJ's home network
 H(albireo, 81.27.194.19)
 MX(ucwmx)