Zugriffe auf die Freigaben des Samba Servers V3
hier meine smb.conf
[global]
server string = SAMBA01
workgroup = NETZ
; guest account = nobody
keep alive = 30
os level = 16
security = share
; encrypt passwords = yes
password level = 8
username level = 15
; 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
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
[homes]
comment = home
path = /home/%S
browseable = yes
public = yes
read only = no
; guest ok = yes
create mode = 0777
; Rechner Windows NT 4.0 -- kukla015
[WINT_15]
comment = WINT_15
path = /home/Administrator
browseable = yes
public = yes
read only = no
create mode = 0777
; Rechner Laptop NT -- kukla03
[WINT_03]
comment = WINT_03
path = /home/kukla03
browseable = yes
public = yes
read only = no
create mode = 0777
; Rechner Windows 95 -- kukla01
[WIN95_01]
comment = WIN95_01
path = /home/kukla01
browseable = yes
public = yes
read only = no
create mode = 0777
; Laptop Kukla04 WIN95
[WIN_95_04]
comment = SAMBA_04
path = /home/kukla04
browseable = yes
public = yes
read only = no
create mode = 0777
[WINNT_05]
comment = SAMBA_NT05
path = /home/kukla05
browseable = yes
public = yes
read only = no
create mode = 0777
; Laptop Kukla016 WinXP
[WINNT_16]
comment = SAMBA_XP16
path = /home/kukla016
browseable = yes
public = yes
read only = no
create mode = 0777
encrypt passwords = yes
[WIN2000_17]
comment = SAMBA_2000_17
path = /home/kukla017
browseable = yes
public = yes
read only = no
create mode = 0777
encrypt passwords = 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 = /mnt/cdrom
public = yes
read only = yes
locking = no
[Alle]
comment = Arbeitsgruppen !!!! --- Beim Zugriff auf dieses Share erhalte ich die Meldung von Windows
path = /mnt1/alle/public "Netzwerkname wurde nicht gefunden"
public = yes
browseable = yes
read only = no
create mode = 0777
[Alle_1]
comment = Arbeitsgruppen !!! Hier kann ich von allen Rechner zugreifen,wenn ich diese Freigabe aus-
path = /mnt/alle kommentiere und nmb und smb neu starte , kann ich trotzdem zugreifen.
public = yes
browseable = yes
read only = no
create mode = 0777
[Alle_2]
comment = Arbeitsgruppen !!! --- Beim Zugriff auf dieses Share erhalte ich die Meldung von Windows
path = /mnt1/alle2 "Netzwerkname wurde nicht gefunden"
public = yes
browseable = yes
read only = no
create mode = 0777
[printers]
comment = UNIX-Drucker raw für SMB-Clients
public = yes
path = /tmp
print ok = yes
printername = raw
printable = yes
writable = no
create mode = 0700
------------------------------------------------------
Das auskommentieren der funktionierenden Freigabe
"Alle_1" mit anschliessenden Neustart von "nmb" und "smb" bringt keine anderes Ergebnis , ich kann
auf die Freigabe "Alle_1" weiterhin zugreifen,auf die
anderen jedoch nicht (anscheinend hat die smb.conf
keinen Einfluß auf die Freigaben)
Wer hat eine Idee ?