Linux 15.003 Themen, 106.692 Beiträge

Clients verschwinden nicht aus der Netzwerkumgebung wenn sie

(Anonym) / 4 Antworten / Flachansicht Nickles

Hallo
Ich habe einen Linuxserver, der mit Suse Linux6.4 und Samba 2.2 läuft.
Nun habe ich folgendes Problem:
Die Clients (Win2000 Rechner und Win98 Rechner) verschwinden nicht aus der Netzwerkumgebung wenn sie abgestellt wurden. Selbst nach einer Woche kann ich die Rechner (von einem Cilent aus) sehen. Wie kann ich dem Linuxserver beibringen, dass er von Zeit zu Zeit die Liste auffrischt? Oder hängt das an den Windoof Kisten? Mach ich da sonst was falsch?

Danke für die Hilfe
Gruss Berni

P.S. Gegen ein paar Optimierungstipps meiner SMB.CONF hätte ich
nichts. :-))

Hier noch meine SMB.CONF:
# KDE Config File
[global]
keepalive = 0
encrypt passwords = yes
interfaces = 192.168.1.4/255.255.255.0
case sensitive = no
domain logons = yes
logon script = default.bat
domain master = yes
local master = yes
wins support = yes
name resolve order = lmhosts host wins bcast
preferred master =yes
available = yes
netbios name = GONZO
server string = _%L_%v
socket options = TCP_NODELAY SO_KEEPALIVE
workgroup = WORKGROUP
browseable = yes
comment = Server gonzo
security = user
guest account = nobody
OS Level = 99
writeable = no

[netlogon]
path = /netlogon/scripts/
writeable = no
browseable = no
write list = @root

[homes]
comment = Heimverzeichnis
path = /winnet/home/%U
writable = yes
browseable = no

[Applications]
comment = Applications
path = /winnet/apps/
browseable = yes
valid user = @workgroup
writable = no

[Linux_Tools]
comment = Tools fuer Linux
path = /winnet/Linux_tools/
browseable = yes
writable = no
valid user = @benni

[Games]
comment = Games
path = /winnet/games/
browseable = yes
writable = no
valid user = @workgroup

[Diverses]
comment = Plunder, Dies und das
path = /winnet/diverses/
browseable = yes
writable = @benni
valid user = @workgroup

[public]
comment = Allgemeines Verzeichnis
path = /winnet/public/
browseable = yes
writable = no
public = yes

[Gruppe]
comment = Gruppenverzeichnis
path = /winnet/group/
browseable = yes
writable = yes
force directory mode = 0775
force create mode = 0775
directory mask = 0775
valid user = @workgroup

[Cdrom1]
comment = 1. CDROM von unten
path = /misc/cdrom2/
browseable = yes
writable = no
valid user = @workgroup


[Cdrom2]
comment = 2. CDROM von unten
path = /misc/cdrom/
browseable = yes
writable = no
valid user = @workgroup

[Cdrom3]
comment = 3. CDROM von unten (=oberstes)
path = /misc/cdrom1/
browseable = yes
writable = no
valid user = @workgroup

[Cdrom4]
comment = 4. CDROM von unten (=oben auf dem Gehaeuse)
path = /misc/cdrom3/
browseable = yes
writable = no
valid user = @workgroup

bei Antwort benachrichtigen