|
||||||||
|
|
#1
|
|
The lmhosts file does contain the following entry:?
xxx.xxx.xxx.x "domainname \0x1B" #PRE If so you have to be absolutely sure the \ is the sixteenth character in the domain name for the 1b entry to be populated. "RS" <(E-Mail Removed)> wrote in message > > We are migrating our enterprise to Win 2K3 from NT. We > are forced to keep our WINS server for a variety of > reasons. > > I have been testing WINS in our lab and found that it is > not creating [1Bh] records when importing records from an > LMHOST file. Importing the same file into a windows 2000 > and NT WINS database does create the [1Bh] record, so the > formatting is correct (unless the formatting is different > for 2003). > > We need the 1B records as we will be mainting several NT > trusts. > > I have been unable to find anything on this. Is this an > issue with 2003? Any suggestions (getting rid of NT > and/or WINS is not an option)? > > Thanks! > > Michael Giorgio - MS MVP |
|
#2
|
|||
|
|||
|
Hello,
We are migrating our enterprise to Win 2K3 from NT. We are forced to keep our WINS server for a variety of reasons. I have been testing WINS in our lab and found that it is not creating [1Bh] records when importing records from an LMHOST file. Importing the same file into a windows 2000 and NT WINS database does create the [1Bh] record, so the formatting is correct (unless the formatting is different for 2003). We need the 1B records as we will be mainting several NT trusts. I have been unable to find anything on this. Is this an issue with 2003? Any suggestions (getting rid of NT and/or WINS is not an option)? Thanks! |
|
#3
|
|||
|
|||
|
Yep. I am absolutely sure. I have counted it about a
dozen times between pulling my hair out. >-----Original Message----- >The lmhosts file does contain the following entry:? >xxx.xxx.xxx.x "domainname \0x1B" #PRE > >If so you have to be absolutely sure the \ is the sixteenth >character in the domain name for the 1b entry to be >populated. > > >"RS" <(E-Mail Removed)> wrote in message >> >> We are migrating our enterprise to Win 2K3 from NT. We >> are forced to keep our WINS server for a variety of >> reasons. >> >> I have been testing WINS in our lab and found that it is >> not creating [1Bh] records when importing records from an >> LMHOST file. Importing the same file into a windows 2000 >> and NT WINS database does create the [1Bh] record, so the >> formatting is correct (unless the formatting is different >> for 2003). >> >> We need the 1B records as we will be mainting several NT >> trusts. >> >> I have been unable to find anything on this. Is this an >> issue with 2003? Any suggestions (getting rid of NT >> and/or WINS is not an option)? >> >> Thanks! >> >> > > >. > |
|
#4
|
|||
|
|||
|
Have you tried manually addinig the static mapping into the
WINS database? "RS" <(E-Mail Removed)> wrote in message > Yep. I am absolutely sure. I have counted it about a > dozen times between pulling my hair out. |
|
#5
|
|||
|
|||
|
I am not sure how to manually add a 1Bh record other than
to importing via LMHOST file. >-----Original Message----- >Have you tried manually addinig the static mapping into the >WINS database? > >"RS" <(E-Mail Removed)> wrote in message >> Yep. I am absolutely sure. I have counted it about a >> dozen times between pulling my hair out. > > >. > |
|
#6
|
|||
|
|||
|
It's not easy. They give you an option for the <1C> entry but not <1B>
.. You can do it using netsh. (Messy but it works). "RS" <(E-Mail Removed)> wrote in message news:0d6d01c3c02f$69956460$(E-Mail Removed)... > I am not sure how to manually add a 1Bh record other than > to importing via LMHOST file. > > > > > >-----Original Message----- > >Have you tried manually addinig the static mapping into > the > >WINS database? > > > >"RS" <(E-Mail Removed)> wrote in > message > >> Yep. I am absolutely sure. I have counted it about a > >> dozen times between pulling my hair out. > > > > > >. > > |
|
#7
|
|||
|
|||
|
Hi,
Why are you trying to statically add the domain 1Bh record instead of just pointing the DCs to the Wins server and letting the PDC role holder register the domain 1Bh record dynamically? -- Thanks, Marc Reynolds Microsoft Technical Support This posting is provided "AS IS" with no warranties, and confers no rights. "RS" <(E-Mail Removed)> wrote in message news:018801c3c00e$865cf520$(E-Mail Removed)... > Hello, > > We are migrating our enterprise to Win 2K3 from NT. We > are forced to keep our WINS server for a variety of > reasons. > > I have been testing WINS in our lab and found that it is > not creating [1Bh] records when importing records from an > LMHOST file. Importing the same file into a windows 2000 > and NT WINS database does create the [1Bh] record, so the > formatting is correct (unless the formatting is different > for 2003). > > We need the 1B records as we will be mainting several NT > trusts. > > I have been unable to find anything on this. Is this an > issue with 2003? Any suggestions (getting rid of NT > and/or WINS is not an option)? > > Thanks! > > |
|
#8
|
|||
|
|||
|
Hi,
We are trying to statically add the 1Bh records to maintain the trusts we have with NT 4.0 domains (i.e., autonomous domains not under our control). we have run into issues with these trusts when the 1Bh records were not present. Will someone post an example of using netsh to create a 1Bh record? I am looking at MS site on netsh in WINS and I can find anything specific to 1Bh records. Thanks >-----Original Message----- >Hi, > >Why are you trying to statically add the domain 1Bh record instead of just >pointing the DCs to the Wins server and letting the PDC role holder register >the domain 1Bh record dynamically? > >-- > >Thanks, >Marc Reynolds >Microsoft Technical Support > >This posting is provided "AS IS" with no warranties, and confers no rights. > > >"RS" <(E-Mail Removed)> wrote in message >news:018801c3c00e$865cf520$(E-Mail Removed)... >> Hello, >> >> We are migrating our enterprise to Win 2K3 from NT. We >> are forced to keep our WINS server for a variety of >> reasons. >> >> I have been testing WINS in our lab and found that it is >> not creating [1Bh] records when importing records from an >> LMHOST file. Importing the same file into a windows 2000 >> and NT WINS database does create the [1Bh] record, so the >> formatting is correct (unless the formatting is different >> for 2003). >> >> We need the 1B records as we will be mainting several NT >> trusts. >> >> I have been unable to find anything on this. Is this an >> issue with 2003? Any suggestions (getting rid of NT >> and/or WINS is not an option)? >> >> Thanks! >> >> > > >. > |
|
#9
|
|||
|
|||
|
netsh wins server \\winsserver add name Name=Hostname Endchar=1B
IP={10.0.0.1} "RS" <(E-Mail Removed)> wrote in message news:058901c3c5b4$70009f60$(E-Mail Removed)... > Hi, > > We are trying to statically add the 1Bh records to > maintain the trusts we have with NT 4.0 domains (i.e., > autonomous domains not under our control). we have run > into issues with these trusts when the 1Bh records were > not present. > > Will someone post an example of using netsh to create a > 1Bh record? I am looking at MS site on netsh in WINS and > I can find anything specific to 1Bh records. > > Thanks > > > >-----Original Message----- > >Hi, > > > >Why are you trying to statically add the domain 1Bh > record instead of just > >pointing the DCs to the Wins server and letting the PDC > role holder register > >the domain 1Bh record dynamically? > > > >-- > > > >Thanks, > >Marc Reynolds > >Microsoft Technical Support > > > >This posting is provided "AS IS" with no warranties, and > confers no rights. > > > > > >"RS" <(E-Mail Removed)> wrote in > message > >news:018801c3c00e$865cf520$(E-Mail Removed)... > >> Hello, > >> > >> We are migrating our enterprise to Win 2K3 from NT. We > >> are forced to keep our WINS server for a variety of > >> reasons. > >> > >> I have been testing WINS in our lab and found that it > is > >> not creating [1Bh] records when importing records from > an > >> LMHOST file. Importing the same file into a windows > 2000 > >> and NT WINS database does create the [1Bh] record, so > the > >> formatting is correct (unless the formatting is > different > >> for 2003). > >> > >> We need the 1B records as we will be mainting several > NT > >> trusts. > >> > >> I have been unable to find anything on this. Is this > an > >> issue with 2003? Any suggestions (getting rid of NT > >> and/or WINS is not an option)? > >> > >> Thanks! > >> > >> > > > > > >. > > |
![]() |
| Tags |
| 1bh, import, wins |
| Thread Tools | |
| Display Modes | |
|
|