FQDN

  • Thread starter Thread starter jdurand
  • Start date Start date
J

jdurand

Elementary question...

What changes do I need to make to implement FQDN
resolution?

Right now everything looks like
<i>computername</i>.<i>domain</i> or
<i>username</i>@<i>domain</i>.

I would like things to be
<i>computername</i>.<i>domain</i>.<b>com</b> or
<i>username</i>@<i>domain</i>.<b>com</i>.

Any help would be greatly appreciated.
 
jdurand said:
Elementary question...

Actually, it is likely improperly formed and thereby made
overly-complex.... said:
What changes do I need to make to implement FQDN
resolution?

Changes to what? Every IP machine -- with very few exceptions and
none worth mentioning -- resolves fully qualified names.

So the simple answer is "nothing." Or install IP and get it working.

Technically an FQDN is a name ending in a DOT. www.Microsoft.com
is NOT an FQDN, but www.Microsoft.com. is an FQDN.

Usually people mean "What do I do so that my computer can resolve
DNS names with dots in them?"

Answer: Configure your machines to use a DNS server or install a DNS
server and configure it and the clients.
Right now everything looks like
<i>computername</i>.<i>domain</i> or

So it now seems the real question is: "I have a SINGLE tag domain name,
and wish I had made it at least TWO tags, what to do?"

<i>username</i>@<i>domain</i>.

That's not a DNS name. That's (probably) a badly formed email address,
based on the above single tag domain names.

Single tag domain names are a "bad idea" and there is an article on the MS
website detailing how to live with them but the best solution is to
re-installing
the domain to change the name -- there is no trivial way to rename Win2000
domains.
I would like things to be
<i>computername</i>.<i>domain</i>.<b>com</b> or
<i>username</i>@<i>domain</i>.<b>com</i>.

What you are really dealing with is the need to rename your domain from
one to two tags, e.g.,

domain ---> domain.com
Any help would be greatly appreciated.

Of course if this isn't a "domain" question, you could just create the
correct
DNS zone on your DNS server and just use it -- IP doesn't care, but Active
Directory does. Machines can have as many "DNS names" as you wish, but
they can only have one name "in the AD/Domain" sense.
 
That's a much clear question but it's definitely not a simpler one,

Microsoft seems to be using the terminology "single-label" so this one was
a bit more difficult to search:

Google: [ site:microsoft.com "single label" "dns name" domain 2000 |
2003 ]

For starts: http://support.microsoft.com/default.aspx?kbid=300684

Troubleshooting the issues:
<
http://www.microsoft.com/technet/tr...cs/standard/sag_DNS_tro_DynamicUpdateNode.asp >

If you want to know how to rename a domain, you basically cannot rename a
Win2000
domain (and many Win2003 domains.)

You can rename an NT 4.0 (so if you are in mixed mode you can still go back,
rename, upgrade again.)

You can rename a Win2003 domain IF the entire forest is in Win2003 Forest
Functional Level which
includes every domain being in Win2003 Server mode.

You can re-install the domain.

No, not a simple question at all.

<grin> Good luck,
 
Back
Top