Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

DOMAIN NAME

Reply
 
Thread Tools Display Modes
  #1  
Old 01-25-2007, 04:58 PM
Default DOMAIN NAME



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


jeffuk123
Reply With Quote
  #2  
Old 01-25-2007, 06:11 PM
rovert506
Guest
 
Posts: n/a
Default RE: DOMAIN NAME

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
  #3  
Old 01-25-2007, 06:43 PM
jeffuk123
Guest
 
Posts: n/a
Default RE: DOMAIN NAME

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
  #4  
Old 01-25-2007, 06:57 PM
Phillip Windell
Guest
 
Posts: n/a
Default Re: DOMAIN NAME

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
  #5  
Old 01-25-2007, 07:08 PM
rovert506
Guest
 
Posts: n/a
Default RE: DOMAIN NAME

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
  #6  
Old 01-25-2007, 07:45 PM
jeffuk123
Guest
 
Posts: n/a
Default RE: DOMAIN NAME

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

Tags
domain

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
Forum Jump


All times are GMT. The time now is 05:32 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.