|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello!
I have a forest with sevral domains and each domain has it's own FQDN like pippo.local and it's own pre windows 2000 domain name. The problem is that the 2 names are different, for example the domain named users.pippo.local has a pre windows 2000 domain name of USR0001. Now, how can I resolve the USR0001to users.pippo.local? Is there any command like nslookup that can do it? thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Kiavik wrote:
> Hello! > > I have a forest with sevral domains and each domain has it's own FQDN > like pippo.local and it's own pre windows 2000 domain name. The > problem is that the 2 names are different, for example the domain > named users.pippo.local has a pre windows 2000 domain name of > USR0001. Now, how can I resolve the USR0001to users.pippo.local? > > Is there any command like nslookup that can do it? Do not confuse the Pre windows 2000 domain name with a single-label DNS domain name. The Pre windows 2000 domain name is the NetBIOS domain name. If you are using mutliple domains, across multiple subnets, and want NetBIOS resolution for all domains at all subnets, you will need to use WINS. -- Best regards, Kevin D. Goodknecht Sr. [MVP] Hope This s =================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue, to respond directly to me remove the nospam. from my email address. =================================== http://www.lonestaramerica.com/ http://support.wftx.us/ https://secure.lsaol.com/ =================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more http://home.in.tum.de/~jain/software/oe-quotefix/ =================================== Keep a back up of your OE settings and folders with OEBackup: http://www.oe.com/OEBackup/Default.aspx =================================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Actually we have both situation: a singlle label domain name for the
root of the forest and a netbios domain name different from the FQDN name just like this: FQDN NetBios root D0001 child1.root D0002 Now I want to resolve from command line D0002 to child1.root. How can I do that? thanks |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Actually we have both situation: a singlle label domain name for the
root of the forest and a netbios domain name different from the FQDN name just like this: FQDN NetBios root D0001 child1.root D0002 Now I want to resolve from command line D0002 to child1.root. How can I do that? thanks |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Again, the answer is a WINS server. WINS resolves NetBIOS names to IP
addresses. ....kurt "Kiavik" <kiavik.ng@gmail.com> wrote in message news:1141989657.818386.86690@j52g2000cwj.googlegro ups.com... > Actually we have both situation: a singlle label domain name for the > root of the forest and a netbios domain name different from the FQDN > name just like this: > > FQDN NetBios > root D0001 > child1.root D0002 > > Now I want to resolve from command line D0002 to child1.root. How can I > do that? > > thanks > |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
In news:1141989513.706559.68490@e56g2000cwe.googlegro ups.com,
daniel.cls@gmail.com <daniel.cls@gmail.com> stated, which I commented on below: > Actually we have both situation: a singlle label domain name for the > root of the forest and a netbios domain name different from the FQDN > name just like this: > > FQDN NetBios > root D0001 > child1.root D0002 > > Now I want to resolve from command line D0002 to child1.root. How can > I do that? > > thanks Depending on the operating system you;re trying to resolve from, it may or may not work with a single label name hostname query (non-NetBIOS). XP is known to have issues resolving single label DNS domain names. Keep in mind, a single label DNS name has no hierarchy. DNS relies on a hierarchy, because the whole premise is a hierarchal tree. If such a single named zone exists, DNS thinks it's a TLD, such as 'com', 'net', etc, and not really a zone. This also causes excessive queries to the Roots, during a registration attempt. ICAN did a study on the excessive traffic a few years ago and it was discovered that all these excessive queries mostly originated from Windows DNS servers with a single lable name zone configured due to an Active Directory installation where an admin chose a single label name for the DNS name. Microsoft therefore, to be good internet semaritans, stopped registration with SP4 and the newer operating systems, then numerous folks started posting and realized the extent of how many single names were out there. If you have a single label name, I'm sure this is happening. I'm surprised the DCs are registering properly, unless you followed 300864 to force it to work. It's actually suggested and recommended, if possible, to change the name to the proper format. I know this can be a huge task, especially if you have multiple domains and DCs, but it will be beneficial in the long run, especially when it comes to XP and 2003. -- Ace This posting is provided "AS-IS" with no warranties or guarantees and confers no rights. Having difficulty reading or finding responses to your post? Instead of the website you're using, I suggest to use OEx (Outlook Express or any other newsreader), and configure a news account, pointing to news.microsoft.com. This is a direct link to the Microsoft Public Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you to easily find, track threads, cross-post, sort by date, poster's name, watched threads or subject. It's easy: How to Configure OEx for Internet News http://support.microsoft.com/?id=171164 Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP Microsoft MVP - Directory Services Microsoft Certified Trainer Infinite Diversities in Infinite Combinations Assimilation Imminent. Resistance is Futile "Very funny Scotty. Now, beam down my clothes." The only thing in life is change. Anything more is a blackhole consuming unnecessary energy. - [Me] |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
WINS, ok...
How can I query a WINS server from command line? There is a nslookup for WINS? Thanks |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
Kiavik wrote:
> WINS, ok... > How can I query a WINS server from command line? There is a nslookup > for WINS? Yes, it is called nblookup. NBLookup.exe command-line tool: http://support.microsoft.com/default...b;en-us;830578 -- Best regards, Kevin D. Goodknecht Sr. [MVP] Hope This s =================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue, to respond directly to me remove the nospam. from my email address. =================================== http://www.lonestaramerica.com/ http://support.wftx.us/ https://secure.lsaol.com/ =================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more http://home.in.tum.de/~jain/software/oe-quotefix/ =================================== Keep a back up of your OE settings and folders with OEBackup: http://www.oe.com/OEBackup/Default.aspx =================================== |
|
![]() |
| Outils de la discussion | |
|
|