no access from win98clients to suselinux7.2 with samba2.2

Jung junghv at web.de
Mon Sep 24 15:56:47 GMT 2001


Hi there,

when i try to connect from win98  to Linux i get the message that I
have to enter a network password for linux maschine \\dieter4\IPC§
but all i tried - failed because i dont know a suitable password.

There is no problem in having an smb-connection from Linux to win98!

my smb.conf : 

Can anybody give me a friendly help?

regs HAD
-------------- next part --------------
;
; /etc/smb.conf
;
; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany.
;
[global]
   workgroup = workgroup2
;   hosts allow = 192.168.1 except 192.168.1.1
   guest account = nobody
   keep alive = 30
   os level = 2
   kernel oplocks = false
   security = user
;   domain logons = yes
;   domain master = yes
   

; Uncomment the following, if you want to use an existing
; NT-Server to authenticate users, but don't forget that
; you also have to create them locally!!!
;  security = server
;  password server = 192.168.1.10

   encrypt passwords = yes

   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

   socket options = TCP_NODELAY

   map to guest = Bad User

; Uncomment this, if you want to integrate your server
; into an existing net e.g. with NT-WS to prevent nettraffic
;  local master = no   

; Please uncomment the following entry and replace the 
; ip number and netmask with the correct numbers for
; your ethernet interface.
;   interfaces = 192.168.1.1/255.255.255.0
   
; If you want Samba to act as a wins server, please set
; 'wins support = yes'
   wins support = no

; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
;   wins server = 192.168.1.1

; Do you wan't samba to act as a logon-server for
; your windows 95/98 clients, so uncomment the
; following:
;   logon script =%U.bat
;   domain logons = yes
;   domain master = yes
; [netlogon]
;   path = /netlogon

[tmp]
comment = temporary files
path = /tmp
read only = yes

[homes]
   comment = home-directory
   writable = yes
   printable = yes
   public = yes
   create mode = 0750
   
[public]
   comment = public stuff
   path = /home/jung
   public = yes
   writable = yes
   printable = yes
   
; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
; [cdrom]
   comment = Linux CD-ROM
   path = /cdrom
   read only = yes
   locking = no
   public = yes

[printers]
   comment = All Printers
   browseable = no
   printable = yes
   public = no
   read only = yes
   create mode = 0700
   directory = /tmp


More information about the smb-clients mailing list