Install Samba dan Buat direktori bersama bahwa siapapun dapat membaca dan menulis, dan otentikasi tidak diperlukan. | |
[1] | Install Samba |
root @ duwel: ~ #
apt-get install samba
|
[2] | Konfigurasi Samba |
root@duwel:~#
mkdir /home/share
root@duwel:~#
chmod 777 /home/share
root@duwel:~#
vi /etc/samba/smb.conf
# line 34: add
unix charset = UTF-8
# line 39: change if needed (same one to Windows)
workgroup =
WORKGROUP
# line 64: uncomment and change IP address you allow
interfaces = 127.0.0.0/8
10.0.0.0/24
# line 71: uncomment
bind interfaces only = yes
# line 103: change (no auth)
security =
share
# add at the last line
[Share]
# any name you like
path = /home/share
# shared directory
writable = yes
# writable
guest ok = yes
# guest OK
guest only = yes
# guest only
create mode = 0777
# fully accessed
directory mode = 0777
# fully accessed
share modes = yes
# warn if some people acces to a file
|
Sumber : www.sr-world.info/en/note?erveos=Debian_7.0&p=samba
Sign up here with your email
ConversionConversion EmoticonEmoticon