InterviewSolution
| 1. |
Explain The Parameter "wins Support = Yes" Used In Smb.conf? |
|
Answer» If the Samba server was configured to provide WINS support ("wins support = Yes"), then the WINS server is ABLE to provide name resolution for all of the hosts that are not listed in the /etc/hosts file or within the DNS. Making this adjustment in the Name Service Switch CONFIGURATION file (/etc/nsswitch.conf) allows the Linux system to query the WINS server for LOCAL name resolution. This SAVES manual adjustments to HOST files. If the Samba server was configured to provide WINS support ("wins support = Yes"), then the WINS server is able to provide name resolution for all of the hosts that are not listed in the /etc/hosts file or within the DNS. Making this adjustment in the Name Service Switch configuration file (/etc/nsswitch.conf) allows the Linux system to query the WINS server for local name resolution. This saves manual adjustments to host files. |
|