Konfigurasi Samba Server di Debian 11

 


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-cdrom add
    pilih DLBD 1

3. nano /etc/apt/sources.list    
    kasih pagar selain DLBD 1

4. ctrl X > Y > Enter

5. apt update
 
6.  apt install samba
              Pada samba server and utilities, pilih no

7. mkdir /home/sharing

8. chmod 777 /home/sharing

9. nano /etc/samba/smb.conf

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

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

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

Donni Zulhardi

Tunjukilah kami jalan yang lurus

Posting Komentar (0)
Lebih baru Lebih lama