|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
AD 2003, DNS and DHCP are all running on cri-1.test.local
(192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS 6. For DNS and DHCP however there are only records for cri-1.test.local. Am I getting the "Can't find server name..." error because there are no Reverse DNS zones? if so, would you please provide guidance on creating a reverse dns zone? C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local DNS request timed out. timeout was 2 seconds. *** Can't find server name for address 192.168.0.1: Timed out Server: UnKnown Address: 192.168.0.1 Name: cri-1.test.local Address: 192.168.0.1 C:\Documents and Settings\Administrator.CRI-1>nslookup crias1.test.local DNS request timed out. timeout was 2 seconds. *** Can't find server name for address 192.168.0.1: Timed out Server: UnKnown Address: 192.168.0.1 Name: crias1.test.local Address: 192.168.0.10 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi!
Yes, this is missing reverse look up zone scenario. Here is step-by-step procedure: http://technet2.microsoft.com/Window....mspx?mfr=true HTH Toni "newpotato" <burkartt@idhw.state.id.us> wrote in message news:1161277224.940712.181510@k70g2000cwa.googlegr oups.com... > AD 2003, DNS and DHCP are all running on cri-1.test.local > (192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS > 6. > > For DNS and DHCP however there are only records for cri-1.test.local. > Am I getting the "Can't find server name..." error because there are no > Reverse DNS zones? if so, would you please provide guidance on creating > a reverse dns zone? > > C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local > DNS request timed out. > timeout was 2 seconds. > *** Can't find server name for address 192.168.0.1: Timed out > Server: UnKnown > Address: 192.168.0.1 > > Name: cri-1.test.local > Address: 192.168.0.1 > > C:\Documents and Settings\Administrator.CRI-1>nslookup > crias1.test.local > DNS request timed out. > timeout was 2 seconds. > *** Can't find server name for address 192.168.0.1: Timed out > Server: UnKnown > Address: 192.168.0.1 > > Name: crias1.test.local > Address: 192.168.0.10 > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Great! Thank you, Toni!
T. Uranjek wrote: > Hi! > > Yes, this is missing reverse look up zone scenario. Here is step-by-step > procedure: > http://technet2.microsoft.com/Window....mspx?mfr=true > > HTH > > Toni > > > "newpotato" <burkartt@idhw.state.id.us> wrote in message > news:1161277224.940712.181510@k70g2000cwa.googlegr oups.com... > > AD 2003, DNS and DHCP are all running on cri-1.test.local > > (192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS > > 6. > > > > For DNS and DHCP however there are only records for cri-1.test.local. > > Am I getting the "Can't find server name..." error because there are no > > Reverse DNS zones? if so, would you please provide guidance on creating > > a reverse dns zone? > > > > C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local > > DNS request timed out. > > timeout was 2 seconds. > > *** Can't find server name for address 192.168.0.1: Timed out > > Server: UnKnown > > Address: 192.168.0.1 > > > > Name: cri-1.test.local > > Address: 192.168.0.1 > > > > C:\Documents and Settings\Administrator.CRI-1>nslookup > > crias1.test.local > > DNS request timed out. > > timeout was 2 seconds. > > *** Can't find server name for address 192.168.0.1: Timed out > > Server: UnKnown > > Address: 192.168.0.1 > > > > Name: crias1.test.local > > Address: 192.168.0.10 > > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
I spoke too soon. I created a reverse zone for the 192.168.0.x subnet.
It contains an SOA record and a NS record for each host. The nslookup results are the same. T. Uranjek wrote: > Hi! > > Yes, this is missing reverse look up zone scenario. Here is step-by-step > procedure: > http://technet2.microsoft.com/Window....mspx?mfr=true > > HTH > > Toni > > > "newpotato" <burkartt@idhw.state.id.us> wrote in message > news:1161277224.940712.181510@k70g2000cwa.googlegr oups.com... > > AD 2003, DNS and DHCP are all running on cri-1.test.local > > (192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS > > 6. > > > > For DNS and DHCP however there are only records for cri-1.test.local. > > Am I getting the "Can't find server name..." error because there are no > > Reverse DNS zones? if so, would you please provide guidance on creating > > a reverse dns zone? > > > > C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local > > DNS request timed out. > > timeout was 2 seconds. > > *** Can't find server name for address 192.168.0.1: Timed out > > Server: UnKnown > > Address: 192.168.0.1 > > > > Name: cri-1.test.local > > Address: 192.168.0.1 > > > > C:\Documents and Settings\Administrator.CRI-1>nslookup > > crias1.test.local > > DNS request timed out. > > timeout was 2 seconds. > > *** Can't find server name for address 192.168.0.1: Timed out > > Server: UnKnown > > Address: 192.168.0.1 > > > > Name: crias1.test.local > > Address: 192.168.0.10 > > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Hi!
You can create PTR records manually or use ipconfig /registerdns if you enabled dynamic updates on your zone. HTH Toni "newpotato" <burkartt@idhw.state.id.us> wrote in message news:1161279659.528062.17850@h48g2000cwc.googlegro ups.com... >I spoke too soon. I created a reverse zone for the 192.168.0.x subnet. > It contains an SOA record and a NS record for each host. The nslookup > results are the same. > > > > T. Uranjek wrote: >> Hi! >> >> Yes, this is missing reverse look up zone scenario. Here is step-by-step >> procedure: >> http://technet2.microsoft.com/Window....mspx?mfr=true >> >> HTH >> >> Toni >> >> >> "newpotato" <burkartt@idhw.state.id.us> wrote in message >> news:1161277224.940712.181510@k70g2000cwa.googlegr oups.com... >> > AD 2003, DNS and DHCP are all running on cri-1.test.local >> > (192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS >> > 6. >> > >> > For DNS and DHCP however there are only records for cri-1.test.local. >> > Am I getting the "Can't find server name..." error because there are no >> > Reverse DNS zones? if so, would you please provide guidance on creating >> > a reverse dns zone? >> > >> > C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local >> > DNS request timed out. >> > timeout was 2 seconds. >> > *** Can't find server name for address 192.168.0.1: Timed out >> > Server: UnKnown >> > Address: 192.168.0.1 >> > >> > Name: cri-1.test.local >> > Address: 192.168.0.1 >> > >> > C:\Documents and Settings\Administrator.CRI-1>nslookup >> > crias1.test.local >> > DNS request timed out. >> > timeout was 2 seconds. >> > *** Can't find server name for address 192.168.0.1: Timed out >> > Server: UnKnown >> > Address: 192.168.0.1 >> > >> > Name: crias1.test.local >> > Address: 192.168.0.10 >> > > |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
OK, now it really works!! Thank you Toni!
T. Uranjek wrote: > Hi! > > You can create PTR records manually or use ipconfig /registerdns if you > enabled dynamic updates on your zone. > > HTH > > Toni > > "newpotato" <burkartt@idhw.state.id.us> wrote in message > news:1161279659.528062.17850@h48g2000cwc.googlegro ups.com... > >I spoke too soon. I created a reverse zone for the 192.168.0.x subnet. > > It contains an SOA record and a NS record for each host. The nslookup > > results are the same. > > > > > > > > T. Uranjek wrote: > >> Hi! > >> > >> Yes, this is missing reverse look up zone scenario. Here is step-by-step > >> procedure: > >> http://technet2.microsoft.com/Window....mspx?mfr=true > >> > >> HTH > >> > >> Toni > >> > >> > >> "newpotato" <burkartt@idhw.state.id.us> wrote in message > >> news:1161277224.940712.181510@k70g2000cwa.googlegr oups.com... > >> > AD 2003, DNS and DHCP are all running on cri-1.test.local > >> > (192.168.0.1). Server crias1.test.local (192.168.0.10) is running IIS > >> > 6. > >> > > >> > For DNS and DHCP however there are only records for cri-1.test.local. > >> > Am I getting the "Can't find server name..." error because there are no > >> > Reverse DNS zones? if so, would you please provide guidance on creating > >> > a reverse dns zone? > >> > > >> > C:\Documents and Settings\Administrator.CRI-1>nslookup cri-1.test.local > >> > DNS request timed out. > >> > timeout was 2 seconds. > >> > *** Can't find server name for address 192.168.0.1: Timed out > >> > Server: UnKnown > >> > Address: 192.168.0.1 > >> > > >> > Name: cri-1.test.local > >> > Address: 192.168.0.1 > >> > > >> > C:\Documents and Settings\Administrator.CRI-1>nslookup > >> > crias1.test.local > >> > DNS request timed out. > >> > timeout was 2 seconds. > >> > *** Can't find server name for address 192.168.0.1: Timed out > >> > Server: UnKnown > >> > Address: 192.168.0.1 > >> > > >> > Name: crias1.test.local > >> > Address: 192.168.0.10 > >> > > > |
|
![]() |
| Outils de la discussion | |
|
|