LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 628|回复: 0

关于SMB 服务器 别的机子不能访问 的问题??

[复制链接]
发表于 2005-10-26 22:20:34 | 显示全部楼层 |阅读模式
我刚刚弄好了  samba 服务器  !!
用smbclient -L 172.16.43.26
可以看到工作组和其它的信息~
可是,在windows 的网上邻居 看不到我的工作组,不知道是怎么回事~~
在本机上 ,也有这样的错误:

  1. [2005/10/26 22:00:56, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(353)
  2.   find_domain_master_name_query_fail:
  3.   Unable to find the Domain Master Browser name FERORA 4<1b> for the workgroup FERORA 4.
  4.   Unable to sync browse lists in this workgroup.

复制代码


不知道是怎么回事!
还有,这个是我的smb.conf 文件!

  1. [global]
  2.         workgroup = FERORA 4
  3.         server string = HOOXIN'LINUX
  4.         security = user
  5.         encrypt passwords = yes
  6.         log file = /var/log/samba/log.%m
  7.         max log size = 500
  8. ;       preferred master = yes
  9.         socket options = TCP_NODELAY
  10.         wins support = yes
  11.         smb passwd file = /etc/samba/smbpasswd
  12.         username map = /etc/samba/smbusers
  13.         dns proxy = no
  14. ;       idmap uid = 16777216-33554431
  15. ;       idmap gid = 16777216-33554431
  16. ;       template shell = /bin/false
  17. ;       winbind use default domain = no


  18. [MyDoc]
  19.         comment = this is a doc
  20.         path = /home/hooxin/MyDoc
  21. ;       writeable = no
  22.         browseable = yes
  23.         valid users = hooxin, new
  24.          create mask = 0755

复制代码

请各位 看看是不是有什么地方 不对呀!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表