technical:24.04_samba_installation
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| technical:24.04_samba_installation [2024/10/12 21:34] – created wikiadmin | technical: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
