srv-service
This commit is contained in:
20
sisr1/tp03-reseau-prive/srv-service/db.monlabo.lan.rev
Normal file
20
sisr1/tp03-reseau-prive/srv-service/db.monlabo.lan.rev
Normal file
@@ -0,0 +1,20 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA srv-service.monlabo.lan. root.srv-service.monlabo.lan. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
|
||||
NS srv-service.monlabo.lan.
|
||||
NS srv-dns2.monlabo.lan.
|
||||
srv-service.monlabo.lan. IN A 172.16.0.2
|
||||
srv-dns2.monlabo.lan. IN A 172.16.0.3
|
||||
1 IN PTR srv-admin-tc.monlabo.lan.
|
||||
2 IN PTR srv-service.monlabo.lan.
|
||||
3 IN PTR srv-dns2.monlabo.lan.
|
||||
|
||||
|
Reference in New Issue
Block a user