6
votes
0answers
252 views

DHCP - strange issues (DDNS and IP Pools)

At my company I have encountered a strange dhcp server issue. Actually there are 2 issues. The first one is, in one of my ip pools I use deny unknown-clients statement, but if I create a host ...
1
vote
1answer
82 views

Bind9 getting out-of-zone warning on forward address

I've searched for hours after hours finding similar errors in almost all relevant forum sites on the web and none have helped me resolve my problem. At the moment I'm running Debian 6.0.6 with Bind ...
1
vote
2answers
608 views

BIND permission errors

I've been trying to use nsupdate to dynamiclly update my nameservers records. I get a serverfail when i attempt it. This is from the syslogs. Nov 12 08:00:53 ps133045 named[14314]: client ...
1
vote
2answers
131 views

My own Nameserver wont resolve domain

What I want to do is to make my domain name resolve using my own nameservers. I got 3 VPSes, all running debian and a domain name, mydomain.com 2 VPS are nameservers and 1 is a webserver. At my ...
1
vote
2answers
164 views

Advice on setting up my own DDNS server

Hello I've got a petproject running, creating a DDNS that is. I've read up on it but before I start buying resources and build, I was looking for some feedback on my current thoughts. My basic idea ...
1
vote
0answers
84 views

DNS lookup failure while configuration is okay

I have configured my DNS using OpenPanel and it didn't report any errors. It just adds a DNS config file which is included /etc/bind/named.conf. When I do named-checkconf /etc/bind/named.conf ...
3
votes
1answer
329 views

Losing connectivity with DNS

I have set up an 'internal' DNS at my work, basically we have an example.com domain name that is for internet, email etc and I have created on one of our linux network servers (debian) a DNS using ...
0
votes
1answer
166 views

is it possible to setup internal (local area network) domain names

I was wondering if it possible to setup local area network domain names, so for instance if I asked for local-server.org, the dns server would automatically send me to 192.168.1.111 (it would "take ...
1
vote
1answer
110 views

debian squeeze bind wizard application

I need a program to automatically generate bind zone files and rev files. any recommended program for this. but i dont need web based application. i need cli tools. changing bind zone files is so ...
-2
votes
2answers
314 views

Bind 9.8 not loading - '/var/cache/bind' failed: file not found

I have compiled Bind 9.8 on Debian, and am having difficulty getting the daemon to load. Output of more /var/log/daemon.log | grep named is as follows (I have isolated the problem to the following ...
0
votes
4answers
731 views

Install bind9.8 on Debian 6

As I am setting up a Samba4 domain, I would like to install Bind9.8, however, it is not in backports, and using testing would upgrade many other packages to testing. Any suggestions?
0
votes
1answer
289 views

configure secondary dns server debian

I have two VPS. I would like to use second one as a secondary dns server. both VPS are Debian 6. how I could do that? is it enough that I install bind9 and copy zone files from first VPS to second ...
1
vote
2answers
258 views

DNS propagation delay or bad configuration?

I have been waiting the DNS propagation for almost 24 hours. I'am no impatient, but I want to know if I configured my zone good or I have any error in it. I think that is good, because if I use my ...
-2
votes
2answers
532 views

Running DNS for multiple domains on a debian server

I'm pretty new to this! I'm trying to redirect my url to my server, so all I did was this : http://www.debian-administration.org/articles/412 which consisted of adding a ...
0
votes
1answer
197 views

Why is my bind9 totally messed up?

I'm completely dumbfolded by this situation, the deal is this: I'm currently setting up an uml-instance of debain to work as a network server as part of a university course. One part is installing a ...
0
votes
1answer
473 views

Different possible formats for the Bind9 statistics file

I'm trying to add some performance monitoring for our DNS servers using the Appaloosa templates however it seems that the format of the statistics file created by bind9 ( with statistics-file ...
0
votes
4answers
2k views

configure BIND DNS on debian

I'm trying to configure configure BIND for use on my local Debian machine, which I will use as a development and testing environment. First of all, I'm using Debian 6.x [Squeeze] and BIND 9. BIND ...
1
vote
3answers
174 views

The server at www.rencontres-selection.com is taking too long to respond

I get this error message while trying to access this site in firefox. The site is hosted on a dedibox with Debian, apache2, php5, and bind9. If run a dig command, or any kind of ping i get the good ...
-1
votes
1answer
209 views

DHCP Server priority

I have a LAN of 4 computers connected through D-Link dir-300 router. This router have own dhcpd and IP adress 192.168.0.1, but i want to use one of computers as dhcp server. I got install bind9 to ...
2
votes
3answers
632 views

How to configure bind9 to accept connections from other machines

I'm sure this has been asked in some form before but I'm completely new to DNS and inexperienced with Linux, so bear with me :) I have a VPS from OVH hosting that I've managed to configure to suit my ...
0
votes
2answers
209 views

Virtualhost adding another domain to server

I'm trying to add another domain to my server. I followed this : http://www.Debian-administration.org/articles/412 Basically, I created a new file called www.site.com in the ...
0
votes
3answers
113 views

domain works randomly

I have problem with configuring bind9 on debian (lenny) server. Generaly speaking everything is working ok but sometimes I get 404 on few domains (eg. 4stopnie.com but after few refreshes in browser ...
0
votes
1answer
794 views

Multiple instances of bind on debian

I want to run two instances of bind on a server, one for authoritative answers and one for recursive queries. MaraDNS can easily be configured to run multiple instances. You just add a line for each ...
0
votes
2answers
2k views

Setting up a DNS name server for a mass virtual host with Bind9

I am trying to set up a chrooted DNS name server in a local LAN like this everyone connected in the LAN can have access to the mass virtual hosts defined for a development ambience without having to ...
2
votes
2answers
1k views

How to minimise bind9 memory footprint?

I'm running bind 9.5.1 on debian lenny. Unfortunately the machine does not have a lot of memory (only 500MB) and with apache, db and mailserver this is getting tight. Currently bind takes about 10% ...