To enable a Windows Share, add a resource, in which the public and internal host are the name of the share, and enable ports 139 and 445.
If you are using an active directory domain, the name of the share should be the name of the machine suffixed by the AD domain, for example:
\\machinewithshare.windomain.int\ShareName
.
In this case machinewithshare
is the name of the machine hosting the share folders and windomain.int
is the AD domain. The domain name to add as a resource would be machinewithshare.windomain.int
.
โ