Compare commits
4 Commits
a4e0bf7771
...
69a4ea09e5
Author | SHA1 | Date | |
---|---|---|---|
69a4ea09e5 | |||
3690f4fb4d | |||
972004fc18 | |||
|
e98539e722 |
22
sisr1/tp02-dns/dns1/db.sio-tc.lan
Normal file
22
sisr1/tp02-dns/dns1/db.sio-tc.lan
Normal file
@ -0,0 +1,22 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA dns1-tc.sio-tc.lan. root.dns1-tc.sio-tc.lan. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
|
||||
@ IN NS dns1-tc.sio-tc.lan.
|
||||
@ IN A 127.0.0.1
|
||||
dns2-tc.sio-tc.lan. IN A 192.168.0.162
|
||||
dns1-tc.sio-tc.lan. IN A 192.168.0.161
|
||||
deb-dhcp-tc IN A 192.168.0.160
|
||||
;@ IN AAAA ::1
|
||||
dhcp CNAME deb-dhcp-tc
|
||||
dns1 CNAME dns1-tc
|
||||
dns2 CNAME dns2-tc
|
22
sisr1/tp02-dns/dns1/db.sio-tc.lan.rev
Normal file
22
sisr1/tp02-dns/dns1/db.sio-tc.lan.rev
Normal file
@ -0,0 +1,22 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA dns1-tc.sio-tc.lan. root.dns1-tc.sio-tc.lan. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
|
||||
@ IN NS dns1-tc.sio-tc.lan.
|
||||
;@ IN A 127.0.0.1
|
||||
;@ IN AAAA ::1
|
||||
162 IN PTR dns2-tc.sio-tc.lan.
|
||||
161 IN PTR dns1-tc.sio-tc.lan.
|
||||
160 IN PTR deb-dhcp-tc.sio.lan.
|
||||
dhcp CNAME deb-dhcp-tc.sio-tc.lan
|
||||
dns1 CNAME dns1-tc
|
||||
dns2 CNAME dns2-tc
|
22
sisr1/tp02-dns/dns1/named.conf.local
Normal file
22
sisr1/tp02-dns/dns1/named.conf.local
Normal file
@ -0,0 +1,22 @@
|
||||
//
|
||||
// Do any local configuration here
|
||||
//
|
||||
|
||||
// zone directe
|
||||
zone "sio-tc.lan" {
|
||||
type master;
|
||||
file "/etc/bind/db.sio-tc.lan";
|
||||
};
|
||||
|
||||
// zone inverse
|
||||
zone "0.168.192.in-addr.arpa" {
|
||||
type master;
|
||||
notify no;
|
||||
file "/etc/bind/db.sio-tc.lan.rev";
|
||||
};
|
||||
|
||||
|
||||
// Consider adding the 1918 zones here, if they are not used in your
|
||||
// organization
|
||||
//include "/etc/bind/zones.rfc1918";
|
||||
|
4
sisr1/tp02-dns/dns1/resolv.conf
Normal file
4
sisr1/tp02-dns/dns1/resolv.conf
Normal file
@ -0,0 +1,4 @@
|
||||
domain sio-tc.lan
|
||||
search sio-tc.lan
|
||||
nameserver 127.0.0.1
|
||||
nameserver 10.121.38.7
|
Loading…
x
Reference in New Issue
Block a user