Networking Forums

Networking Forums > Computer Networking > Linux Networking > bind problem

Reply
 
 
Pr3d
Guest
Posts: n/a

 
      12-25-2006, 11:44 PM
Hi all and sorry for my bad english...

Ive installed bind 9 with dhcp and all seems works fine.
Dhcp release ip address and write records in a dns zone files.

Now, ive disabled dhcp and i use static ip address on my client.

This is part of my named.conf:

zone "domain.com" {
type master;
file "domain.com.zone";
allow-update { any; };
allow-transfer { none; };
allow-query { any; };
};

Now ive deleted
allow-update { rndckey; }; (used it with dhcp)
and added
allow-update { any; }; (allow all clients update zone files)

But the clients doesnt update the zone files.
Why?

Ive tried to create an acl too:

acl mynet {
10.100.0.0/24; 127.0.0.1;
};

and allow-update { mynet; };

but clients doesnt update dns zone.
Can i use static ip address and automatically zone file updating?

anyone can help me?
Thanks.
 
Reply With Quote
 
 
 
 
Robert
Guest
Posts: n/a

 
      12-26-2006, 11:43 PM
On Tue, 26 Dec 2006 01:44:24 +0100, Pr3d wrote:

> Can i use static ip address and automatically zone file updating?


NOPE!


--

Regards
Robert

Smile... it increases your face value!


----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
Pr3d
Guest
Posts: n/a

 
      12-27-2006, 11:24 PM
Robert ha scritto:
>
> NOPE!
>
>


Why no?
If i use allow-update any my nic should be able to updates zone files...
right?
 
Reply With Quote
 
Skymaster
Guest
Posts: n/a

 
      12-28-2006, 08:47 AM

Pr3d wrote:
> Robert ha scritto:
> >
> > NOPE!
> >
> >

>
> Why no?
> If i use allow-update any my nic should be able to updates zone files...
> right?


Because its not your NIC that does the DNS updating. Your NIC knows
nothing of layer 3 & 4 network protocols. Its the DHCP server software
that was automatically updating bind. Windows 2k/XP have the feature to
dynamically update DNS, but this is not something that is specific to
the IP stack. You'll want to investigate some Dynamic DNS software for
Bind if this is your intention. But then again....if you've got a
static IP, why in the world would you want dynamic DNS? why not just
put in a static A record into the DNS server zone files?

 
Reply With Quote
 
Pr3d
Guest
Posts: n/a

 
      12-31-2006, 01:06 AM
Skymaster ha scritto:
>
> Because its not your NIC that does the DNS updating. Your NIC knows
> nothing of layer 3 & 4 network protocols. Its the DHCP server software
> that was automatically updating bind. Windows 2k/XP have the feature to
> dynamically update DNS, but this is not something that is specific to
> the IP stack. You'll want to investigate some Dynamic DNS software for
> Bind if this is your intention. But then again....if you've got a
> static IP, why in the world would you want dynamic DNS? why not just
> put in a static A record into the DNS server zone files?
>


Ive added allow-update { clientsiprange/subnetbit; }; in my named.conf
and now bind accept dynamic update by clients with statics ip address.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind error : Address already in use problem ankur Linux Networking 1 02-16-2007 01:52 AM
weird name resolution problem w/ bind Klaus A. Kreil Linux Networking 2 07-04-2004 11:15 AM
Newbie: DNS/Bind problem with adding zone john Linux Networking 4 12-27-2003 10:46 PM
Problem with BIND 9.2.1 Lam Chun Wing [PG] Linux Networking 0 09-30-2003 05:16 AM
DNS/Bind rumbera Linux Networking 2 07-12-2003 08:15 AM



1 2 3 4 5 6 7 8 9 10 11