LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba 2.2.3 in RedHat 7.3 - problem with Windows 98,XP,2000 (https://www.linuxquestions.org/questions/linux-software-2/samba-2-2-3-in-redhat-7-3-problem-with-windows-98-xp-2000-a-37190/)

Wild-A 12-03-2002 11:26 AM

Samba 2.2.3 in RedHat 7.3 - problem with Windows 98,XP,2000
 
I have installed Samba version 2.2.3 in RedHat 7.3. I can see this Linux Machine from Windows, but I can't access to shared disks on this computer. Here is my config file (only most important lines):

WORKGROUP = MYGROUP
netbios name = storage
quest account = nobody
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
unix password sync = yes

[public]
.... classic settings (from help)

I have allready created password file smbpasswd and set up passwords via command smbpasswd.

Thanx for help.

jstu 12-03-2002 12:05 PM

Try security = user instead of share.

ppuddick 12-04-2002 06:52 AM

What Firewall configuration did you employ during setup? From a Windows command prompt type the following:

net view \\ip address of samba server

If you can see the shares then you need to go over your smb.conf file again. If you get "Error 51" then you need to open the netbios ports on the linux ports. Use firewall-config to open ports 137,138,139 on both udp and tcp and then restart ipchains and xinetd. Then try, it should work.


I hope this helps. Let me know!


All times are GMT -5. The time now is 01:30 AM.