• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Publicly Accessible Samba Share

20_MuleTeam_Borax

Senior member
I set up a samba share read/writable to guests. I can connect w/o a username/password from the local machine, but i get
session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.)
SMB connection failed
when i try to connect from a different machine. iptables -L is showing no rules, and the default is accept, so I dont think it's a firewall problem. Here's the smb.conf section for the share.
[public]
path = /home/public
public = yes
only guest = yes
writable = yes
printable = no
 
If you don't already have a WINS server, make Samba the WINS server, and manually configure each Windows client to use the Samba host for WINS. If you can get DHCP to hand out that info, even better.

If that doesn't fix the problem, you can probably get it to work by explicitly specifying the username. I.e.

NET USE M: \\SAMBABOX\SOMESHARE /USER:guest
 
Back
Top