I'm trying to get samba up and running. I have two XP boxes and Two Antix boxes. The printer is connected to one of the Antix boxes and all other boxes can see and use it. The two Xp boxes can see the two Antix boxes and their files. The Antix boxes show the two Xp boxes via xsmbrowser but cannot see the shares. Also I cannot write to the Antix boxes from XP. The two XP boxes can see and write to each other. Here is my smb.conf please advise.
Code: Select all
;*******************section global*****************
[global]
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
printing = cups
workgroup = WORKGROUP
server string = %h server (Samba %v)
hosts allow = 192.168.0. 192.168.1. 192.168.2. 192.168.79. 127. 10.0.0. 10.1.1.
socket options = IPTOS_LOWDELAY TCP_NODELAY
log level = 1
dead time = 15
wins support = yes
hide unreadable = yes
passdb backend = tdbsam
dns proxy = no
host msdfs = no
max log size = 1000
security = share
map to guest = Bad Password
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
oplocks = No
level2 oplocks = No
;*******************section Shares*****************
[Shared]
path = /home/dan/Shared
guest ok = yes
#read only = no
writable = yes
browseable = yes
create mask = 0775
directory mask = 0775
[Music]
path = /mnt/sdb3/mystuff/Audio
guest ok = yes
#read only = no
writable = yes
browseable = yes
create mask = 0775
directory mask = 0775
;*******************section homes*****************
[homes]
comment = Home Directories
browseable = no
guest ok = no
read only = no
;*******************section printers*****************
[printers]
comment = All Printers
path = /tmp
browseable = no
printable = yes
guest ok = yes
create mode = 0700
[/code]