Wiki source code of SMB_File_Sharing
Version 1.3 by Sebastian Marsching on 2022/04/03 22:24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | # Accessing a host over SMB using an alias name | ||
2 | |||
3 | The name has to be registered in WINS. Besides the server has to be told to accept requests with arbitrary names: [http://www.winserverkb.com/Uwe/Forum.aspx/windows-2000-dns/3082/Server-alias](http://www.winserverkb.com/Uwe/Forum.aspx/windows-2000-dns/3082/Server-alias) | ||
4 | |||
5 | **Update:** After using this method for some time, I found out that this can have funny effects, like not being able to connect to a share from the same server. Therefore I would rather recommend using DFS namespaces. | ||
6 | |||
7 |