代码: 全选
[global]
workgroup = Mygroup
netbios name = SMBServer
server string = Samba Server
hosts allow = 192.168.0.0/24 127.
log file = /var/log/samba/%m.log
max log size = 50
security = share
guest account = guest
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
[homes]
comment = Home Directories
browseable = no
writable = yes
readonly = no
[Myshare]
comment = guest's file
path = /var/ftp/pub/
allow hosts = 192.168.0.0/24
writable = yes
然后“查看工作组计算机”,结果什么都没有。
testparm过了,
网络连接应该没有问题,samba的配置是透过putty里改的。
问题可能出在哪里呢?