SMB
In this tutorial, i'll use ubntu as my samba client and windows as the smb sahre server
SMB SERVER
sudo ufw allow port 137/udp comment "NetBIOS Name Service"
sudo ufw allow port 138/udp comment "NetBIOS Datagram Service"
sudo ufw allow port 139/tcp comment "SMV Over NetBIOS (Pre-Windows 2000)"
sudo ufw allow port 445/tcp comment "SMV Over TCP (Pre-Windows 2000 AND newer)"[touk_home_directory]
comment = touk's hme directory
path = /home/touk
read only = no
browseable = yes
valid users = toukSamba Client

Last updated