I'm using SUSE 9.3 and I can use Konqueror to browse another computer by Samba client.
I want to share my Music, and my Video for another windows computer in my LAN. I've already follow this guidance from tweakhound.com (I've try it at least 5 times :blink: ), but I still can not shares anything..
Other windows computers can see my computer through Network place or Ping my computer name, but they cannot access. And I can not access my own computer through "smb://mycomputername" too (errors seem to be Connection time out!).
It's my 'smb.conf':
Quote:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/09/27 13:56:28
# Global parameters
[global]
netbios name = lonrung
map to guest = Bad User
username map = /etc/samba/smbusers
printcap cache time = 750
printcap name = cups
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
domain master = no
wins server = eth0:155.69.5.230, eth0:155.69.5.54
printer admin = @ntadmin, root, administrator
hosts allow = 10.10.10.0/255.255.255.0
cups options = raw
include = /etc/samba/dhcp.conf
workgroup = NTU
security = share
restrict anonymous = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
[homes]
comment = Home Directories
valid users = %S
read only = No
inherit acls = Yes
browseable = No
[profiles]
comment = Network Profiles Service
path = /home/store/music/
create mask = 0600
directory mask = 0700
guest ok = yes
case sensitive = no
msdfs proxy = no
wide links = no
[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
create mask = 0600
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin, root
force group = ntadmin
create mask = 0664
directory mask = 0775
|
My LAN may be quite complicated, but in Windows OS, sharing may be very simple things with a few clicks... How to make it done in Suse ? The problems could be in configuration of WINS server, but I do not know how to fix..
Any guys can help me?
Thanks a lot!
... another problems with samba in my computer is that it is impossible get list of computer through "smb:/" in Conqueror when SuSEfirewall is enable. Althrough I've tried to modify Allowed services of this Firewall by allow service : samba server, and allow IIP with TCP 137,138,139,445 and the same with UDP. It still do not work..