0

I am trying to configure a server with bind9 on ubuntu 16.4.2 LTS. I configured the DNS direct zone like this:

;
; BIND data file for local loopback interface
;
$TTL    604800
@       IN      SOA     asirrafaas.edu. server.asirrafaas.edu. (
                              2         ; Serial
                        3024000         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      asirrafaas.edu.
@       IN      A       10.0.0.15
@       IN      AAAA    ::1

When I execute named-checkconf db.asirrafaas.edu the system gives me the following error:

db.asirrafaas.edu:1: syntax error near ';' When I use service bind9 status, it says tghat all is ok My server has ip address 10.0.0.15/8

ras212
  • 113
  • 6

0 Answers0