On 27 Sep 2016, at 8:34, Harshith Mulky wrote:
> And the file looks like this
>
> $ORIGIN .
> $TTL 3600 ; 1 hour
> @ IN SOA atlanta.enum.bhnis.net. root.enum.bhnis.net. (
[...]
> getting these errors when starting named service
>
> enum.bhnis.net:3: ignoring out-of-zone data (.)
[
Remove the "$ORIGIN ." line. The zone statement sets the
initial $ORIGIN.
Nameserver records take NAMES not IP addresses. Give the
machines names. Then add address records for those names.
Then use those names in the NS records.
Mark
In message
,
Harshith Mulky writes:
> I have created this
On 27.09.16 07:34, Harshith Mulky wrote:
; Name Server (NS) records
enum.bhnis.net. IN NS atlanta.enum.bhnis.net.
NS72.31.4.5.
NS72.31.4.36.
getting these errors when starting named service
enum.bhnis.net:
I have created this in the /etc/named.conf
zone "enum.bhnis.net" IN {
type master;
file "enum.bhnis.net";
};
And the file looks like this
$ORIGIN .
$TTL 3600 ; 1 hour
@ IN SOA atlanta.enum.bhnis.net. root.enum.bhnis.net. (
20089270
4 matches
Mail list logo