tkt
This commit is contained in:
18
SCR2.2/TP23/solar-5-tp23/sethi.db.mos
Normal file
18
SCR2.2/TP23/solar-5-tp23/sethi.db.mos
Normal file
@@ -0,0 +1,18 @@
|
||||
$TTL 3600
|
||||
@ IN SOA sethi.mos. root.mos. (
|
||||
2007010401 ; Serial
|
||||
3600 ; Refresh [1h]
|
||||
600 ; Retry [10m]
|
||||
86400 ; Expire [1d]
|
||||
600 ) ; Negative Cache TTL [1h]
|
||||
;
|
||||
@ IN NS sethi.mos.
|
||||
|
||||
|
||||
sethi IN A 80.80.0.20
|
||||
kheops IN A 80.80.0.10
|
||||
host1 IN A 80.80.0.1
|
||||
host2 IN A 80.80.0.2
|
||||
host3 IN A 80.80.0.3
|
||||
host4 IN A 80.80.0.4
|
||||
host5 IN A 80.80.0.5
|
||||
17
SCR2.2/TP23/solar-5-tp23/sethi.db.mos.inv
Normal file
17
SCR2.2/TP23/solar-5-tp23/sethi.db.mos.inv
Normal file
@@ -0,0 +1,17 @@
|
||||
$TTL 3600
|
||||
@ IN SOA sethi.mos. root.mos. (
|
||||
2007010401 ; Serial
|
||||
3600 ; Refresh [1h]
|
||||
600 ; Retry [10m]
|
||||
86400 ; Expire [1d]
|
||||
600 ) ; Negative Cache TTL [1h]
|
||||
;
|
||||
@ IN NS sethi.mos.
|
||||
|
||||
10.0.80.80.in-addr.arpa IN PTR kheops.mos.
|
||||
20.0.80.80.in-addr.arpa IN PTR sethi.mos.
|
||||
1.0.80.80.in-addr.arpa IN PTR host1.mos.
|
||||
2.0.80.80.in-addr.arpa IN PTR host2.mos.
|
||||
3.0.80.80.in-addr.arpa IN PTR host3.mos.
|
||||
4.0.80.80.in-addr.arpa IN PTR host4.mos.
|
||||
5.0.80.80.in-addr.arpa IN PTR host5.mos.
|
||||
10
SCR2.2/TP23/solar-5-tp23/sethi.named.conf.local
Normal file
10
SCR2.2/TP23/solar-5-tp23/sethi.named.conf.local
Normal file
@@ -0,0 +1,10 @@
|
||||
zone "mos" {
|
||||
|
||||
type master;
|
||||
file "/etc/bind/db.mos";
|
||||
};
|
||||
zone "80.80.in-addr.arpa" {
|
||||
|
||||
type master;
|
||||
file "/etc/bind/db.mos.inv";
|
||||
};
|
||||
Reference in New Issue
Block a user