Networking Forums

Networking Forums > Computer Networking > Windows Networking > DOMAIN NAME

Reply
 
 
jeffuk123
Guest
Posts: n/a

 
      01-25-2007, 03:58 PM
Hello

Setup a Windows 2003 server on a domain with .local namespace and a 18
character domain name i.e artisticupholstery.local

When users log onto the domain they will only see 'artisticupholst' as the
domain name. Will this cause any problems?

Everything appears fine elsewhere.

Kind regards,
Jeff Lee
 
Reply With Quote
 
 
 
 
rovert506
Guest
Posts: n/a

 
      01-25-2007, 05:11 PM
By default, Windows truncates the domain name to include only the actual
domain name when viewed in the log on screen. Thus, "mycompany.local"
becomes "MYCOMPANY" OR "it.mycompany.local" becomes "IT" or "MYCOMPANY" (both
options are visible). When you perform pings however, the machine will
automatically add the entire DNS name. Thus, if you ping computer1, the
machine will resolve the IP for "computer1.mycompany.local".

Hope this helps!

-TM

"jeffuk123" wrote:

> Hello
>
> Setup a Windows 2003 server on a domain with .local namespace and a 18
> character domain name i.e artisticupholstery.local
>
> When users log onto the domain they will only see 'artisticupholst' as the
> domain name. Will this cause any problems?
>
> Everything appears fine elsewhere.
>
> Kind regards,
> Jeff Lee

 
Reply With Quote
 
jeffuk123
Guest
Posts: n/a

 
      01-25-2007, 05:43 PM
Many thanks for your reply, I appreciate that.

But will this cause any problems? The reason I ask is that I have seen
articles in the past stating that names longer than 15 characters can cause
some problems, or is this with older servers?

Thanks,
Jeff

"rovert506" wrote:

> By default, Windows truncates the domain name to include only the actual
> domain name when viewed in the log on screen. Thus, "mycompany.local"
> becomes "MYCOMPANY" OR "it.mycompany.local" becomes "IT" or "MYCOMPANY" (both
> options are visible). When you perform pings however, the machine will
> automatically add the entire DNS name. Thus, if you ping computer1, the
> machine will resolve the IP for "computer1.mycompany.local".
>
> Hope this helps!
>
> -TM
>
> "jeffuk123" wrote:
>
> > Hello
> >
> > Setup a Windows 2003 server on a domain with .local namespace and a 18
> > character domain name i.e artisticupholstery.local
> >
> > When users log onto the domain they will only see 'artisticupholst' as the
> > domain name. Will this cause any problems?
> >
> > Everything appears fine elsewhere.
> >
> > Kind regards,
> > Jeff Lee

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      01-25-2007, 05:57 PM
I would avoid using more than three characters for the TLD (use "loc" instead
of "local"). There are some situations where a TLD longer than 3 causes issues.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed are my own (as annoying as they are), and not those of my
employer or anyone else associated with me.
-----------------------------------------------------

"jeffuk123" <(E-Mail Removed)> wrote in message
news:A19DD21C-EEB3-4347-BA64-(E-Mail Removed)...
> Many thanks for your reply, I appreciate that.
>
> But will this cause any problems? The reason I ask is that I have seen
> articles in the past stating that names longer than 15 characters can cause
> some problems, or is this with older servers?
>
> Thanks,
> Jeff
>
> "rovert506" wrote:
>
>> By default, Windows truncates the domain name to include only the actual
>> domain name when viewed in the log on screen. Thus, "mycompany.local"
>> becomes "MYCOMPANY" OR "it.mycompany.local" becomes "IT" or "MYCOMPANY" (both
>> options are visible). When you perform pings however, the machine will
>> automatically add the entire DNS name. Thus, if you ping computer1, the
>> machine will resolve the IP for "computer1.mycompany.local".
>>
>> Hope this helps!
>>
>> -TM
>>
>> "jeffuk123" wrote:
>>
>> > Hello
>> >
>> > Setup a Windows 2003 server on a domain with .local namespace and a 18
>> > character domain name i.e artisticupholstery.local
>> >
>> > When users log onto the domain they will only see 'artisticupholst' as the
>> > domain name. Will this cause any problems?
>> >
>> > Everything appears fine elsewhere.
>> >
>> > Kind regards,
>> > Jeff Lee



 
Reply With Quote
 
rovert506
Guest
Posts: n/a

 
      01-25-2007, 06:08 PM
