Windows OS
--
Questions
--
Followers
Top Experts
Windows Names Aliases
Hi,
i want to assign aliases to netbios names, in order to use "\\alias".
Example:
I have a server whose Netbios name is SISISN05.
This server has a zetafax server running.
I want the clients of this service to know the server as "\\zetafax" and not "\\sisisn05", since i can eventually move the zetafax service to another server.
I tried to create a static wins entry for "zetafax" and also tried modifying the "lmhosts" and "hosts" files of the client, but when I do [Start / Run / "\\zetafax"] i got no answer.
thanks in advance,
Pedro
i want to assign aliases to netbios names, in order to use "\\alias".
Example:
I have a server whose Netbios name is SISISN05.
This server has a zetafax server running.
I want the clients of this service to know the server as "\\zetafax" and not "\\sisisn05", since i can eventually move the zetafax service to another server.
I tried to create a static wins entry for "zetafax" and also tried modifying the "lmhosts" and "hosts" files of the client, but when I do [Start / Run / "\\zetafax"] i got no answer.
thanks in advance,
Pedro
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Not sure if you could do this with WINS, but you could certainly do it with DNS - as long as DNS was your primary means of name resolution.
Simply, create aliases (CNAME) records for the hosts in question, i.e. create a zetafax CNAME record to SISISN05's IP address.
Hope that helps.
Simply, create aliases (CNAME) records for the hosts in question, i.e. create a zetafax CNAME record to SISISN05's IP address.
Hope that helps.
If your network rules / configuration will allow for this server to show up in the network list as "more than one" server name; then you can make the following changes to the registry.
To define extra names for a machine perform the following:
Start the registry editor (regedt32.exe)
Â
Move to HEY_Local_Machine\System\C urrentCont rolSet\Ser vices\Lanm anServer\P arameters
From the Edit menu select "Add Value"
Set the type to REG_SZ is you want one extra name or REG_MULTI_SZ if you want more than one and enter a name of OptionalNames.
Click OK
You will then be prompted for a value. Enter the other name (or names if type REG_MULTI_SZ, one on each line) you want it to be known as and click OK.
Â
Close the registry editor
Reboot the machine
I have used this routine before and you simply "see" the server show up as server1, server2, etc.
Hope this is usefull.
To define extra names for a machine perform the following:
Start the registry editor (regedt32.exe)
Â
Move to HEY_Local_Machine\System\C
From the Edit menu select "Add Value"
Set the type to REG_SZ is you want one extra name or REG_MULTI_SZ if you want more than one and enter a name of OptionalNames.
Click OK
You will then be prompted for a value. Enter the other name (or names if type REG_MULTI_SZ, one on each line) you want it to be known as and click OK.
Â
Close the registry editor
Reboot the machine
I have used this routine before and you simply "see" the server show up as server1, server2, etc.
Hope this is usefull.
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Open Registry Editor (Regedit.exe or Regedt32.exe)
Create a value called "OptionalNames" under
HKEY_LOCAL_MACHINE\System\ CurrentCon trolSet\Se rvices\Lan manServer\ Parameters
of type REG_SZ (for one alias name) or REG_MULTI_SZ (for multiple alias names) and enter the alias name (or names in case you selected REG_MULTI_SZ) in the prompted String box.
Just stop and start the Server Service(Remember, It also stops NetLogon and Computer Browser services and don't forget to start them after starting Server service) and the alias name  should appear in your Network Neighbourhood.
You can also test it Start\Run \\aliasname.
Create a value called "OptionalNames" under
HKEY_LOCAL_MACHINE\System\
of type REG_SZ (for one alias name) or REG_MULTI_SZ (for multiple alias names) and enter the alias name (or names in case you selected REG_MULTI_SZ) in the prompted String box.
Just stop and start the Server Service(Remember, It also stops NetLogon and Computer Browser services and don't forget to start them after starting Server service) and the alias name  should appear in your Network Neighbourhood.
You can also test it Start\Run \\aliasname.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
It works so I'll give points tou you, canadian.
Great help for me also, thanks Canadian, prasadklk and pedro for posing the question.
Intesting note, my alias was registered in DNS (not Windows DNS), my NT 4.0 boxes could map by the alias prior to this change, but not my w2k and xp boxes. After the hack...all was well for both.
Thanks All
Intesting note, my alias was registered in DNS (not Windows DNS), my NT 4.0 boxes could map by the alias prior to this change, but not my w2k and xp boxes. After the hack...all was well for both.
Thanks All
Windows OS
--
Questions
--
Followers
Top Experts
This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.