I have two VLANs. Clients are on one VLAN and there are a couple servers (including a file server) on another VLAN. I have L3 routing between the VLANs. Clients can ping the servers' IP addresses and can also (via net use
) access SMB shares directly by IP.
However, what we need is for the servers to appear automatically in the "Network" list in Windows Explorer. From what I understand we need a WINS server. I've had absolutely zero experience with NetBIOS and so I'm a bit confused on what our options are.
First of all, on Linux, I'm very much aware that samba
can function as a WINS server. However, our file server is a standalone unit (Synology), and the other servers (which are not hosting SMB shares) also need to be available via NetBIOS. What we need is a standalone WINS server that can be configured manually. I don't think samba
fits our needs here.
Second, if I set up a WINS server, do clients need to be specifically configured to use it? We want a system, if possible, that requires no manual configuration on the clients.
We also run our own DNS server which is already configured on clients via DHCP, and the file server is reachable by its DNS hostname, but just not via NetBIOS. Some systems can use DNS (specifically, I do know that SMB can use DNS for name resolution) but we also have software that only uses NetBIOS, so pure DNS is not an option.
(Additionally, we do not want to use Windows Server for WINS. By my understanding, if we were to do this, each client that ever queried the nameserver would require a CAL; this would require a lot more CALs than we currently need, so we really want to avoid that.)