知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

SMB重启后访问失败解决

发布时间:2014-09-05 15:10:24作者:知识屋

SMB重启后访问失败解决
 
1、关闭防火墙:iptables -F
2、setenforce 0
3、修改 vi /etc/sysconfig/selinux
     SELINUX=disabled
  www.zhishiwu.com  
附:可访问samba配置:
[global]
        workgroup = MYGROUP
        server string = Samba Server Version %v
        # log files split per-machine:
        log file = /var/log/samba/log.%m
        # maximum size of 50KB per log file, then rotate:
        max log size = 50
        security = user
        passdb backend = tdbsam
ohome -s /bin/false "%u"
        load printers = yes
        cups options = raw
#============================ Share Definitions ==============================
[samba]
comment = samba
path = /
public = yes
writable = yes
write list = root
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
valid users = root
 
# 执行如下命令 
smbpassword -a root  # 回车,修改root对应密码
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