My WinXP pro box is seeing the Samba server but I get the following error when try to access the server. \\Linux is not accessible. Might not have permission to use this network resource. Contact the administrator to find out if you have access permission.s The network path was not found. I have done a testparm on the smb.conf and all is OK. I do have a unix, samba and a windows user/password that are identical. I can do a smbclient on the xp box and see the shares at that end. I currently have the following shares setup on Linux box. Share Name Path Security homes All Home Directories Read/write to all known users printers All Printers Printable to everyone public /home/samba/public Read/write to everyone Steve /home/steve Read/write to all known users Being new to Linux let alone Samba I hope I've over looked something really simple! Help me please! Steve
Also, have you gone through DIAGNOSIS.txt in docs/textdocs ? If the other suggestions don't work, then running through this might help further narrow where your problem is. ~ Daniel Brian wrote:> > You might also post your smb.conf file to aid people in assisting you. > > I like the shutting down the firewall idea. That could be it. > > One other idea I have without seeing the smb.conf is to make > sure that > the IP address of the machine giving you that error is among those > allowed in smb.conf. If your smb.conf restricts access to a > certain IP > range, then if this machine is not in that range it would be denied > access in the way you describe. > > Steve wrote: > > >My WinXP pro box is seeing the Samba server but I get the following > >error when try to access the server. > > > >\\Linux is not accessible. Might not have permission to use this > >network resource. Contact the administrator to find out if you have > >access permission.s > > > >The network path was not found. > > > >I have done a testparm on the smb.conf and all is OK. I do > have a unix, > >samba and a windows user/password that are identical. I can do a > >smbclient on the xp box and see the shares at that end. > > > >I currently have the following shares setup on Linux box. > > > >Share Name Path Security > > > >homes All Home Directories Read/write to > all known users > >printers All Printers Printable to everyone > >public /home/samba/public Read/write to everyone > >Steve /home/steve Read/write to > all known users > > > >Being new to Linux let alone Samba I hope I've over looked something > >really simple! > > > >Help me please! > > > >Steve > > > > > >----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you.
I'm in the process of setting up Samba 3 on a Fedora core machine with a second machine being an XP machine. I can ping from either machine to the other. The command smbclient -L netbiosname on the linux machine gives me a "Connection to netbiosname failed On the XP machine I've enabled Wins over TCP IP but the command nbtstat -n on the XP machine only lists itself while the command nbtstat -c is empty. What is my next step? K.
smbclient doesn't need samba. Here is how I would trouble shoot this: smbclient -d9 -L netbiosname > junklog Look for lmhosts in junklog. smbclient will try to find your netbios name with: lmhosts hosts wins broadcast in that order by default. Hosts is DNS or /etc/host Look to see if the log tells you if found your XP computer. I would also read DIAGNOSIS.txt. If smbclient found the XP computer, the log should also give you a clue as to why the connection failed. Joel On Thu, Nov 20, 2003 at 07:24:16PM -0500, Kev wrote:> I'm in the process of setting up Samba 3 on a Fedora core machine with a > second machine being an XP machine. I can ping from either machine to the > other. The command smbclient -L netbiosname on the linux machine gives me a > "Connection to netbiosname failed > > > > On the XP machine I've enabled Wins over TCP IP but the command nbtstat -n > on the XP machine only lists itself while the command nbtstat -c is empty. > > > > What is my next step? > > > > K. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Oh, yes, it may not be obvious which smb.conf file your smbd is using. I find that: strings `which smbd` | grep smb.conf helps Joel On Thu, Nov 20, 2003 at 07:24:16PM -0500, Kev wrote:> I'm in the process of setting up Samba 3 on a Fedora core machine with a > second machine being an XP machine. I can ping from either machine to the > other. The command smbclient -L netbiosname on the linux machine gives me a > "Connection to netbiosname failed > > > > On the XP machine I've enabled Wins over TCP IP but the command nbtstat -n > on the XP machine only lists itself while the command nbtstat -c is empty. > > > > What is my next step? > > > > K. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba