Compare commits

...

2 Commits

Author SHA1 Message Date
116065a9bd dns1 fini 2025-02-03 10:58:08 +01:00
802428a5f9 dns1 2025-02-03 10:56:19 +01:00
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,20 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA dns1-ab.sio-ab.lan. root.dns1-ab.sio-ab.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
NS dns1-ab.sio-ab.lan.
NS dns2-ab.sio-ab.lan.
A 192.168.0.162
dns1-ab.sio-ab.lan. A 192.168.0.161
;
@ IN NS localhost.
@ IN A 127.0.0.1
@ IN A 192.168.0.160
@ IN AAAA ::1
;

View File

@ -0,0 +1,16 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA dns1-ab.sio-ab.lan. root (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN NS dns1-ab.sio.lan.
IN NS dns2-ab.sio.lan.
160 IN PTR deb-dhcp-ab.sio-ab.lan.
161 IN PTR dns1-ab.sio-ab.lan.
162 IN PTR dns2-ab.sio-ab.lan.

View File

@ -0,0 +1,20 @@
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
// zone directe
zone "sio-ab.lan" {
type master;
file "/etc/bind/db.sio-ab.lan";
};
// zone inverse
zone "0.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.sio-ab.lan.rev";
};

View File

@ -0,0 +1,4 @@
domain sio-ab.lan
search sio-ab.lan
nameserver 192.168.0.161
nameserver 10.121.38.7