User Tools

Site Tools


technical:24.04_samba_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
technical:24.04_samba_installation [2024/10/12 21:34] – created wikiadmintechnical:24.04_samba_installation [2025/11/09 14:23] (current) mark_scottworld.net
Line 150: Line 150:
   systemctl start smbd.service   systemctl start smbd.service
      
 +For any windows clients (especially Windows 11 you may have to run these commands through powershell (admin) to allow windows to connect nicely (also enable network discovery when prompted)
  
 +  Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
 +  Set-SmbClientConfiguration -RequireSecuritySignature $false -Force
 +  Set-SmbServerConfiguration -RequireSecuritySignature $false -Force
  
technical/24.04_samba_installation.1728761655.txt.gz · Last modified: by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki