DNS problem
|
Author |
Message |
tsyoker
Junior Member
Posts: 18
Joined: Nov 2008
Reputation: 0
|
RE: DNS problem
options {
directory "/var/cache/bind";
forwarders {
[78.46.106.99];};
auth-nxdomain no;
dnssec-enable yes;
};
key "TRANSFER" {
algorithm hmac-md5;
secret "[HASHKEY]";
};
server [YOUR.NS2.IP] {
keys {
TRANSFER;
};
};
this is right? same error.
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: starting BIND 9.3.4-P1.1 -u bind
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: found 2 CPUs, using 2 worker threads
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: loading configuration from '/etc/bind/named.conf'
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: /etc/bind/named.conf:12: expected IP address near '[78.46.106.99]'
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: loading configuration: unexpected token
Feb 8 11:26:33 Debian-40-etch-32-minimal named[23091]: exiting (due to fatal error)
(This post was last modified: 02-08-2009 08:29 PM by tsyoker.)
|
|
02-08-2009 08:27 PM |
|
Messages In This Thread |
RE: DNS problem - tsyoker - 02-08-2009 08:27 PM
|
User(s) browsing this thread: 1 Guest(s)