|
|
我刚刚弄好了 samba 服务器 !!
用smbclient -L 172.16.43.26
可以看到工作组和其它的信息~
可是,在windows 的网上邻居 看不到我的工作组,不知道是怎么回事~~
在本机上 ,也有这样的错误:
- [2005/10/26 22:00:56, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(353)
- find_domain_master_name_query_fail:
- Unable to find the Domain Master Browser name FERORA 4<1b> for the workgroup FERORA 4.
- Unable to sync browse lists in this workgroup.
复制代码
不知道是怎么回事!
还有,这个是我的smb.conf 文件!
- [global]
- workgroup = FERORA 4
- server string = HOOXIN'LINUX
- security = user
- encrypt passwords = yes
- log file = /var/log/samba/log.%m
- max log size = 500
- ; preferred master = yes
- socket options = TCP_NODELAY
- wins support = yes
- smb passwd file = /etc/samba/smbpasswd
- username map = /etc/samba/smbusers
- dns proxy = no
- ; idmap uid = 16777216-33554431
- ; idmap gid = 16777216-33554431
- ; template shell = /bin/false
- ; winbind use default domain = no
- [MyDoc]
- comment = this is a doc
- path = /home/hooxin/MyDoc
- ; writeable = no
- browseable = yes
- valid users = hooxin, new
- create mask = 0755
复制代码
请各位 看看是不是有什么地方 不对呀!! |
|