"#service named restart" fails with a weird message

Jeremy C. Reed jreed at isc.org
Fri Jun 19 18:17:07 UTC 2015


On Fri, 19 Jun 2015, Samad Agha wrote:

> Error in named configuration:
> /etc/named.conf:3: missing ';' before '}'

Look on line 3

> /etc/named.conf:11: missing ';' before '}'

Look on line 11

> options {
>          directory "/var/named";
>         allow-recursion {207.151.36.0/24; 206.117.117.0/24};

Add a semicolon before the } to end the list of networks.

>  };
>  
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "db.127.0.0"

Add missing semicolon at the end of that line.

> };


More information about the bind-users mailing list