I have an ASUS RT-AX88U connected to both the ASUSTOR NAS (port aggregated) and a Hades Canyon NUC. Currently Emby is running on the Hades so the NAS is just providing media file storage (along with RAID 5 functionality) to the Hades running Emby.
Is there any advantage/disadvantage to moving...
I currently have a script that works just fine for Aria & qBittorent...going through the OpenVPN tunnel via AirVPN.
#!/bin/sh
# ///////////////////////////////
# // Tunnel 4
# ///////////////////////////////
# Media Center - Aria
iptables -I FORWARD -i tun14 -p udp -d 192.168.1.104 --dport...