Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| home_server:home_server_setup:other_services:samba [2021-12-28 Tue wk52 20:08] – baumkp | home_server:home_server_setup:other_services:samba [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ======samba====== | ======samba====== | ||
| - | I have not look at samba much since I first attempted to set up my home sever circa 2011 on Fedora before I moved to Ubuntu. | + | I have not look at samba much since I first attempted to set up my home sever circa 2011 on Fedora before I moved to Ubuntu. |
| Samba seems to pretty much just work. I was lazy and tended to just use Webmin to set this up. However as I did not use Webmin for much else I have elected to to set it up now that I moved my server to Debian. | Samba seems to pretty much just work. I was lazy and tended to just use Webmin to set this up. However as I did not use Webmin for much else I have elected to to set it up now that I moved my server to Debian. | ||
| - | Samba is pretty much mandatory, as a lot of services smb use it as default. | + | Samba is pretty much mandatory, as a lot of services smb use it as default.\\ |
| + | My main form of security it to limit external access to my lan, hence samba security is low. More focused on easy use.\\ | ||
| + | ====samba basic setup==== | ||
| High level requirements: | High level requirements: | ||
| * To install: '' | * To install: '' | ||
| - | + | * Adjust the smb.conf file: '' | |
| - | + | * Add and enable users: '' | |
| - | '' | + | ++++smb.conf| |
| - | ++++|smb.conf | + | <code># |
| - | <file># | + | |
| # Sample configuration file for the Samba suite for Debian GNU/Linux. | # Sample configuration file for the Samba suite for Debian GNU/Linux. | ||
| # | # | ||
| Line 290: | Line 291: | ||
| path = / | path = / | ||
| writeable = yes | writeable = yes | ||
| - | <\file> | + | </code> |
| ++++ | ++++ | ||
| + | ====samba check commands==== | ||
| + | Some samba check commands: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| - | Links: | + | ====Links==== |
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ---- | ---- | ||
| - | <- home_server: | + | <- home_server: |