I assume you also receive System error 52 when using net view \\cname. By design, mapping or sharing cname or alias name connections are not supported in Windows network because the Windows performs server name verification. When the computer receives the connection request, it will check the server name verification. If it doesn't match the computer name, you will receive System error 52.
I am not sure why you want to access or map the computer using the different name. You may have 3 options to use the different "names". They are 1) use NetBIOS name; 2) FQDN; 3) IP address.
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
<Fran> wrote in message news:(E-Mail Removed)...
I'm trying to set up some DNS aliases (CName records) on a Windows
2000 / 2003 network. On one of the DNS servers I have a server named
Server1 (FQDN: Server1.Domain1.com)
In the DNS consol I create a CName record as follows:
Data1.Domain1.com
This points to Server1.Domain1.com
If I open windows Explorer I can connect to Server1 by its short name
or FQDN. But I cannot hit Data1 by either name, either on the main
server (Server1) or any client PC's or member servers (I have verified
that the change has replicated to other DNS servers on the LAN, too.)
What I get is the message: Windows cannot find "\\Data1" or "Windows
cannot find "\\Data1.Domain1.com"
What am I doing wrong here?
-Fran-