Modifié : sisr1/tp03/files_service/db.monlabo.lan

Modifié :         sisr1/tp03/files_service/db.monlabo.lan.rev
	Modifié :         sisr1/tp03/files_service/dhcpd.conf
	Nouveau fichier : sisr1/tp03/files_service/resolv.conf
This commit is contained in:
Guillaume Emorine
2024-03-25 09:04:56 +01:00
parent f85a0db20c
commit d0abb453cb
4 changed files with 21 additions and 18 deletions

View File

@@ -1,9 +1,6 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA srv-service-ge.monlabo.lan. root.monlabo.lan. (
2635478965 ; Serial
2635478965 ; Serial
216 ; Refresh
3600 ; Retry
2419200 ; Expire
@@ -14,13 +11,15 @@ $TTL 604800
IN A 172.16.0.1
IN A 172.16.0.2
IN A 172.16.0.254
IN A 172.16.0.10
IN A 172.16.0.100
IN A 172.16.0.254
srv-service-ge IN A 172.16.0.1
srv-dns2-ge IN A 172.16.0.2
srv-admin-ge IN A 172.16.0.254
pc-cli-ge IN A 172.16.0.100
pc-secure-ge IN A 172.16.0.10
srvdns IN CNAME srv-service-ge
dns IN CNAME srv-service-ge
@@ -32,5 +31,6 @@ router IN CNAME srv-admin-ge
pc IN CNAME pc-cli-ge
client IN CNAME pc-cli-ge
pccli IN CNAME pc-cli-ge
pcsecure IN CNAME pc-secure-ge
srvdns2 IN CNAME srv-dns2-ge
dns2 IN CNAME srv-dns2-ge