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

















