kanotix.com

Networking - Cannot acess Samba from Windows Xp

hifi25nl - 03.10.2006, 21:51 Uhr
Titel: Cannot acess Samba from Windows Xp
I can access a Windows Xp computer from Linux but not the opposite. When I try to access the shared folder /home/my_name/Downloads from Windows I receive a message about no access rights. I have disabled Firewall. If I search for Network printer inside Windows I cannot find my BROTHER printer. I am sure the solution is simple but I cannot find it...Any ideas? My smb.conf is

Zitat:

global]
server string = host %h Version %v for %I
map to guest = Bad User
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
character set = ISO8859-1
printcap name = cups
printing = cups
guest ok = yes
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
security = share
acl compatibility = winnt

[printers]
printer admin = root
comment = ALL Printers
browseable = no
path = /var/tmp
printable = yes
create mask = 0700

[BROTHER]
printable = yes
printer name = BROTHER

[Downloads]
path = /home/my_name/Downloads
case sensitive = no
msdfs proxy = no
strict locking = no
read only = no


severin - 15.10.2006, 18:07 Uhr
Titel: Cannot acess Samba from Windows Xp
try removing the line "msdfs proxy = no" from your share definition. This solved *my* case. After all I've googled up referring it I can't imagine how it got in there anyway.
hifi25nl - 16.10.2006, 08:48 Uhr
Titel:
With this file now is working! I had to set Firestarter (firewall) to accept broadcasting.

Piero

Zitat:

[global]
server string = host %h Version %v for %I
map to guest = Bad User
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
character set = ISO8859-1
printcap name = cups
printing = cups
guest ok = yes
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
security = share

#[homes]
#comment = Home Directories
#read only = no
#browseable = no
#dos filetimes = true
#valid users = %S
#read-only = no

[printers]
printer admin = root
comment = ALL Printers
path = /var/tmp
printable = yes
create mask = 0700

[DOWNLOADS]
comment = Public Files
browseable = yes
read only = no
writable = yes
public = yes
create mask = 0777
directory mask = 0777
# create mode = 0766
guest ok = yes
path = /home/*****/Downloads

Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007