Can one DNS Server support 2 or more zone for dynamic update?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: A record can be register to test.com

CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test10000.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: None of the record can be register.

It seems that only test.com can support ddns. I have check test10000.com
already support DDNS. Please help, thanks.
 
Yes.

A DNS server can support an unlimited number of zones.

Each zone may be of any type (Primary, Secondary, or if a DC it
can be AD Integrated).

If a zone is AD-Integrated or Primary it can be dynamic -- this
is all independent of other zones.

CASE 1: server : sps
primary DNS suffix : test.com

Irrelevant to acting as a DNS server.
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test.com
(have enable "Using this connection suffix for DNS
registration)

Why? Shouldn't it register as it's primary suffix (the one in system
control panel)?
RESULT: A record can be register to test.com

CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test10000.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: None of the record can be register.

It seems that only test.com can support ddns. I have check test10000.com
already support DDNS. Please help, thanks.

What are you really trying to do?
 
In
php said:
CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: A record can be register to test.com

CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test10000.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: None of the record can be register.

It seems that only test.com can support ddns. I have check
test10000.com already support DDNS. Please help, thanks.

Make sure in IP properties, Advanced, DNS tab, you have listed all relevant
zones you want to register in after you click on the radio button that says
"Append these DNS suffixes [in order] and the checkbox below is is set to
"Register this connection's address in DNS.

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Infinite Diversities in Infinite Combinations.
=================================
 
In
php said:
CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: A record can be register to test.com

CASE 1: server : sps
primary DNS suffix : test.com
Zone1 test.com
Zone2 test10000.com

client :NB001
primary DNS suffix : abc.com
connection suffix : test10000.com
(have enable "Using this connection suffix for DNS
registration)
RESULT: None of the record can be register.

It seems that only test.com can support ddns. I have check
test10000.com already support DDNS. Please help, thanks.

Yes, a client can register in zones for both the Primary and Connection DNS
suffix.
If only one zone is being registered in, that would suggest a possible
permission or security issue, if the zones are stored in AD.
 
Back
Top