After some problems i got my notebook wlan device working and connected with my router (have internet access know).
But now i even want to share files between my desktop pc and laptop.
Both are connected with the router:
- the notebook with wlan (opsensuse and kde)
- the desktop pc with normal lan (windows vista)
i had some problems setting kde up to share files but i got it, but when going to: smb:/
i got the message (i try to translate it from german to english): “No working group found. Maybe caused by an activated firewall”
iam not sure if this is realy a problem because i can ping my notebook from the desktop pc and i can ping the desktop pc with the notebook, but i cannot see any shared files (not in smb:/ because of the above error message).
It does not matter in which direction the filesharing works in the end (see a writeable directory on the windows pc from the notebook or an writeable directory on the notebook from the pc) but what do i have to do to share files?
here is my: /etc/samba/smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2009-09-30
[global]
printcap name = cups
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
[DOCUMENTS]
path = /home/oliver/Documents
guest ok = yes
read only = no
[FREIGABEN]
path = /home/oliver/Freigaben/
guest ok = yes
read only = no