nel conf reverse
Codice:
$TTL 604800
@ IN SOA .pdc.simone.local. root.simone.local. (
3 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
; name servers
IN NS pdc.simone.local.
IN NS pdc.simone.local.
; PTR Records
11.10 IN PTR pdc.simone.local. ; 192.168.0.6
12.20 IN PTR pdc.simone.local. ; 192.168.0.8
101.100 IN PTR pdc.simone.local. ; 192.168.0.10
102.200 IN PTR pdc.simone.local. ; 192.168.0.8
nel forward
Codice:
$TTL 604800
@ IN SOA .pdc.simone.local. root.simone.local. (
3 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
; name servers
IN NS pdc.simone.local.
IN NS pdc.simone.local.
; PTR Records
11.10 IN PTR pdc.simone.local. ; 192.168.0.6
12.20 IN PTR pdc.simone.local. ; 192.168.0.8
101.100 IN PTR pdc.simone.local. ; 192.168.0.10
102.200 IN PTR pdc.simone.local. ; 192.168.0.8
in
vi /etc/resolv.conf
; generated by /sbin/dhclient-script
search pdc.simone.local
nameserver 127.0.0.1
nameserver192.168.0.5
risultato
[root@localhost network-scripts]# service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone localhost.localdomain/IN: loaded serial 0
zone localhost/IN: loaded serial 0
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
zone \032simone.local/IN: loading from master file forward.simone failed: file not found
zone \032simone.local/IN: not loaded due to errors.
_default/ simone.local/IN: file not found
zone 192.168.0.24.in-addr.arpa/IN: loading from master file reverse.simone failed: file not found
zone 192.168.0.24.in-addr.arpa/IN: not loaded due to errors.
_default/192.168.0.24.in-addr.arpa/IN: file not found
[FAILED]
[root@localhost network-scripts]#
sinceramente io non so piu cosa fare
questa config l'ho presa da
https://www.digitalocean.com/commun...d-as-a-private-network-dns-server-on-centos-7
ho provato ad adattarla con i miei appunti ma e tutto il giorno che sono dietro non capisco che cosa cè che non va