This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| computers:freenas [2021/01/19 00:57] – [Migrating Drive Pool to new Pool] localadmin | computers:freenas [2024/07/09 04:00] (current) – jon |
|---|
| https://www.ixsystems.com/community/threads/cifs-share-not-allowing-applications-write-permission.18854/ | https://www.ixsystems.com/community/threads/cifs-share-not-allowing-applications-write-permission.18854/ |
| https://www.freebsd.org/cgi/man.cgi?query=setfacl&sektion=1 | https://www.freebsd.org/cgi/man.cgi?query=setfacl&sektion=1 |
| | |
| | ==== Tailscale and using an rsync task ==== |
| | |
| | This works with the official community release, or the TrueCharts container. Assuming you're using TrueNAS SCALE. |
| | |
| | Install the Tailscale container inside Apps. For configuration, uncheck userspace (which allows full access to TrueNAS for the container, ie. it runs as root, allowing tasks like rsync to run), check Host Network (allows you to reference the tailscale IPs), and set an advertised route of the IP of the NAS (192.168.0.50/32. for example). You'll also need to set net.ipv4.ip_forward - 1, net.ipv4.conf.all.src_valid_mark - 1 in truenas sysctl under System - Advanced. Of course, provide your auth key from tailscale. |
| | |
| | Sources: |
| | * https://web.archive.org/web/20230926115849/https://truecharts.org/charts/stable/tailscale/How-To-Guide/ |
| | * https://www.truenas.com/community/threads/tailscale-in-truenas-scale-using-truecharts.107185/ |
| | |