Kamis, 05 Mei 2011

MENGINSTAL SAMBA DI LINUX

Penginstalasian Samba di Linux
Untuk menginstall samba user harus log-in sebagai root, log-in sebagai root dapat melalui terminal konsoledengan cara sebagai berikut:
d3ny@c4hyoe:~$ su
password:
c4hyoe:~#/home/c4hyoe#
Kemudian install samba
c4hyoe:~# apt-get install samba
c4hyoe:~# apt-get install smbclient smbfs
Atau bila menggunakan Ubuntu/Edubuntu/Kubuntu dapat menggunakan perintah sudo
d3ny@c4hyoe-ubuntu:~$ sudo apt-get install mc
d3ny@c4hyoe-ubuntu:~$ sudo apt-get install smbclient smbfs
Kemudian konfigurasikan samba dengan membuka /etc/samba/samba.conf dengan
Midningt Commander atau gedit atau keditbila menggunakan desktop KDE
d3ny@c4hyoe-ubuntu:~$ Sudo gedit /etc/samba/smb.conf
d3ny@c4hyoe-ubuntu:~$ Sudo mcedit /etc/samba/smb.conf

#======================= Global Settings =======================#
[global]
workgroup = mshome
server string = %h server (Samba %v)
wins support = yes
wins server = w.x.y.z
# include = /etc/samba/dhcp.conf
dns proxy = no
; name resolve order = lmhosts host wins bcast
#### Debugging/Accounting ####
log file = /var/log/samba/log.%m
max log size = 1000
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
security = share
encrypt passwords = true
; passdb backend = tdbsam guest
; obey pam restrictions = yes
; guest account = share
; invalid users = nobody
; unix password sync = no
; passwd program = /usr/bin/passwd %u
; passwd chat = *EntersnewsUNIXspassword:* %nn  *RetypesnewsUNIXspassword:* %nn .
; pam password change = no
########## Printing ##########
load printers = yes
printing = bsd
printcap name = /etc/printcap
printing = cups
printcap name = cups
printer admin = @ntadmin
######## File sharing ########
preserve case = yes
short preserve case = yes
############ Misc ############
include = /home/samba/etc/smb.conf.%m
socket options = TCP_NODELAY
; message command = /bin/sh -c ‘/usr/bin/linpopup “%f” “%m” %s; rm %s’ &
; domain master = auto
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash
#======================= Share Definitions =======================
[homes]
comment = Home Directories
browseable = yes
[data]
comment= cobain aja deh
path= /home/ ardienz/public
browseable= yes
read only= yes
guest ok= yes
writable= yes
writable = yes
create mask = 0777
directory mask = 0777
[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = yes
writable = yes
share modes = yes
[printers]
comment = All Printers
browseable = yes
path = /tmp
printable = yes
public = yes
writable = yes
create mode = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = no
guest ok = yes
write list = root, @ntadmin, “Mahyuddin Susanto”
[cdrom]
comment = Samba server’s CD-ROM
writable = no
locking = no
path = /cdrom
public = yes
preexec = /bin/mount /cdrom
postexec = /bin/umount /cdrom
Keterangan:
Workgroup : setiap host atau client yang terhubung ke dalam satu jaringan yang sama (satu group)  baik windows ataupun Linux harus memiliki workgroup yang sama.
Guest account: diset sebagai nobody; guest account ini mengatur pemberian hak izin write ke semua user
Security : option defaultnya adalah “user”, “share”, “server”, dan “domain”
Comment : komentar tentang drive tersebut
path : letak direktori yang akan dishare
readonly : option defaultnya adalah “yes” sehingga semua host yang ada tidak dapat melakukan perubahan apapun terhadap drive tersebut
locking : hak izin read only untuk filesystem ataupun perangkat device (CD‐ROM)
browseable : Option defaultnya adalah “yes” sehingga drive yang dishare akan tampak pada komputer lain
Public : option ini menyebabkan semua host dapat mengakses file atau direktori yang tershare tanpa adanya permintaan password dari komputer tersebut
guest ok : fungsinya sama dengan public
create mode : option ini untuk mengatur hak–hak yang akan diberikan kepada host lain terhadap file atau direktori yang akan dishare.
Writable : option ini memberikan hak azas kepada host lain untuk melakukan perubahan pada file atau direktori yang anda share. Pilihan defaulnya adalah “no”.
Setelah anda melakukan perubahan pada file konfigurasi di atas, restart kembali service samba anda untuk mendapatkan perubahan pada file konfigurasi tersebut.
Perintah yang digunakan adalah:
c4hyoe:~# /etc/init.d/samba restart


Masalah sharing di Linux Ubuntu?
coba ini
sudo apt-get install -common-bin” (jangan pakai tanda petik)
Mudah-mudahan mengatasi masalah.OK?

0 komentar:

Posting Komentar