G
Guest
It seems to be strange problem with Windows 2000 Advance Server DNS (with Service Pack 2). I’m running an Active Directory integrated multihomed DNS server (with only one Ethernet Interface having additional IP addresses). The machine on which the DNS server is running is also a domain controller (root). This is required, because my network is divided into layer 2 switched VPN groups with different subnets (beginning from 172.16.0.0/24 to 172.16.10.0/24). Now, in order to make the DNS server member of each subnet I assigned additional IPs to the Ethernet Interface (starting from 172.16.0.1/24 to 172.16.10.1/24).
The host in the network receives IPs from the DHCP server (which is also running on the same machine as the DNS server). The hosts are assigned their respective DNS server IPs (say host in subnet 172.16.1.0/24 are assigned DNS server IPs as 172.16.1.1/24). The DHCP server is made to register the host name in the DNS server. There is no problem with the DHCP server, since everything is seems to be working fine.
The DNS server is listening on all the assigned IP addresses. I can even ping using the additional IPs (from the same machine), but hosts are unable to connect to the domain, because the additional IPs are not pointing to the DNS server. Moreover, if I reload the zone data, the additional IPs are registered (pointing to the DNS server - to itself), but they disappears when the DNS updates its records after 20 min. I tried putting TTL = 365 days for additional IPs - for each host record, but it did not work.
ipconfig/all (at any instance) displays the following listing (it is static, additional IPs are always listed).
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : dc-root
Primary DNS Suffix . . . . . . . : inet.kec
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : inet.kec
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82540EM Based Network Connection
Physical Address. . . . . . . . . : 00-C0-9F-24-1D-3B
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.16.10.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.9.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.8.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.7.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.6.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.5.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.4.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.3.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.2.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.1.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.0.21
DNS Servers . . . . . . . . . . . : 172.16.0.1
After I reload the DNS zone (or soon after I add the additional IPs pointing to the DNS server), nslookup displays the following result:
C:\>nslookup
Default Server: dc-root.inet.kec
Address: 172.16.0.1
Address: 172.16.0.1
Name: dc-root.inet.kec
Addresses: 172.16.0.1, 172.16.1.1, 172.16.2.1, 172.16.3.1
172.16.4.1, 172.16.5.1, 172.16.6.1, 172.16.7.1, 172.16.8.1
172.16.9.1, 172.16.10.1
After approx 20 min, nslookup on dc-root lists the following result (note that additional IPs disappeared):
C:\>nslookup
Default Server: dc-root.inet.kec
Address: 172.16.0.1
Address: 172.16.0.1
Name: dc-root.inet.kec
Address: 172.16.0.1
I,m wondering, what may be the problem. It seems the DNS server does not want to include the additional IPs. I even tried adding the IPs to the NS record also manually entered each IP pointing to the DNS server, it work for around 20 min. But soon after DNS updates its records, the additional IPs disappears.
Please help.
regards,
Rajesh
The host in the network receives IPs from the DHCP server (which is also running on the same machine as the DNS server). The hosts are assigned their respective DNS server IPs (say host in subnet 172.16.1.0/24 are assigned DNS server IPs as 172.16.1.1/24). The DHCP server is made to register the host name in the DNS server. There is no problem with the DHCP server, since everything is seems to be working fine.
The DNS server is listening on all the assigned IP addresses. I can even ping using the additional IPs (from the same machine), but hosts are unable to connect to the domain, because the additional IPs are not pointing to the DNS server. Moreover, if I reload the zone data, the additional IPs are registered (pointing to the DNS server - to itself), but they disappears when the DNS updates its records after 20 min. I tried putting TTL = 365 days for additional IPs - for each host record, but it did not work.
ipconfig/all (at any instance) displays the following listing (it is static, additional IPs are always listed).
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : dc-root
Primary DNS Suffix . . . . . . . : inet.kec
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : inet.kec
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82540EM Based Network Connection
Physical Address. . . . . . . . . : 00-C0-9F-24-1D-3B
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.16.10.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.9.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.8.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.7.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.6.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.5.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.4.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.3.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.2.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.1.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 172.16.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.0.21
DNS Servers . . . . . . . . . . . : 172.16.0.1
After I reload the DNS zone (or soon after I add the additional IPs pointing to the DNS server), nslookup displays the following result:
C:\>nslookup
Default Server: dc-root.inet.kec
Address: 172.16.0.1
Server: dc-root.inet.kecdc-root
Address: 172.16.0.1
Name: dc-root.inet.kec
Addresses: 172.16.0.1, 172.16.1.1, 172.16.2.1, 172.16.3.1
172.16.4.1, 172.16.5.1, 172.16.6.1, 172.16.7.1, 172.16.8.1
172.16.9.1, 172.16.10.1
After approx 20 min, nslookup on dc-root lists the following result (note that additional IPs disappeared):
C:\>nslookup
Default Server: dc-root.inet.kec
Address: 172.16.0.1
Server: dc-root.inet.kecdc-root
Address: 172.16.0.1
Name: dc-root.inet.kec
Address: 172.16.0.1
I,m wondering, what may be the problem. It seems the DNS server does not want to include the additional IPs. I even tried adding the IPs to the NS record also manually entered each IP pointing to the DNS server, it work for around 20 min. But soon after DNS updates its records, the additional IPs disappears.
Please help.
regards,
Rajesh