|
|
在FC4配置samba完成,在XP的网络邻居中能看到,但是无法访问,有如下提示!
其中共享目录权限已经更改为 777 ,iptables服务也已经关闭了.
这是我的配置文件
[global]
# server string is the equivalent of the NT Description field
server string = King's Samba Server
; hosts allow = 192.168.1. 192.168.2. 127.
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
; guest account = pcguest
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
# all log information in one file
# log file = /var/log/samba/log.smbd
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Security mode. Most people will want user level security. See
# security_level.txt for details.
; security = share
[temp]
comment = 临时文件
path = /home/king/temp
public = yes
only guest =yes
writeable = yes
browseable = yes
guest ok = yes |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|