I've installed a new freeBDS 12 server. The old server FreeBSD 10 has to be replaced (old hardware).
I put this new server into my network to configure it properly before it replaces the old one.
There are two nic's configurated. The second is disabled for now.
I've also installed Bind_914 with pkg install. I took DNS files (only de arpa and main file where the adresses are configured) and put them in /usr/local/etc/namedb/master.
I've configured /etc/hosts with the local ip and his own. /etc/resolv.conf has :
If I start the nameserver, messages tells the server is running:
As far as I know, the configuration is the same als the old server.
But when using
What can I do more to get it work?
I put this new server into my network to configure it properly before it replaces the old one.
There are two nic's configurated. The second is disabled for now.
I've also installed Bind_914 with pkg install. I took DNS files (only de arpa and main file where the adresses are configured) and put them in /usr/local/etc/namedb/master.
I've configured /etc/hosts with the local ip and his own. /etc/resolv.conf has :
Code:
nameserver 192.210.5.12
search heemstede.pnelis.nl
Code:
Feb 20 12:39:39 GatewayBSD12 named[1039]: --------------------------------------
--------------
Feb 20 12:39:39 GatewayBSD12 named[1039]: command channel listening on 127.0.0.1
#953
Feb 20 12:39:39 GatewayBSD12 named[1039]: command channel listening on ::1#953
Feb 20 12:39:39 GatewayBSD12 named[1039]: all zones loaded
Feb 20 12:39:39 GatewayBSD12 named[1039]: running
Feb 20 12:39:49 GatewayBSD12 named[1039]: managed-keys-zone: Unable to fetch DNS
KEY set '.': timed out
As far as I know, the configuration is the same als the old server.
But when using
dig
or drill
the tool comes whit the message:
Code:
; <<>> DiG 9.14.9 <<>>
;; global options: +cmd
;; connection timed out; no servers could be reached
What can I do more to get it work?