网站大量收购闲置独家精品文档,联系QQ:2885784924

SambaServer基本配置.doc

  1. 1、本文档共12页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
SambaServer基本配置

Redhat Enterprise Linux 6.2 samba服务配置 虚拟机打开后,添加rehl-server-6.2镜像文件 第一步, 第二步: 一、安装前准备 1、使用Samba服务器需要防火墙开放以下端口 ??? UDP 137 UDP 138 TCP 139 TCP 445 #配置防火墙端口 [root@roothomes ~] vi /etc/sysconfig/iptables? ? -A INPUT -m state --state NEW -m tcp -p tcp --dport 139 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT #重启防火墙,使规则生效 [root@roothomes ~] /etc/rc.d/init.d/iptables restart??? ? 2、关闭CentOS6系统的 SELinux [root@roothomes ~] vi /etc/selinux/config #SELINUX=enforcing???? #注释掉 #SELINUXTYPE=targeted? #注释掉 SELINUX=disabled?????? #增加 #:wq? 保存。 #重启系统 [root@roothomes ~] shutdown -r now? 或者 init 6 二、安装Samba 1、检查Samba服务包是否已安装 [root@roothomes ~] rpm -qa | grep samba ??? samba-3.5.4-68.el6.x86_64 ??? samba-common-3.5.4-68.el6.x86_64 ??? samba-client-3.5.4-68.el6.x86_64 ??? samba4-libs-4.0.0-23.alpha11.el6.x86_64 ??? samba-winbind-clients-3.5.4-68.el6.x86_64 ?? 说明samba已经安装,如果没有安装,运行下面命令安装 [root@roothomes ~] yum install samba? ??? 2、配置samba [root@roothomes ~] chkconfig smb on  #设置 Samba开机自动启动 [root@roothomes ~] service smb start????? #启动Samba服务? [root@roothomes ~] /etc/init.d/smb restart? #重启 [root@roothomes ~] /etc/init.d/smb stop??? #停止? [root@roothomes ~] cp /etc/samba/smb.conf? /etc/samba/bak_smb.conf_bak? #备份 [root@roothomes ~] cp /etc/samba/bak_smb.conf_bak? /etc/samba/smb.conf? #恢复 [root@roothomes ~] vi /etc/samba/smb.conf [global]?????????????????????????? #找到这一行(全局设置标签),在此行下面添加如下行: ??? workgroup = WORKGROUP????????? #工作组名称改为 Windows 网络所定义的工作组名 ??? server string = Samba Server?? #设置samba服务器的主机名称 ??? security = user??????????????? #设置samba服务器安全级别为user,即以账号和口令访问 ??? netbios name = SambaServer???? #设置Samba服务器访问别名 #在配置文件的末尾添加以下自定义内容 [SambaServer]????????????????????? #在Windows网上邻居中看到的共享目录的名字 ??? comment = SambaServer????????? #在Windows网上邻居中看到的共享目录的备注信息 ??? path = /home/SambaServer?????? #共享目录在系统中的位置 ??? public = no??????

文档评论(0)

shuwkb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档