CLICK HERE FOR THOUSANDS OF FREE BLOGGER TEMPLATES »

Rabu, 23 Januari 2008

SAMBA SERVER

SAMBA SERVER
MEMBUAT FILE SHARING DI WINDOWSSamba Client HowtoPeralatan yang di gunakan:Komputer Client : 10.252.108.251[Linux Debian]Komputer Server : 10.252.102.250[Windows XP]Konfigurasi Komputer Server1. Buat folder c:/temp di windows XP2. Share folder c:/tempKonfigurasi 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 IPC
D$ Disk default
ShareShareDocs 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 directory
# cd /mnt
# mkdir tempclient
# mount -t smb //10.252.102.250/temp /mnt/tempclient
5. Cek Hasilnya
# cd /mnt
# ls -l

jika berhasil akan muncul file share directory //10.252.102.250/temp

0 komentar: