Asumming the samba and the clients are in one network/netmask, Can they ping one another? Try to ping using their IPs first. Coba lihat log samba [nmbd/smbd log] nya. Next lihat di bawah.....
From: "virGohan" <[EMAIL PROTECTED]> > Dear admin, > Saya mau bikin domain logons dengan samba, tetapi setiap > WinNT-Ws / Win9x login, ada pesan bahwa tidak ada Domain > server dalam network anda. > kira salah dimananya ya, di Konfigurasi samba atau Win, > berikut aku sertakan konfigurasi smb.conf > please help me..... > > #=============== Global Settings ========================== > [global] > > workgroup = DOMAINKU > printcap name = /etc/printcap > load printers = yes > printing = lprng > log file = /var/log/samba/%m.log > max log size = 0 > security = user > encrypt passwords = no > smb passwd file = /etc/samba/smbpasswd > unix password sync = Yes > passwd program = /usr/bin/passwd %u > passwd chat = *New*password* %n\n *Retype*new*password* > %n\n > *passwd:*all*authentication*tokens*updated*successfully* > > socket options = TCP_NODELAY SO_RCVBUF=8192 > SO_SNDBUF=8192 > local master = yes > os level = 64 Coba 'os level = 65' > domain master = yes > domain logons = yes > logon path = \\%L\Profiles\%U > logon drive = H: > logon home = \\serverku\%u > wins server = 192.168.0.11 What it is, samba or NT and the like? btw, Samba bisa juga sbg wins server dg param sbb: wins support = yes wins proxy = yes and then set the clients [win9x/nt/ws] to use that wins on samba and/or the other wins server that used by samba . untuk clients nt/ws, jangan lupa menambahkan komputer account di smbpasswd. > dns proxy = no > > #=================== Share Definitions ==================== > [homes] > comment = Home Directories > browseable = no > writable = yes > valid users = %S > create mode = 0664 > directory mode = 0775 > > [netlogon] > comment = Network Logon Service > path = /usr/share/samba/netlogon > guest ok = no > writable = no > > [printers] > comment = All Printers > path = /var/spool/samba > browseable = no > guest ok = no > writable = no > printable = yes > > [cdrom] > comment = CD-ROM > path = /mnt/cdrom > writable = no hth Yaya -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

