07/03/03 15:30:01 uPjEBayW
>>635
firewallソフトとか動かしてませんか?ウチは動かしてない状態でXPからパスワード無しでアクセス出来てます。
ubuntuをwinsサーバにしてIPアドレスを/etc/samba/smb.confに書いてます。
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = MSHOME
# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
wins support = no
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
wins server = 192.168.xx.xx
[c]
path = /home/hoge/c
comment = c
available = yes
browsable = yes
public = yes
writable = yes
force user = nobody
force group = nogroup