免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2382 | 回复: 3
打印 上一主题 下一主题

[网络管理] centos下的samba sever [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-09-16 11:01 |只看该作者 |倒序浏览
我这里配置了以个samba sever 使用了快一年了,有个很奇怪的问题想请教一下,我本地的服务器地址\\192.168.1.245.  在每次连接完 输入账号密码后 进入到主目录,然后双击主目录有时候会碰到进不去的情况,然后我只要在cmd里ping 一下192.168.1.245 后,然后再去双击主目录就能进了,不知道这个是什么原因。

论坛徽章:
0
2 [报告]
发表于 2010-09-16 11:08 |只看该作者
主要设置是这样的

[global]
        workgroup = Workgroup
        server string = Samba Server Version %v

        netbios name = SAMBA SERVER
        display charset = cp936
        unix charset = cp936
        dos charset = cp936
        interfaces = lo eth0
;       hosts allow = 127. 192.168.12. 192.168.13.
                                        .
                                        .
                                        .<=====省略
                                        .
                                        .

# ----------------------- Standalone Server Options ------------------------
#
# Security can be set to user, share(deprecated) or server(deprecated)
#
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.

#        security = share
#       passdb backend = tdbsam
        security = user
        encrypt passwords=yes
       smb passwd file=/etc/samba/smbpasswd.conf
                                       .
                                       .
                                       . <=====省略            
                                       .
[software]
path=/home/software
read only=yes
#public=yes
#valid users=
#writable=yes

[qa share]
comment = QA department
path = /home/qa
valid users=qa
#public = yes
#read only=no
writable = yes
#create mode=0664
#directory mode=0777
                                       .

论坛徽章:
0
3 [报告]
发表于 2010-10-11 16:20 |只看该作者
只有 win7下有这个问题,xp没问题

论坛徽章:
0
4 [报告]
发表于 2011-03-24 00:01 |只看该作者
ding
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP