Am Thu, 08 Apr 1999 schrieb Sascha:

> Hallo !
> 
> Ich habe das Problem, dass ich von win95 auf meinen Linuxrechner zugreifen
> will. Leider Erscheint er nicht in der Netzwerkumgebung, obwohl ich Samba
> laufen habe. Kann mir jemand sagen, was ich bei Samba konfigurieren muss,
> damit ich auf den Rechner zugreifen.

Hier ein laufendes Beispiel (--- duech Deine Eintraege ersetzen)
;
; /etc/smb.conf
;
[global]
   workgroup = ---
   server string = Der Dicke unter Linux 
        # oder wie er sich auch immer zeigen soll 
   guest account = nobody
   keep alive = 30
   os level = 255
   security = user
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

; Please uncomment the following entry and replace the 
; ip number and netmask with the correct numbers for
; your ethernet interface.
   interfaces = ---/255.255.255.0  # Deine IP-Adresse
   
; 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

[homes]
   comment = Heimatverzeichnis
   browseable = no
   read only = no
   create mode = 0750

[Top]
   comment = Root-Verzeichnis
   browseable = yes
   read only = no
   create mode = 0750
   valid users = root  # Damit hier tatsaechlich nur root drankommt
   path = /

# Ein Beispielshare, ander sind aehnlich aufgebaut
[u_daten]
   comment = Win95-Daten
   browseable = yes
   read only = no
   cread mode = 0750
   path = /u_daten
 
[Austausch]
   comment = Austausch unter Linux
   browseable = yes
   read only = no
   cread mode = 0750
   path = /Austausch
   
; 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

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

        Uwe
--
Uwe Toenies
[EMAIL PROTECTED]
--
Um aus der Liste ausgetragen zu werden, eine Mail an [EMAIL PROTECTED]
schicken, mit dem Text: unsubscribe suse-linux

Antwort per Email an