Names longer than 15 characters only apply to NetBIOS names and were large
issues with versions of Windows prior to 2000/XP. Win2000/XP use DNS as a
name resolution by default and use NetBIOS/WINS if instructed to do so. Host
DNS names, such as computer1, can be considerably longer...up to 64
characters. The entire FQDN (computer.mydomain.local) cannot exceed 255
characters. You can also have subdomains from your main domain that span up
to 127 levels deep. Example: mydomain.local, usa.mydomain.local,
it.usa.mydomain.local, etc.

Hope this helps!

-TM

"jeffuk123" wrote:

> Many thanks for your reply, I appreciate that.
>
> But will this cause any problems? The reason I ask is that I have seen
> articles in the past stating that names longer than 15 characters can cause
> some problems, or is this with older servers?
>
> Thanks,
> Jeff
>
> "rovert506" wrote:
>
> > By default, Windows truncates the domain name to include only the actual
> > domain name when viewed in the log on screen. Thus, "mycompany.local"
> > becomes "MYCOMPANY" OR "it.mycompany.local" becomes "IT" or "MYCOMPANY" (both
> > options are visible). When you perform pings however, the machine will
> > automatically add the entire DNS name. Thus, if you ping computer1, the
> > machine will resolve the IP for "computer1.mycompany.local".
> >
> > Hope this helps!
> >
> > -TM
> >
> > "jeffuk123" wrote:
> >
> > > Hello
> > >
> > > Setup a Windows 2003 server on a domain with .local namespace and a 18
> > > character domain name i.e artisticupholstery.local
> > >
> > > When users log onto the domain they will only see 'artisticupholst' as the
> > > domain name. Will this cause any problems?
> > >
> > > Everything appears fine elsewhere.
> > >
> > > Kind regards,
> > > Jeff Lee

 
Reply With Quote
 
jeffuk123
Guest
Posts: n/a

 
      01-25-2007, 06:45 PM
Many thanks guys for all your advice, excellent.

Jeff

"rovert506" wrote:

> Names longer than 15 characters only apply to NetBIOS names and were large
> issues with versions of Windows prior to 2000/XP. Win2000/XP use DNS as a
> name resolution by default and use NetBIOS/WINS if instructed to do so. Host
> DNS names, such as computer1, can be considerably longer...up to 64
> characters. The entire FQDN (computer.mydomain.local) cannot exceed 255
> characters. You can also have subdomains from your main domain that span up
> to 127 levels deep. Example: mydomain.local, usa.mydomain.local,
> it.usa.mydomain.local, etc.
>
> Hope this helps!
>
> -TM
>
> "jeffuk123" wrote:
>
> > Many thanks for your reply, I appreciate that.
> >
> > But will this cause any problems? The reason I ask is that I have seen
> > articles in the past stating that names longer than 15 characters can cause
> > some problems, or is this with older servers?
> >
> > Thanks,
> > Jeff
> >
> > "rovert506" wrote:
> >
> > > By default, Windows truncates the domain name to include only the actual
> > > domain name when viewed in the log on screen. Thus, "mycompany.local"
> > > becomes "MYCOMPANY" OR "it.mycompany.local" becomes "IT" or "MYCOMPANY" (both
> > > options are visible). When you perform pings however, the machine will
> > > automatically add the entire DNS name. Thus, if you ping computer1, the
> > > machine will resolve the IP for "computer1.mycompany.local".
> > >
> > > Hope this helps!
> > >
> > > -TM
> > >
> > > "jeffuk123" wrote:
> > >
> > > > Hello
> > > >
> > > > Setup a Windows 2003 server on a domain with .local namespace and a 18
> > > > character domain name i.e artisticupholstery.local
> > > >
> > > > When users log onto the domain they will only see 'artisticupholst' as the
> > > > domain name. Will this cause any problems?
> > > >
> > > > Everything appears fine elsewhere.
> > > >
> > > > Kind regards,
> > > > Jeff Lee

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hostname domain different from Active Diretory domain - kerberos problems Blake Windows Networking 4 07-27-2008 10:21 PM
Scan servers in domain for services running as domain admin. briant97 Windows Networking 2 05-27-2008 09:40 PM
Parked Domains, Aliases, Domain Redirection and Domain Forwarding Ajayk Linux Networking 0 05-27-2006 04:42 PM
VPN: unable to connect to the shares in a Win2003 Domain Server of a child domain Stefano Del Furia Windows Networking 5 11-02-2005 06:23 PM
Windows Server 2003 loses domain membership in NT domain... Paul Konchar Windows Networking 4 02-08-2005 08:40 PM



1 2 3 4 5 6 7 8 9 10 11