LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-01-2005, 03:30 PM   #1
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Rep: Reputation: 51
my DNS server doesn't remove don't existing machines


hi

I've installed the linux BIND 9.2.1 DNS server for the NT4/WIN2000/linux area network.
All WIN2000 machines register themselves (with fixed IP addresses) or via DHCP (reverse entries included) on the linux BIND DNS server automatically.

But I can find DDNS Entries from some WIN2000 client machines don't existing since 1 or 2 months.
How to solve this problem ?
I mean, if the machine doesn't exist anymore, the DDNS entry should be deleted automatically.

config file:
Code:
options {

directory "/var/lib/named";

auth-nxdomain yes;
multiple-cnames no;
cleaning-interval 60;
datasize default;
stacksize default;
coresize default;
files unlimited;
#recursion yes;

forwarders { X.X.X.X; X.X.X.X; X.X.X.X; };
forward first;

listen-on port 53 { 127.0.0.1; 10.30.1.10; };
listen-on-v6 { any; };

notify no;
};

zone "." in {
type hint;
file "root.hint";
};


zone "localhost" in {
type master;
file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};


/Zone entry for domain xxxx.net.
zone "xxxx.net" {
type master;
file "/var/named/xxxx.net.hosts";
allow-update { 10.30.0.0/22; };
};

zone "0.30.10.in-addr.arpa" {
type master;
file "/var/named/10.30.0.rev";
allow-update { 10.30.0.0/22; };
};

zone "1.30.10.in-addr.arpa" {
type master;
file "/var/named/10.30.1.rev";
allow-update { 10.30.0.0/22; };
};

zone "2.30.10.in-addr.arpa" {
type master;
file "/var/named/10.30.2.rev";
allow-update { 10.30.0.0/22; };
};

zone "3.30.10.in-addr.arpa" {
type master;
file "/var/named/10.30.3.rev";
allow-update { 10.30.0.0/22; };
};

Last edited by cccc; 01-08-2005 at 04:34 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help needed to setup a DNS server can anyone say how to configure a DNS server subha Linux - Networking 4 04-27-2012 11:50 PM
can't see redhat machines from dns kagatone Linux - Newbie 7 09-15-2005 04:46 PM
Duplicate existing Server config to another Server aptsa Linux - Newbie 2 04-04-2005 05:46 PM
dns resolution on client machines phobox Linux - Networking 2 01-30-2004 06:48 PM
Connecting existing Windows Machines to Linux Server tj8_us Linux - Networking 0 09-13-2003 03:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration