Questions tagged [rndc]
26 questions
0
votes
1 answer
bind9: rndc freeze: key redefined?
I have this rnd.key file on my system:
key "rndc-key1" {
algorithm hmac-md5;
secret "xxxxxxxxxxxxxxx==";
};
key "rndc-key2" {
algorithm hmac-md5;
secret "yyyyyyyyyyy==";
};
Then I use them for different zones:
zone…

nagylzs
- 759
- 3
- 12
- 23
0
votes
1 answer
rndc replication slower for ns4
I have 4 dns servers named ns1, ns2, ns3 and ns4. ns1 is the master and the rest are the slaves. I also use rndc to manage the replication. What I found is interesting is that when I make any modification to the zone files on ns1, ns2, ns3 are…

Qian Chen
- 292
- 3
- 19
0
votes
0 answers
RNDC is not reloading my ACL list in Bind, how can I make it reload without losing Cache?
I have two ACL's, one expired, and one authorized. When I make a change to the ACL and try:
rndc reload
and
rndc reconfig
I do not see that the ACL was refreshed. Any ideas?

Kladskull
- 1,255
- 5
- 15
- 32
0
votes
1 answer
BIND9 , restrict RNDC controls to specific views
I have a BIND9 installation where the zones are partitioned in different views.
I'd like to restrict the RNDC controls to this specific views.
Example: I want a RNDC client to be allowed to delete zones from view-A, but not from view-B.
Is it…

Andreas Schaefer
- 183
- 2
- 7
0
votes
2 answers
Bind9 refusing to start
I am experiencing issues getting Bind9 to start.
Output from "tail /var/log/messages":
Aug 15 06:50:30 iceweb kernel: [125973.964184] type=1400 audit(1313409030.779:50):
apparmor="DENIED" operation="open" parent=7227 profile="/usr/sbin/named"
…

Phill Fernandes
- 103
- 1
- 1
- 8
0
votes
1 answer
Shouldn't rndc reload invalidate the cache of that domain?
I've got a nameserver that I updated a zone file on, incremented the serial, and ran rndc reload. I then verified that named saw it in the log, and it did, without errors. But when I run dig domain.tld @localhost note: @localhost is the bind server…

xenoterracide
- 1,496
- 2
- 13
- 26
0
votes
1 answer
Is it possible to make rndc always validate on reload?
I've noticed that on some occasions, when I run rndc reload foobar.com, it'll validate the domain -- it'll give me an error if there is one, for example:
rndc: 'reload' failed: multiple RRs of singleton type
... or ...
rndc: 'reload' failed: not a…

Nick Bolton
- 5,126
- 12
- 54
- 62
0
votes
0 answers
rndc Zone transfer completed but where is the hosts file?
Good day
When I run the following command from slave
rndc retransfer example.com
(or rndc addzone example.com '{ type slave; masters { masterip; }; };') before it was created
the log returns:
received control channel command 'retransfer…

user3265051
- 109
- 2
-1
votes
1 answer
Unrealistic number of zones in rndc status
I get 102 zones when I do rndc status. My BIND9 server is only authoritative for 1 zone (that's the site that I host on my LAMP server). I'm aware that it could be an extra ten or so zones, due to the fact that those are in system use or something…

Gregory
- 121
- 1
- 3
- 9
-1
votes
2 answers
bind view clause causes fail
I'm trying to setup views in my bind9 configuration. I use ubuntu 10.04.
When I add
view "general" {
match-clients { any; };
};
I try to reload bind9 and rndc but it fails.
rndc: 'reload' failed: failure
Does any one know how to solve this ? Or…
Andrew
-2
votes
1 answer
BIND9 sends notify to slave only with also-notify
I have a problem that has been driving me crazy for three days!
I'm replacing my Authoritative DNS servers with new ones and then I'm resetting all BIND9 configurations again to do a bit more "fine tuning" given the replacement.
I have configured a…

MrTaik
- 27
- 8