LiNuX

samba - SMB3.0 설정

freecatz 2019. 8. 19. 09:06

root@FREECATZ-PE-KR:~# vi /etc/samba/smb.conf

 

[global]

max protocol = SMB3

min protocol = SMB2_10

client max protocol = SMB3

client min protocol = SMB2_10

 

* samba 옵션에 대한 상세한 값은 링크 를 참고 한다.

 

 

root@FREECATZ-PE-KR:~# /etc/init.d/samba status

[ ok ] nmbd is running.

[ ok ] smbd is running.

root@FREECATZ-PE-KR:~# /etc/init.d/samba restart

[ ok ] Stopping Samba daemons: nmbd smbd.

[ ok ] Starting Samba daemons: nmbd smbd.