Minggu, 20 Januari 2008

SAMBA SERVER

Langkah-langkah membuat SAMBA server :

MEMBUAT FILE SHARING DI WINDOWS
Samba Client Howto
Peralatan :
Komputer Client : 10.252.108.251[Linux Debian]
Komputer Server : 10.252.102.250[Windows XP]
Konfigurasi Komputer Server
1. Buat folder c:/temp di windows XP
2. Share folder c:/temp

Konfigurasi Komputer Client
1. Install package smbclient dan samba-common
# apt-get install smbclient
# apt-get install samba-common
2. Install package smbfs untuk mount windows share directly
# apt-get install smbfs
3. Testing smbclient untuk browse share directorysmbclient -L [KomputerServer]
# smbclient -L 10.252.102.250
# masukkan password : [password]
Contoh hasil ;Sharename Type Comment

--------- ---- -------

IPC$ IPC Distant IP
CD$ Disk default Share
ShareDocs Disk
islam Disk
temp Disk
ADMIN$ Disk Remote Admin
wwwroot$ Disk Used for file share access to
web projects
C$ Disk default Share
hpdeskje Printer hp deskjet 845c
Server Comment
--------- -------
Workgroup Master
--------- -------
4. Testing me-mount share directoy
# cd /mnt
# mkdir tempclient
# mount -t smb //10.252.102.250/temp /mnt/tempclient
5. Cek Hasilnya
# cd /mnt
# ls -ljika berhasil akan muncul file share directory
//10.252.102.250/temp

Tidak ada komentar: