Konfigurasi Samba Server di Debian 10

 


1. nano /etc/network/interfaces

        auto enp0s3
        iface enp0s3 inet dhcp
 
        auto enp0s8
        iface enp0s8 inet static
        address 192.168.100.1/24

        simpan ctrl + x lalu y (enter)

        systemctl restart networking
 
2.  apt install samba
              Pada samba server and utilities, pilih no

3. mkdir /home/sharing

4. chmod 777 /home/sharing

5. nano /etc/samba/smb.conf

6. [sharing]
    path = /home/sharing
    browseable = yes
    writeable = yes
    read only = yes
    public = yes

7. /etc/init.d/samba-ad-dc restart

8. Selanjutnya bisa kita cek pada komputer client, tetapi sebelumnya kita harus setting IP address pada komputer client.

Lihat juga videonya :

Donni Zulhardi

Tunjukilah kami jalan yang lurus

Posting Komentar (0)
Lebih baru Lebih lama