Adding Domain Controllers as DNS Server for SoftNAS
In order to integrate AD with the SoftNAS Linux operating system, the first step is enabling the SoftNAS Linux system to resolve host names into IP addresses for the Active Directory controller, DNS server(s) and the SoftNAS Linux system itself (so you can use host names instead of IP addresses in the following steps).
You need to verify that your Hostname and DNS are set up correctly:
AND
Begin by configuring your Hostname and DNS Client lookup for the SoftNAS server.
In the example on the right, the IP address of the Active Directory controller is 172.16.150.1, so its FQDN is entered (WIN-00B96QSOC44).SOFTNAS.local, along with the "realm" name "SOFTNAS.LOCAL" in lower-case, upper-case and just the NETBIOS name "SOFTNAS".
The host address table entry should be configured in the following order: <IP address>, short name, upper case short name and finally the FQDN, as seen in the example above: 172.16.150.50, softnastest, SOFTNASTEST, softnastest.softnas.local
Anytime you change the DNS or network settings, be sure to either issue a service network restart command as the root user or reboot SoftNAS with a sync; sync; reboot sequence to restart the network subsystem so the new settings will take effect.
You may also want to verify that your host entries are correct by pinging them with "ping" commands that confirm each mapping is correct. If these host name lookups are incorrect, other steps which follow will fail. Take a moment to verify the host mappings are working as expected for best results.
Issue the following command: