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 ….
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar