:
: We have a Public DNS server and we have a half of a C block. 1-127. I
want
: to control the reverse lookup zone. I have done this many times with a
full
: C class. But what if i have a half of one. If i create a reverse lookup
: for (using local IPs for example)
:
: 1.168.192.in-addr.apra then i will be managing the whole block, which our
: upstream says ...no.no.
:
: i want to create one for 192.168.1.1-127. so how would i do it?
Clearly 192 is only used as reference since it is private addressing.
..0 is your network address
..127 is your broadcast address
usable client address range is 1-126
Since a Class C has 24-bits of subnet mask, and you have 0-127, then you
have 25 bits of subnet mask or CIDR: 192.168.1.0/25
Someone else may have the other half: 192.168.1.128/25. The subnet mask
would be 255.255.255.128 because using binary, the last octet is: 128 64 32
16 8 4 2 1 repectfully with bits of subnet mask 25 26 27 28 29 30 31 32.
So, your reverse zone would be:
<subnet>.<subnet mask bit count>.1.168.192.in-addr.arpa
or
0.25.1.168.192.in-addr.arpa
If you had the other half of the Class C then you would use:
128.25.1.168.192.in-addr.arpa
Ref.
http://support.microsoft.com/defaul...port/kb/articles/Q174/4/19.asp&NoWebContent=1
HTH...
--
Roland
This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.
-Technet Knowledge Base-
http://support.microsoft.com/default.aspx?scid=fh;EN-US;kbhowto&sd=TECH&ln=EN-US&FR=0
-Technet Script Center-
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/default.asp
-MSDN Library-
http://msdn.microsoft.com/library/default.asp