BIND is the de facto standard DNS server

learn more… | top users | synonyms

1
vote
2answers
141 views

bind9named binary missing - not starting

I have just compiles and installed BIND 9.9.1-P1 on Debian 6.0 as the version in the repositories is too old for Samba4, and am getting the said error. I have been looking for source for named, but ...
0
votes
1answer
65 views

bind9: client update denied

I've a bind9.7.3 running on Debian squeeze. I've configured a zone to accept dynamic update using a key: (I've replaced the key and the actual domain names ...) key "yme" { algorithm ...
0
votes
1answer
790 views

unable to start named service

Whenever I try to run the named service, I get the following even though my permissions and folder ownership is all fine: [root@f13 ~]# service named start Starting named: Error in named ...
2
votes
0answers
56 views

How to bind ppp0 interface (PPTP VPN) as 'external' in proxy server?

I'm trying to bind ppp0 interface (PPTP VPN) as 'external' interface in proxy server (Tinyproxy). Unfortunately it does not work. Using route add -net default gw 10.9.0.1 I can make all the traffic ...
1
vote
0answers
440 views

centos 6, hostname won't resolve, dns issue, loop detected

I've searched everywhere and tried all the suggestions that I've seen, but I just can't get this to work now (it was working before). This is the first time I've ever installed a test server that I ...
1
vote
0answers
193 views

How to configure dhcpd to register ipv4 with bind while having static ipv6 addresses?

I have IPv6 configured on my local network via radvd; it advertises a routable IPv6 block, that all the machines auto-configure.s I have IPv4 assigned to a NAT'd block via dhcpd and that updates ...
1
vote
0answers
68 views

glTail and Bind9 logs

My bind9 server logs queries to syslog and it produces lines like this in /var/log/syslog Aug 23 17:25:41 serverdns named[1690]: client 10.10.10.20#35495: query: 52.122.168.109.blackholes.easynet.nl ...
0
votes
0answers
42 views

Bind cannot start

Sorry I'm a newbie, I have installed Fedora 12, Bind DNS and others features. Also I'm using webmin. Several times it can work normally, but now I have to make changes in DNS record (actually I ...
0
votes
0answers
314 views

Bind DNS rate-limit and values for responses-per-second and window

In my DNS server's named.conf I see rate-limit { responses-per-second 5; window 5; }; What does this actually mean? And can it cause DNS clients problems? Is this ...