Hello all.
I sorted through various threads for a couple of weeks now and have had good luck up to now to get my Samba working. But am now stuck and confused trying to apply the many other answers to my situation. I thank those who would once again answer a question about Samba / Linux / Windows XP connections. The collective patience of the Linux community is something to behold.
I have 2 PC’s. Mine is the opensuse 11.1, setup Samba and I want to connect my wife’s Windows XP box to see my shares on that Linux box.
I’m connected to a Comcast modem with a simple 4port Linksys hub (no router) to network the ethernet cables together.
Both PC’s surf the 'net with no problems.
I followed Samba and Suse: HowTo Set up an openSUSE-Windows Home Office LAN/Network. Versions 10, 11 I believe to the letter and in troubleshooting the problem have had the firewall disabled, with ports open as suggested in various places TCP: 135,139,445 and UDP: 137,138, broadcasting enabled per swerdna, etc.
I have setup shares and on the Linux box I can go
My Computer
Network Folders
SMB Shares
JeepNet
Popeye and I CAN see and access the shared stuff there myself with my Username/Password (I think I want that, seems like at least some security even tho it’s me.)
BUT the Windows XP box does not see any of the shares when I try to map a network drive.
The XP box “Computer Name” is Olive_Oil and the workgroup is set to JEEPNET as it seems to force all CAPS.
I have made a user of that box also a user on the Linux box.
Both the Linux user and the Windows user are defined in the Linux box and are members of the same “groups”.
But it seems like I must have to somewhere/somehow tell Popeye that Olive_Oil has permission to the shares.
I see this in the Windows box.
My Network Places
Entire Network
Microsoft Windows Network
JEEPNET
But no shares under the Workgroup.
If someone would be so kind, I think I am very close to get it working.
Ultimately I need to be able to go the other way, printing to the Windows XP printer from the Linux box. But one step at a time.
I think first it helps if you can see my smb.conf file so here is that.
If I have ignorantly posted info that makes me vulnerable someone please advise that too.
Just in case I now enable Firewall again.
Thanks very much!
[global]
workgroup = JeepNet
netbios name = Popeye
name resolve order = bcast host lmhosts wins
server string = “Eat 'yer Spinach!”
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
use client driver = yes
load printers = yes
map to guest = Bad User
local master = yes
preferred master = yes
os level = 65
usershare allow guests = Yes
usershare owner only = False
usershare max shares = 100
usershare path = /var/lib/samba/usershares
include = /etc/samba/dhcp.conf
logon path = \%L\profiles.msprofile
logon home = \%L%U.9xprofile
logon drive = P:
passdb backend = smbpasswd
wins support = No
security = user
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = No
domain master = No
ldap suffix =
wins server =
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0700
guest ok = 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
[shared files]
comment = Shared Files
inherit acls = Yes
path = /home/Shared/
read only = No
force user = JeepNut
[music]
comment = Shared Music
inherit acls = Yes
path = /home/JeepNut/Media/Music_&_Sounds/
read only = Yes