Install and configure Samba
Samba is an open source, which allows Unix-based operating systems to "see" the network with Windows PCs. Samba is actually implementing several protocols in one software able to communicate simultaneously with these protocols: SMB, TCP / IP, NetBIOS (protocol implemented in Windows Network Neighborhood), WINS and Active Directory (this should be set for Kerberos ).
First, to successfully set Samba to be the machine that runs Linux to have a static IP. Otherwise, it will not use WINS ...
Install Samba:
# Sudo apt-get install samba
Tags: Linux , network , samba , smb , tcp / ip , wins

















