Hi all,
I am trying to get my website working on a FreeBSD web server, but I am running into some configuration problems. I can run
I can start the named daemon just fine, this doesn't seem to be a critical error, but it's all I can think of that may be causing my issue. I copied my zone file from my old (Debian) web server, and recursively chown'd the /etc/namedb directory to the user bind, but I am still having issues. It seems to be a chroot issue, but I have little experiance with chroot'ing files. Can someone please point me in the right direction to fix this issue?
Thanks!
EDIT:
Here is the output of the
I am trying to get my website working on a FreeBSD web server, but I am running into some configuration problems. I can run
dig example.com
from the server and get an answer, but not from outside my network. When I run named-checkconf -t /etc/namedb/master/zone.db zone.db
I get the output
Code:
isc_dir_chroot: invalid file
I can start the named daemon just fine, this doesn't seem to be a critical error, but it's all I can think of that may be causing my issue. I copied my zone file from my old (Debian) web server, and recursively chown'd the /etc/namedb directory to the user bind, but I am still having issues. It seems to be a chroot issue, but I have little experiance with chroot'ing files. Can someone please point me in the right direction to fix this issue?
Thanks!
EDIT:
Here is the output of the
dig
command, just in case it will help debugging. I notice there is no Authority answer, but I am not sure if that is a problem:
Code:
; <<>> DiG 9.8.3-P4 <<>> example.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8855
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.org. IN A
;; ANSWER SECTION:
example.org. 273 IN A {My external IP}
;; Query time: 0 msec
;; SERVER: 10.0.0.22#53(10.0.0.22)
;; WHEN: Fri Aug 23 15:58:12 2013
;; MSG SIZE rcvd: 45