Hi,
I've been trying to get SMB and SAMBA working, and I've been having a few problems. I have succeded creating a connection from my Mac (MAC OS X, v. 10.2.8 ) and Windows XP home, but I can't get it to work with Linux! First, when my Linux was on the network, I couldn't acces it because it was names "Localhost," so duplicate name error, etc... So I went into my /etc/HOSTS file, and added the line DellLin DellLin.localdomain, then changed HOST=LOCALHOST to HOST=DELLLIN in the /etc/sysconfig/network file, so that solved the //localhost problem. Now, I can only acces my Linux server from my other Linux computer. (Both are running FC2, kernel 2.6.9-1..521 and 2.6.5-1..358.) When I try to access my DellLin server from Windows XP, it gives me this error:
//DellLin is not accessible. You either do not have access permissions or access was denied. Contact you system administrator. (The network path was not found.)
I tried the Map Network Drive, too. Same error.
Any help would be really appreciated.
Firewing1
(All the config. help came previously from http://www.daniweb.com/techtalkforums/thread9598.html this site, if any want to see it.)
Recommended Answers
Jump to PostThe error you're getting is not specific to Samba; it's a Windows network error message.
1. Temporarily disable any firewall software that you might have running on the XP box; XP's built-in firewall as well as third-party firewalls from Norton, McAfee, Zone Alarm, etc. can all cause problems such …
Jump to PostFTP has security holes; I'd go with SSH instead if you're going to take that route.
Do you have valid system and Samba user accounts set up on the Linux box for all users who will be accessing the machine over the network? If not, you should.
Jump to PostDid you remember to configure Samba correctly (smb.conf) by making sure that:
WORKGROUP = yourworkgroupname # name of Windows Workgroup
Security = user # can also be shareAre your shares configured for read/write access?
Example:
[public] comment = Public Stuff path = /home/public public = yes …
All 10 Replies
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.