# yum -y install samba
/etc/samba/smb.conf.exampleを参考に
/etc/samba/smb.conf
[global]
wins support = yes
netbios name = wins
[root@wins ~]# systemctl start nmb
[root@wins ~]# systemctl start smb
##LinuxでWins名前解決
/etc/nsswitch.conf
hosts: files dns wins
##参照文献