Setting Samba Server di Debian 0.4

19.06 / Diposting oleh Indonesian Kids /

1. Install samba :
# apt-get install samba smbfs smbclient

2. lalu edit dan hilangkan tanda (;) di smb.conf :
# pico /etc/samba/smb.conf

workgroup = WORKGROUP

security = share

guest account = nobody


#======================= Share Definitions =======================


[homes]
comment = Home Directories
browseable = no

[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
public = no
writable = no
create mode = 0700

[data]
comment = data
path = /home/ftp/sharing
public = yes
browseable = yes
read only = yes
writeable = yes
guest ok = yes


[kelompok15]
comment = kelompok15
path = /home/kelompok15/sharing
public = yes
browseable = yes
read only = no
writeable = yes
guest ok = yes

lalu save

3. Kemudian restart samba : /etc/init.d/samba restart

4. cek samba di komputer client ….



Label:

0 komentar:

Posting Komentar