LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cannot access Samba Server (https://www.linuxquestions.org/questions/linux-networking-3/cannot-access-samba-server-48545/)

ZhiYi 03-06-2003 06:49 AM

Cannot access Samba Server
 
Hi!
I use redhat linux 8 and set it up as a samba server for win98 to access.
When the samba server is setup,the win98 pc can see the linux computer (the linux computer's name is Manutd) in network neighbourhood. But when i clicked on the icon, a message box appeared. Its contents are: Enter network password
Resource: \\MANUTD\PC$
Password:

I typed different passwords ( win98 password,linux root password,linux user password) but to no avail. Hence, i rightclicked on the linux computer icon and the message 'The server \\Manutd does not accept remote requests' appeared.

Then I rightclicked on the linux computer icon and clicked properties. I clicked on the Netwatcher button in the properties window and the message ' The computer \\MANUTD is configured for userlevel security and cannot be administered from this share level computer.' appeared.

The changes I made to smb.conf in the linux pc is as follows:
Under the [global] section:
workgroup = ONG ( My windows network workgroup is ONG)
hosts allow = 192.168.1.2 (The ip add of the win98 pc)
guest account= pcguest
security=user
password level=10
username level=20
;encrypt passwords=yes

May I know what password to type? (I didn't set any passwords when setting up samba) or even better, is there a way to get rid of the network password dialog box? (should I comment out the security=user line?)

Please reply quickly if you can.....thanks!!
:Pengy:

jamrock 03-06-2003 01:34 PM

It sounds as if you have not added the users to the smbpasswd file.

Based on what you have done so far, you seem to have access to some documentation. They should give some detailed instructions on adding the users to this file.

If you cannot find this info, let me know and we can work it out. Also try doing a search on smbpasswd in the forum.

Also check to make sure that the network card is a trusted device or the firewall is disabled.

iamnotherbert 03-06-2003 05:30 PM

ditch the semi-colon in front of encrypt passwords=yes

Rickdog 03-06-2003 11:37 PM

http://www.redhat.com/advice/tips/

http://www.redhat.com/docs/manuals/l...nfiguring.html


All times are GMT -5. The time now is 03:57 PM.