How To Secure TrueNAS Core [YouTube Release]

Additional Resources:

Our TrueNAS Tutorials

How to Configure Jail VLANs with TrueNAS

Connecting With Us

Lawrence Systems Shirts and Swag

β–ΊπŸ‘• https://teespring.com/stores/lawrence-technology-services

AFFILIATES & REFERRAL LINKS

Amazon Affiliate Store
:shopping_cart: Lawrence Systems's Amazon Page

All Of Our Affiliates that help us out and can get you discounts!
:shopping_cart: https://www.lawrencesystems.com/partners-and-affiliates/

Gear we use on Kit
:shopping_cart: Kit

Try ITProTV free of charge and get 30% off!
:shopping_cart: Learn technology and pass IT certifications with ITProTV

Use OfferCode LTSERVICES to get 10% off your order at
:shopping_cart: https://www.techsupplydirect.com/

Digital Ocean Offer Code
:shopping_cart: DigitalOcean | Cloud Hosting for Builders

HostiFi UniFi Cloud Hosting Service
:shopping_cart: HostiFi - UniFi Cloud Hosting

Protect you privacy with a VPN from Private Internet Access
:shopping_cart: Buy VPN with Credit Card or PayPal | Private Internet Access

Patreon
:moneybag: lawrencesystems | creating Tech Tutorials & Reviews | Patreon

:stopwatch: Timestamps :stopwatch:

00:00 Securing TrueNAS Core
00:46 Setting up MFA
02:51 TrueNAS Updates
03:25 Locking Down Admin Interface
04:49 Segmenting and Securing Services
06:12 TrueNAS SSH Settings
06:30 Jail Security Settings
08:17 TrueNAS Physical Security
09:25 Lock Console Access
10:09 Snapshots And Security

#TrueNAS #NAS #Security

I was going to post a comment in YouTube but mine just got deleted for contributing as a Linux user. :frowning:

Anyway, I can post my comment here:

That’s good to know for securing TrueNAS in a home environment, although I already have a file server with NFS for movies and music. If I need to access files in my file server, I can do that through SSH. Plus, I can create compressed backups of all of my files, although my Steam library and Blender files are in separate accounts in Linux. I created Linux accounts using OpenLDAP. The script I wrote for backing up all the files are as follows:

~/bin/tarbackup_remote.sh:

#!/bin/sh
tar cf - -I pbzip2 ~/ | ssh gpeddie@storageserver "cat > ~/backups/gpeddie-$(date +%Y%m%d).tar.bz2"

The backups folder is symbolically linked to /data/nas/backups/grayson-epcotcenter/gpeddie where /data/nas is in a separate partition from /home/ldapusers/gpeddie.