From 4733d87115baac5f4350fc58054bc2052d87b215 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 28 Feb 2022 12:26:04 -0800 Subject: [PATCH] Add services configuration to NAS docs --- nas/README.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/nas/README.md b/nas/README.md index 6da8c8e..cbc3a2d 100644 --- a/nas/README.md +++ b/nas/README.md @@ -88,7 +88,47 @@ Partition: ID-1: / size: 62.24 GiB used: 26.84 GiB (43.1%) fs: zfs logical: free # Services -TODO +## S.M.A.R.T. +All values default. +| Parameter | Value | +|:---------:|:-----:| +| Start Automatically | Yes | +| Check interval | 30 minutes | +| Difference | 0 °C | +| Informational | 0 °C | +| Critical | 0 °C | + +## SMB +| Parameter | Value | +|:---------:|:-----:| +| Start Automatically | Yes | +| NetBIOS Name | joey-nas | +| NetBIOS Alias | - | +| Workgroup | WORKGROUP | +| Description | FreeNAS Server | +| Enable SMB1 Support | No | +| NTLMv1 Auth | No | +| UNIX Charset | UTF-8 | +| Log Level | Minimum | +| Use Syslog Only | No | +| Local Master | Yes | +| Enable Apple SMB2/3 Protocol Extensions | No | +| Administrators Group | - | +| Guest Account | nobody | +| File Mask | - | +| Directory Mask | - | +| Bind IP Addresses | 192.168.1.10,192.168.50.1 | +| Auxilliary Parameters | - | + +## SSH +| Parameter | Value | +|:---------:|:-----:| +| Start Automatically | Yes | +| TCP Port | 22 | +| Log in as Root with Password | Yes | +| Allow Password Authentication | Yes | +| Allow Kerberos Authentication | No | +| Allow TCP Port Forwarding | No | # Users, Groups, Permissions -TODO \ No newline at end of file +TODO, not yet designed. \ No newline at end of file