Samba is a freeware software that implements the SMB (Server Message Block) protocol on Linux and UNIX, consisting of servers and client programs
The security level of samba:
Share: No verification
User: Requires authentication, Samba account library required
Server: Additional servers are required for authentication
Domain: DC for validation
Samba's server programs can achieve the following main features:
1. File and print sharing;
2. Computer name and IP of the solution;
3.WINS service support;
4. User Rights settings (if the quota with Linux can also achieve user disk space quotas).
Installing and Configuring instances
1. Mount and switch to/mnt/cdrom/server
Installing the Samba server side
[Root@localhost server]# RPM-IVH perl-convert-asn1-0.20-1.1.noarch.rpm
[Root@localhost server]# RPM-IVH samba-3.0.33-3.14.el5.i386.rpm
1. Modify the configuration file as follows:
[Root@localhost samba]# pwd
[Root@localhost samba]# Vim smb.conf
/etc/samba
Workgroup = MyGroup #组名
Server string = Samba server Version%v #显示samba服务器的版本
76
77; NetBIOS name = MYSERVER
78
79; Interfaces = Lo eth0 192.168.12.2/24 192.168.13.2/24
80; Hosts allow = 127. 192.168.12.192.168.13.
81
82interfaces =192.168.10.10/24
View ports as follows:
3. Network Neighborhood Right-click Search Computer input 192.168.10.10 search is as follows: