|
| |||||||||
| Tags: 0x0000267c |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS
Hi, I have created virtual network in Virtual PC. I have installed Windows 2003 Server Trial and Xp Prof. In WXP prof I set in network adapter static IP - 192.168.10.2, Mask 255.255.255.0, Default DNS 192.168.10.1. In W2003 Server I used -Manage Your server and I added Active directory. I used name for my active directory - main.eu. I set in network adapter - static IP adress - 192.168.10.1, Mask 255.255.255.0 and default DNS server - 127.0.0.1. DNS server include Forward Lookup zone - main.eu. I tryed clear DNS cache without any results. I ran nslookup and this is result - DNS request timed out timeout was 2 seconds Can't find server name for address 192.168.10.1> Time out Default server - UnKnown Address 192.168.10.1 Both operating system have had firewall down. Ping together ran very fine, but if I want to add XP to the domain, I saw this message (error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS) Please, may anybody help me with them? Thanks Aldik |
|
#2
| |||
| |||
| Re: error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS
In news:9580CFFB-FEE1-466E-916E-AB7F9DD93FAF@microsoft.com, Aldik <Aldik@discussions.microsoft.com> typed: > Hi, I have created virtual network in Virtual PC. I have installed > Windows 2003 Server Trial and Xp Prof. > > In WXP prof I set in network adapter static IP - 192.168.10.2, Mask > 255.255.255.0, Default DNS 192.168.10.1. > > In W2003 Server I used -Manage Your server and I added > Active directory. I used name for my active directory - main.eu. I > set in network adapter - static IP adress - 192.168.10.1, Mask > 255.255.255.0 and default DNS server - 127.0.0.1. > DNS server include Forward Lookup zone - main.eu. I tryed clear DNS > cache without any results. I ran nslookup and this is result - > DNS request timed out > timeout was 2 seconds > Can't find server name for address 192.168.10.1> Time out > Default server - UnKnown > Address 192.168.10.1 > > > > Both operating system have had firewall down. Ping together ran very > fine, but if I want to add XP to the domain, I saw this message > > (error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS) > > Please, may anybody help me with them? > Thanks > Aldik The can't find servername message (not an error) just means you do not have a PTR created. If there is one created, then the PTR for the DNS server is missing. Also it would be better to use the actual IP of the server and not 127.0.0.1. That got in there from using the Manage Server wizard (dcpromo configuring DNS for you). Use the real IP. Once you've done that, perform the following: ipconfig /registerdns net stop netlogon net start netlogon As for NO DNS SERVERS, can you see the SRV records under the main.ed zone in DNS? You should see three subfolders, _tcp, _udp, _sites and a grayed out _msdcs folder. You should also see a zone called "msdcs.main.eu" as well with the same folders but with the _msdcs folder not grayed out. When you are trying to join the client, how are you specifying the domain name? Also, under the main.eu zone, do you see your server listed with an IP address? You should also see a record wtihout a name for the server's IP. It will show up as" (same as parent) A 192.168.10.1. The Primary DNS suffix on the DC must also match the zone name, which will be allowing updates. If all is well, the above steps may even fix this for you. Post back with your results please. -- Regards, Ace 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 MVP - Directory Services Microsoft Certified Trainer Infinite Diversities in Infinite Combinations |
|
#3
| |||
| |||
| Re: error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS "Ace Fekay [MVP]" wrote: > In news:9580CFFB-FEE1-466E-916E-AB7F9DD93FAF@microsoft.com, > Aldik <Aldik@discussions.microsoft.com> typed: > > Hi, I have created virtual network in Virtual PC. I have installed > > Windows 2003 Server Trial and Xp Prof. > > > > In WXP prof I set in network adapter static IP - 192.168.10.2, Mask > > 255.255.255.0, Default DNS 192.168.10.1. > > > > In W2003 Server I used -Manage Your server and I added > > Active directory. I used name for my active directory - main.eu. I > > set in network adapter - static IP adress - 192.168.10.1, Mask > > 255.255.255.0 and default DNS server - 127.0.0.1. > > DNS server include Forward Lookup zone - main.eu. I tryed clear DNS > > cache without any results. I ran nslookup and this is result - > > DNS request timed out > > timeout was 2 seconds > > Can't find server name for address 192.168.10.1> Time out > > Default server - UnKnown > > Address 192.168.10.1 > > > > > > > > Both operating system have had firewall down. Ping together ran very > > fine, but if I want to add XP to the domain, I saw this message > > > > (error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS) > > > > Please, may anybody help me with them? > > Thanks > > Aldik > > The can't find servername message (not an error) just means you do not have > a PTR created. If there is one created, then the PTR for the DNS server is > missing. Also it would be better to use the actual IP of the server and not > 127.0.0.1. That got in there from using the Manage Server wizard (dcpromo > configuring DNS for you). Use the real IP. > > Once you've done that, perform the following: > ipconfig /registerdns > net stop netlogon > net start netlogon > > As for NO DNS SERVERS, can you see the SRV records under the main.ed zone in > DNS? You should see three subfolders, _tcp, _udp, _sites and a grayed out > _msdcs folder. You should also see a zone called "msdcs.main.eu" as well > with the same folders but with the _msdcs folder not grayed out. > > When you are trying to join the client, how are you specifying the domain > name? > > Also, under the main.eu zone, do you see your server listed with an IP > address? You should also see a record wtihout a name for the server's IP. It > will show up as" > (same as parent) A 192.168.10.1. > > The Primary DNS suffix on the DC must also match the zone name, which will > be allowing updates. > > If all is well, the above steps may even fix this for you. Post back with > your results please. > > -- > Regards, > Ace > > 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 MVP - Directory Services > Microsoft Certified Trainer > > Infinite Diversities in Infinite Combinations > > > Hi, thank you for your hepl me. You have a true, I didn't create PTR. I used - Manage Your server - and I added active directory in a setup (using wizard). I didn't create any DNS settings manually. I describe my DNS settings - properties tab Interfaces - radioBox All IP addresses checked down text field - 192.168.10.1 tab Forwardes - text box DNS domain - All other DNS domains tab Advanced - Bind secondaries, Enable round robin,Enable netmask ordering, Secure cache against pllution checked combo box - Load yone data on startup - From Active directory and registry tab Root Hints - There are many IP adress, but I don't see my adress (192.168.10.1) tab Event Logging - radio box All events is selected If I see to the DNS directory, I see directory Forward Lookup Zones. There are directories _msdcs.main.eu - Zone Not Loaded by DNS Server main.eu and it includes - _msdcs ---------dc ---------domains ---------gc ---------pdc ---------ALIAS(CNAME). It include Fully qualified domain name (FQDN) for target host - servik.main.eu (servik is a name my server) _ _sites -------- _tcp ------------- _gc ------------- _kerberos ------------- _ldap _ _tcp ------- _gc ------- _kerberos -------_kpassword -------_ldap - _udp ------- _kerberos -------_kpassword - _DomainDnsZones ------------------_sites ------------------_tcp ------------------HOST A - same as parent forlder - 192.168.10.1 - _ForestDnsZones ------------------_sites ------------------_tcp ------------------HOST A - same as parent forlder - 192.168.10.1 Reverse Lookup Zones is a empty. DNS events includes warnings - The DNS server encountered error 32 attempting to load zone main.eu from Active Directory. The DNS server will attempt to load this zone again on the next timeout cycle. This can be caused by high Active Directory load and may be a transient condition. I have changed - Network connection - Loocal Area Connection Properties - TCP/IP - Use the following DNS servers addresses - 192.168.10.1 I tryed ipconfig /registerdns net stop netlogon net start netlogon and my DNS settings was changed on - _msdcs - empty _ _sites -------- Default First sites name ---------------------------------_ _tcp ----------------------------------------- _gc ----------------------------------------- _kerberos ------------------------------------------_ldap _ _tcp ------- _gc ------- _kerberos -------_kpassword -------_ldap - _udp ------- _kerberos -------_kpassword - _DomainDnsZones ------------------_sites ------------------_tcp ------------------HOST A - same as parent forlder - 192.168.10.1 - _ForestDnsZones ------------------_sites ------------------_tcp ------------------HOST A - same as parent forlder - 192.168.10.1 and (same as parent folder) - Start of Authority(SOA) - servik.main.eu - and this Primary server servik.main.eu and (same as parent folder) - SName Server(NS) - servik.main.eu and (same as parent folder) - Host (A) - 192.168.10.1 and servik - Host (A) - 192.168.10.1 I wanted add XP prof to the domain, I clicked right mouse on This computer - Computer name - Change - Domain - I wrote main.eu, but I saw the same error as last test. Thank for your help me. Aldik |
|
#4
| |||
| |||
| Re: error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS
In news:62A2A210-5636-4E50-91B7-0BFBF1E28686@microsoft.com, Aldik <Aldik@discussions.microsoft.com> typed: > Hi, thank you for your hepl me. > > > > You have a true, I didn't create PTR. I used - Manage Your server - > and I added > active directory in a setup (using wizard). I didn't create any DNS > settings manually. > > I describe my DNS settings - properties > > tab Interfaces - radioBox All IP addresses checked > down text field - 192.168.10.1 > > tab Forwardes - text box DNS domain - All other DNS domains > > tab Advanced - Bind secondaries, Enable round robin,Enable netmask > ordering, Secure cache against pllution checked > combo box - Load yone data on startup - From Active > directory and registry > > tab Root Hints - There are many IP adress, but I don't see my adress > (192.168.10.1) > > tab Event Logging - radio box All events is selected > > > If I see to the DNS directory, I see > > directory Forward Lookup Zones. There are directories > > > _msdcs.main.eu - Zone Not Loaded by DNS Server > > > > main.eu and it includes > > - _msdcs > ---------dc > ---------domains > ---------gc > ---------pdc > ---------ALIAS(CNAME). It include Fully qualified domain name (FQDN) > for target host - servik.main.eu (servik is a name my server) > > > _ _sites > -------- _tcp > ------------- _gc > ------------- _kerberos > ------------- _ldap > > > _ _tcp > ------- _gc > ------- _kerberos > -------_kpassword > -------_ldap > > > - _udp > ------- _kerberos > -------_kpassword > > > - _DomainDnsZones > ------------------_sites > ------------------_tcp > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > - _ForestDnsZones > ------------------_sites > ------------------_tcp > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > Reverse Lookup Zones is a empty. > > DNS events includes warnings - The DNS server encountered error 32 > attempting to load zone main.eu from Active Directory. > The DNS server will attempt to load this zone again on the next > timeout cycle. This can be caused by high > Active Directory load and may be a transient condition. > > > I have changed - Network connection - Loocal Area Connection > Properties - TCP/IP - Use the following > DNS servers addresses - 192.168.10.1 > > I tryed > ipconfig /registerdns > net stop netlogon > net start netlogon > > > > and my DNS settings was changed on > > - _msdcs - empty > > > _ _sites > -------- Default First sites name > ---------------------------------_ _tcp > ----------------------------------------- _gc > ----------------------------------------- _kerberos > ------------------------------------------_ldap > > > > > _ _tcp > ------- _gc > ------- _kerberos > -------_kpassword > -------_ldap > > > - _udp > ------- _kerberos > -------_kpassword > > > - _DomainDnsZones > ------------------_sites > ------------------_tcp > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > - _ForestDnsZones > ------------------_sites > ------------------_tcp > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > > and (same as parent folder) - Start of Authority(SOA) - > servik.main.eu - and this Primary server servik.main.eu > and (same as parent folder) - SName Server(NS) - servik.main.eu > and (same as parent folder) - Host (A) - 192.168.10.1 > and servik - Host (A) - 192.168.10.1 > > > > I wanted add XP prof to the domain, I clicked right mouse on This > computer - Computer name - Change - > Domain - I wrote main.eu, but I saw the same error as last test. > > Thank for your help me. > > Aldik Hi Aldik, Manually create a reverse zone. Right-click Reverse Lookup Zones, new, type in 192.168.10, finish. Once created, right-click properties, allow updates, and ser the replication scope to the middle button. Leave the Root Hints alone. Please post an ipconfig /all from the server and from the XP machine. Install the Support Tools from the /Support folder on the Windows Server 2003 CDRROM. Once done, in a CMD prompt, run the following and post the text files please: netdiag /v /fix > c:\netdiag.txt dcdiag /v /fix > c:\dcdiag.txt Thank you, Ace |
|
#5
| |||
| |||
| Re: error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS "Ace Fekay [MVP]" wrote: > In news:62A2A210-5636-4E50-91B7-0BFBF1E28686@microsoft.com, > Aldik <Aldik@discussions.microsoft.com> typed: > > Hi, thank you for your hepl me. > > > > > > > > You have a true, I didn't create PTR. I used - Manage Your server - > > and I added > > active directory in a setup (using wizard). I didn't create any DNS > > settings manually. > > > > I describe my DNS settings - properties > > > > tab Interfaces - radioBox All IP addresses checked > > down text field - 192.168.10.1 > > > > tab Forwardes - text box DNS domain - All other DNS domains > > > > tab Advanced - Bind secondaries, Enable round robin,Enable netmask > > ordering, Secure cache against pllution checked > > combo box - Load yone data on startup - From Active > > directory and registry > > > > tab Root Hints - There are many IP adress, but I don't see my adress > > (192.168.10.1) > > > > tab Event Logging - radio box All events is selected > > > > > > If I see to the DNS directory, I see > > > > directory Forward Lookup Zones. There are directories > > > > > > _msdcs.main.eu - Zone Not Loaded by DNS Server > > > > > > > > main.eu and it includes > > > > - _msdcs > > ---------dc > > ---------domains > > ---------gc > > ---------pdc > > ---------ALIAS(CNAME). It include Fully qualified domain name (FQDN) > > for target host - servik.main.eu (servik is a name my server) > > > > > > _ _sites > > -------- _tcp > > ------------- _gc > > ------------- _kerberos > > ------------- _ldap > > > > > > _ _tcp > > ------- _gc > > ------- _kerberos > > -------_kpassword > > -------_ldap > > > > > > - _udp > > ------- _kerberos > > -------_kpassword > > > > > > - _DomainDnsZones > > ------------------_sites > > ------------------_tcp > > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > > > - _ForestDnsZones > > ------------------_sites > > ------------------_tcp > > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > > > > > Reverse Lookup Zones is a empty. > > > > DNS events includes warnings - The DNS server encountered error 32 > > attempting to load zone main.eu from Active Directory. > > The DNS server will attempt to load this zone again on the next > > timeout cycle. This can be caused by high > > Active Directory load and may be a transient condition. > > > > > > I have changed - Network connection - Loocal Area Connection > > Properties - TCP/IP - Use the following > > DNS servers addresses - 192.168.10.1 > > > > I tryed > > ipconfig /registerdns > > net stop netlogon > > net start netlogon > > > > > > > > and my DNS settings was changed on > > > > - _msdcs - empty > > > > > > _ _sites > > -------- Default First sites name > > ---------------------------------_ _tcp > > ----------------------------------------- _gc > > ----------------------------------------- _kerberos > > ------------------------------------------_ldap > > > > > > > > > > _ _tcp > > ------- _gc > > ------- _kerberos > > -------_kpassword > > -------_ldap > > > > > > - _udp > > ------- _kerberos > > -------_kpassword > > > > > > - _DomainDnsZones > > ------------------_sites > > ------------------_tcp > > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > > > - _ForestDnsZones > > ------------------_sites > > ------------------_tcp > > ------------------HOST A - same as parent forlder - 192.168.10.1 > > > > > > > > > > and (same as parent folder) - Start of Authority(SOA) - > > servik.main.eu - and this Primary server servik.main.eu > > and (same as parent folder) - SName Server(NS) - servik.main.eu > > and (same as parent folder) - Host (A) - 192.168.10.1 > > and servik - Host (A) - 192.168.10.1 > > > > > > > > I wanted add XP prof to the domain, I clicked right mouse on This > > computer - Computer name - Change - > > Domain - I wrote main.eu, but I saw the same error as last test. > > > > Thank for your help me. > > > > Aldik > > Hi Aldik, > > Manually create a reverse zone. Right-click Reverse Lookup Zones, new, type > in 192.168.10, finish. Once created, right-click properties, allow updates, > and ser the replication scope to the middle button. > > Leave the Root Hints alone. > > Please post an ipconfig /all from the server and from the XP machine. > > Install the Support Tools from the /Support folder on the Windows Server > 2003 CDRROM. Once done, in a CMD prompt, run the following and post the text > files please: > netdiag /v /fix > c:\netdiag.txt > dcdiag /v /fix > c:\dcdiag.txt > > Thank you, > Ace > > > Hi, I created Reverse Lookup Zones - right click - Primary zone - To all domain contollers in the Active Directory domain main.eu- Network ID (192.168.10)- Allow only secure dynamic updates (recommended for Active Directory) - Finish I haven't known, where I had - allow updates and set the replication scope to the middle button - right click on server name - properties ? I didn't see it here. ipcongig /all - Win2003 Server Trial C:\Program Files\Support Tools>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : servik Primary Dns Suffix . . . . . . . : main.eu Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : main.eu Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapt er (Generic) Physical Address. . . . . . . . . : 00-03-FF-13-89-CA DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.10.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.10.1 NetBIOS over Tcpip. . . . . . . . : Disabled ipconfig /all for XP Prof Host Name . . . . . . . . . . . . : pixla Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapt er (Generic) Physical Address. . . . . . . . . : 00-03-FF-10-89-CA DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.10.2 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.10.1 NetBIOS over Tcpip. . . . . . . . : Disabled End of statements - ipconfig /all ********************************************************** ipcongig /all - Win2003 Server Trial C:\Program Files\Support Tools>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : servik Primary Dns Suffix . . . . . . . : main.eu Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : main.eu Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapt er (Generic) Physical Address. . . . . . . . . : 00-03-FF-13-89-CA DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.10.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.10.1 NetBIOS over Tcpip. . . . . . . . : Disabled ipconfig /all for XP Prof Host Name . . . . . . . . . . . . : pixla Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapt er (Generic) Physical Address. . . . . . . . . : 00-03-FF-10-89-CA DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.10.2 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.10.1 NetBIOS over Tcpip. . . . . . . . : Disabled End of statements - ipconfig /all ********************************************************** I saw change in loggin to the domain. If I want add XP to the daomain, I saw login frame, I wrote Administartor@main.eu and password and after I saw error message - Path in the network wasn't find - Sorry, I have a localizated XP prof, I try translate to English. Statements netdiag /v /fix > c:\netdiag.txt and dcdiag /v /fix > c:\dcdiag.txt are very long and I cannot paste here. Please may I send you this files on a your email or what part have I paste here for you? Thanks Aldik |
|
#6
| |||
| |||
| Re: error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS
In news:4D0385B3-861C-44F8-952A-8855B34DA5B4@microsoft.com, Aldik <Aldik@discussions.microsoft.com> typed: > Hi, I created Reverse Lookup Zones - right click - Primary zone - To > all domain contollers in the Active Directory domain main.eu- Network > ID (192.168.10)- > Allow only secure dynamic updates (recommended for Active Directory) > - Finish > > I haven't known, where I had - allow updates and set the replication > scope to the middle button - right click on server name - properties > ? I didn't see it here. > > ipcongig /all - Win2003 Server Trial > > C:\Program Files\Support Tools>ipconfig /all > > Windows IP Configuration > > Host Name . . . . . . . . . . . . : servik > Primary Dns Suffix . . . . . . . : main.eu > Node Type . . . . . . . . . . . . : Unknown > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > DNS Suffix Search List. . . . . . : main.eu > > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : Intel 21140-Based PCI Fast > Ethernet Adapt > er (Generic) > Physical Address. . . . . . . . . : 00-03-FF-13-89-CA > DHCP Enabled. . . . . . . . . . . : No > IP Address. . . . . . . . . . . . : 192.168.10.1 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : > DNS Servers . . . . . . . . . . . : 192.168.10.1 > NetBIOS over Tcpip. . . . . . . . : Disabled > > > ipconfig /all for XP Prof > > Host Name . . . . . . . . . . . . : pixla > Primary Dns Suffix . . . . . . . : > Node Type . . . . . . . . . . . . : Unknown > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > > > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : Intel 21140-Based PCI Fast > Ethernet Adapt > er (Generic) > Physical Address. . . . . . . . . : 00-03-FF-10-89-CA > DHCP Enabled. . . . . . . . . . . : No > IP Address. . . . . . . . . . . . : 192.168.10.2 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : > DNS Servers . . . . . . . . . . . : 192.168.10.1 > NetBIOS over Tcpip. . . . . . . . : Disabled > > > > End of statements - ipconfig /all > ********************************************************** > > ipcongig /all - Win2003 Server Trial > > C:\Program Files\Support Tools>ipconfig /all > > Windows IP Configuration > > Host Name . . . . . . . . . . . . : servik > Primary Dns Suffix . . . . . . . : main.eu > Node Type . . . . . . . . . . . . : Unknown > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > DNS Suffix Search List. . . . . . : main.eu > > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : Intel 21140-Based PCI Fast > Ethernet Adapt > er (Generic) > Physical Address. . . . . . . . . : 00-03-FF-13-89-CA > DHCP Enabled. . . . . . . . . . . : No > IP Address. . . . . . . . . . . . : 192.168.10.1 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : > DNS Servers . . . . . . . . . . . : 192.168.10.1 > NetBIOS over Tcpip. . . . . . . . : Disabled > > > ipconfig /all for XP Prof > > Host Name . . . . . . . . . . . . : pixla > Primary Dns Suffix . . . . . . . : > Node Type . . . . . . . . . . . . : Unknown > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > > > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : Intel 21140-Based PCI Fast > Ethernet Adapt > er (Generic) > Physical Address. . . . . . . . . : 00-03-FF-10-89-CA > DHCP Enabled. . . . . . . . . . . : No > IP Address. . . . . . . . . . . . : 192.168.10.2 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : > DNS Servers . . . . . . . . . . . : 192.168.10.1 > NetBIOS over Tcpip. . . . . . . . : Disabled > > > > End of statements - ipconfig /all > ********************************************************** > > > I saw change in loggin to the domain. If I want add XP to the > daomain, I saw login > frame, I wrote Administartor@main.eu and password and after I saw > error message - Path in the network wasn't find - Sorry, I have a > localizated XP prof, I try translate to English. Statements netdiag > /v /fix > c:\netdiag.txt and > dcdiag /v /fix > c:\dcdiag.txt are very long and I cannot paste here. > Please may I send you this files on a your email or what part have I > paste here for you? > Thanks > > Aldik Yes, you can send ithem to me thru email. Send to acefekay at hotmail dott .. com. But before that, I would like you to enable NetBIOS on all the machines and try it again. Please make sure the DHCP Client Service is started on the DC (it's a very important serivice). Also make sure the Windows or any other third party firewall is disabled, such as Mcafee, Symantec, etc. Ace |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "error code 0x0000267C DNS_ERROR_NO_DNS_SERVERS" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error Code 4400:011A and Error Code 0F00:133C | mkwn | Operating Systems | 1 | 14-10-2011 01:39 PM |
| WARNING: GetConfig failure, error = 0x80244021, soap client error = 10, soap error code = 0, HTTP status code = 502 | Steven Jones | Server Update Service | 9 | 10-04-2009 02:51 AM |
| Windows Update Error Code 80070422 and Error code 1058 | CloudJames | Windows Update | 4 | 10-01-2009 11:44 AM |
| WSUSand error 0x80244019, soap error code = 0, HTTP status code = | Skamionek | Windows Update | 2 | 28-06-2007 01:10 AM |
| WARNING: GetAuthorizationCookie failure, error = 0x80244008, soap client error = 8, soap error code = 0, HTTP status code = 200 | Mike Roantree | Server Update Service | 1 | 09-09-2005 06:00 AM |