Link to home
Create AccountLog in
Avatar of Member_2_1242703
Member_2_1242703

asked on

DNS Question

Can someone please explain to me (or point me to a good resource) as to why my site becomes available when using dashes instead of dots? For example, when i use

http://fisher-sherman-pvt, my site comes up fine. However, when I use http://fisher.sherman.pvt, I get "The website can not be found"

This is an internal site on a NT network, on a 2K3 server. I know this isn't much to go on, so if you need more specifics, let me know. I just thought maybe this was a common issue. THanks.
Avatar of pseudocyber
pseudocyber

The dots imply sub-domains (DNS domains, not Windows domains).  When you use dashes, you're at the "top level" domain where you are (since this is a private DNS domain and doesn't come under the public TLD's).
To expand a little fisher.sherman.pft implies:
pvt -!
       sherman-!
                     fisher

and fisher-sherman-pvt implies:

fisher-sherman-pvt (all one domain, instead of 3).
Avatar of Member_2_1242703

ASKER

so what would i do to have the implication of fisher.sherman.pvt?
create dns domains pvt sherman and fisher?
sherman.pvt   is the domain
fisher  is the member, which should be your server's name
(workstations do not need it defined unless you have to)
ASKER CERTIFIED SOLUTION
Avatar of SunBow
SunBow
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer