Everything posted by mgadbois
-
[Support] binhex - SABnzbdVPN
i just tried 2 different VPN options on my Android and no luck. Very frustrating.....
-
[Support] binhex - SABnzbdVPN
It is on the same subnet. 10.5.254.148/24 is the PC IP. Server is 10.5.254.80/24 If I disable VPN in the settings i can get to the GUI just fine.
-
[Support] binhex - SABnzbdVPN
LAN is 10.5.24.0/24 Local PC (same subnet) running windows 11 with Chrome as browser. Running on a custom network (named proxynet)
-
[Support] binhex - SABnzbdVPN
I am unable to get to the GUI via LAN when I enable the VPN feature. Using PIA as my provider. this is the log for the container within Unraid after it starts: text error warn system array login -A OUTPUT -d 84.239.27.41/32 -o eth0 -j ACCEPT -A OUTPUT -d 84.239.27.30/32 -o eth0 -j ACCEPT -A OUTPUT -d 172.64.147.163/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.40.93/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.159.201/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.19.240.167/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8090 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o wg0 -j ACCEPT 2025-06-26 16:51:35,291 DEBG 'start-script' stdout output: -------------------- 2025-06-26 16:51:35,293 DEBG 'start-script' stdout output: [info] Configuring WireGuard... 2025-06-26 16:51:35,471 DEBG 'start-script' stdout output: [info] Token generated for PIA wireguard authentication 2025-06-26 16:51:35,474 DEBG 'start-script' stdout output: [info] Trying to connect to the PIA WireGuard API on 'us-wisconsin-pf.privacy.network'... 2025-06-26 16:51:35,563 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2025-06-26 16:51:35,570 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2025-06-26 16:51:35,574 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2025-06-26 16:51:35,576 DEBG 'start-script' stderr output: [#] wg setconf wg0 /dev/fd/63 2025-06-26 16:51:35,577 DEBG 'start-script' stderr output: [#] ip -4 address add 10.10.161.248 dev wg0 2025-06-26 16:51:35,582 DEBG 'start-script' stderr output: [#] ip link set mtu 1420 up dev wg0 2025-06-26 16:51:35,587 DEBG 'start-script' stderr output: [#] wg set wg0 fwmark 51820 2025-06-26 16:51:35,588 DEBG 'start-script' stderr output: [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 2025-06-26 16:51:35,588 DEBG 'start-script' stderr output: [#] ip -4 rule add not fwmark 51820 table 51820 2025-06-26 16:51:35,589 DEBG 'start-script' stderr output: [#] ip -4 rule add table main suppress_prefixlength 0 2025-06-26 16:51:35,591 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 2025-06-26 16:51:35,592 DEBG 'start-script' stderr output: [#] iptables-restore -n 2025-06-26 16:51:35,593 DEBG 'start-script' stderr output: [#] '/root/wireguardup.sh' 2025-06-26 16:52:21,671 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... 2025-06-26 16:52:22,071 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 84.239.27.11 2025-06-26 16:52:22,071 DEBG 'start-script' stdout output: [info] Port forwarding is not enabled 2025-06-26 16:52:22,072 DEBG 'start-script' stdout output: [info] WireGuard interface 'up' 2025-06-26 16:52:22,686 DEBG 'watchdog-script' stdout output: [info] SABnzbd not running 2025-06-26 16:52:22,686 DEBG 'watchdog-script' stdout output: [info] Attempting to start SABnzbd... 2025-06-26 16:52:23,101 DEBG 'watchdog-script' stdout output: [info] SABnzbd process started [info] Waiting for SABnzbd process to start listening on port 8080... 2025-06-26 16:52:23,106 DEBG 'watchdog-script' stdout output: [info] SABnzbd process is listening on port 8080 This is the sabnzb.log file output: 2025-06-26 16:52:23,052::INFO::[SABnzbd:1135] -------------------------------- 2025-06-26 16:52:23,053::INFO::[SABnzbd:1136] SABnzbd.py-4.5.1 2025-06-26 16:52:23,053::INFO::[SABnzbd:1137] Full executable path = /usr/lib/sabnzbd/SABnzbd.py 2025-06-26 16:52:23,053::INFO::[SABnzbd:1138] Arguments = "/usr/lib/sabnzbd/SABnzbd.py" "--config-file" "/config" "--server" "0.0.0.0:8080" "--https" "8090" "--daemon" 2025-06-26 16:52:23,054::INFO::[SABnzbd:1147] Certifi version = 2025.01.31 2025-06-26 16:52:23,054::INFO::[SABnzbd:1148] Loaded additional certificates from /usr/lib/sabnzbd/venv/lib/python3.13/site-packages/certifi/cacert.pem 2025-06-26 16:52:23,054::INFO::[SABnzbd:1154] Using INI file /config/sabnzbd.ini 2025-06-26 16:52:23,056::INFO::[postproc:140] Loading postproc queue 2025-06-26 16:52:23,057::INFO::[scheduler:190] Scheduling RSS interval task every 60 min (delay=10) 2025-06-26 16:52:23,057::INFO::[scheduler:200] Scheduling version check in 10 minutes and daily at 5:47 2025-06-26 16:52:23,057::INFO::[scheduler:215] Setting schedule for midnight auto history-purge 2025-06-26 16:52:23,057::INFO::[scheduler:224] Setting schedule for midnight BPS reset 2025-06-26 16:52:23,057::INFO::[scheduler:233] Setting schedule for midnight server expiration check 2025-06-26 16:52:23,057::INFO::[scheduler:242] Setting schedule for server quota check 2025-06-26 16:52:23,058::INFO::[__init__:306] All processes started 2025-06-26 16:52:23,058::INFO::[SABnzbd:336] Template location for Glitter is /usr/lib/sabnzbd/interfaces/Glitter 2025-06-26 16:52:23,058::INFO::[SABnzbd:336] Template location for Config is /usr/lib/sabnzbd/interfaces/Config 2025-06-26 16:52:23,058::INFO::[misc:1303] [N/A] Running external command: ['/usr/sbin/unrar'] 2025-06-26 16:52:23,061::INFO::[misc:1303] [N/A] Running external command: ['/usr/sbin/7z'] 2025-06-26 16:52:23,062::INFO::[misc:1303] [N/A] Running external command: ['/usr/sbin/par2', '-V'] 2025-06-26 16:52:23,063::INFO::[SABnzbd:421] SABCTools module (v8.2.5)... found! 2025-06-26 16:52:23,064::INFO::[SABnzbd:422] SABCTools module is using SIMD set: AVX2 2025-06-26 16:52:23,064::INFO::[SABnzbd:423] SABCTools module is linked to OpenSSL: True 2025-06-26 16:52:23,064::INFO::[SABnzbd:443] Cryptography module (v44.0.2)... found! 2025-06-26 16:52:23,064::INFO::[SABnzbd:446] par2 binary... found (/usr/sbin/par2) 2025-06-26 16:52:23,064::INFO::[SABnzbd:453] UNRAR binary... found (/usr/sbin/unrar) 2025-06-26 16:52:23,064::INFO::[SABnzbd:461] UNRAR binary version 7.11 2025-06-26 16:52:23,064::INFO::[SABnzbd:468] 7za binary... found (/usr/sbin/7z) 2025-06-26 16:52:23,064::INFO::[SABnzbd:470] 7za binary version 24.09 2025-06-26 16:52:23,064::INFO::[SABnzbd:476] nice binary... found (/usr/sbin/nice) 2025-06-26 16:52:23,064::INFO::[SABnzbd:480] ionice binary... found (/usr/sbin/ionice) 2025-06-26 16:52:23,066::INFO::[SABnzbd:1212] HTTPS keys are OK 2025-06-26 16:52:23,067::INFO::[SABnzbd:1348] Starting web-interface on 0.0.0.0:8090 2025-06-26 16:52:23,067::INFO::[_cplogging:213] [26/Jun/2025:16:52:23] ENGINE Bus STARTING 2025-06-26 16:52:23,168::INFO::[_cplogging:213] [26/Jun/2025:16:52:23] ENGINE Serving on http://0.0.0.0:8080 2025-06-26 16:52:23,276::INFO::[_cplogging:213] [26/Jun/2025:16:52:23] ENGINE Serving on https://0.0.0.0:8090 2025-06-26 16:52:23,276::INFO::[_cplogging:213] [26/Jun/2025:16:52:23] ENGINE Bus STARTED 2025-06-26 16:52:23,276::INFO::[SABnzbd:1387] Starting SABnzbd.py-4.5.1 2025-06-26 16:52:23,276::INFO::[_cplogging:213] [26/Jun/2025:16:52:23] ENGINE Client ('127.0.0.1', 48400) lost — peer dropped the TLS connection suddenly, during handshake: (8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1028)') 2025-06-26 16:52:23,277::INFO::[dirscanner:112] Dirscanner starting up 2025-06-26 16:52:23,277::INFO::[notifier:157] Sending notification: SABnzbd - SABnzbd 4.5.1 started (type=startup, job_cat=None) 2025-06-26 16:52:23,277::INFO::[__init__:460] Commit = 3b72a005fd024e0db6d3af5eff1ed2c9f4cbe573 2025-06-26 16:52:23,277::INFO::[__init__:461] Python-version = 3.13.2 (main, Feb 5 2025, 08:05:21) [GCC 14.2.1 20250128] 2025-06-26 16:52:23,277::INFO::[__init__:462] CPU architecture = x86_64 2025-06-26 16:52:23,277::INFO::[__init__:463] Platform = Docker Unraid 2025-06-26 16:52:23,277::INFO::[__init__:464] JSON-module = orjson 3.10.16 2025-06-26 16:52:23,277::INFO::[__init__:465] Preferred encoding = UTF-8 2025-06-26 16:52:23,278::INFO::[__init__:466] SSL version = OpenSSL 3.5.0 8 Apr 2025 2025-06-26 16:52:23,283::INFO::[zconfig:61] No bonjour/zeroconf support installed 2025-06-26 16:52:23,284::INFO::[ssdp:108] Serving SSDP on 10.10.161.248 as SABnzbd Any idea why I can only get to the GUI when VPN is turned off?
-
No Docker containers installed after adding NVME drives
Thanks for the help. That was the ticket.
-
No Docker containers installed after adding NVME drives
I just upgraded my SSD to a NVME for a cache pool. I copied the appdata folder to the nvme (cache_nvme) and set appdata share to use the new nvme. I removed ssd (cachessd) and now I get the "No Docker containers installed" message. I put the ssd back in, but I stupidly deleted the files before I removed and the reinstalled. Tried to do an appdata restore, but no luck. Docker.img file is in the appdata folder on the cachessd pool dive. Any help is appreciated. astro-server-diagnostics-20230127-1346.zip
-
Cache - XFS SSD in Pool and need to replace
I have an older 1TB SSD in a device pool and device and device "Cachessd" (only device in a pool) that is formatted in XFS. I have my appdata share set to "Prefer : Cachessd" I want to replace that drive with a newer M.2 PCIE 4 drive that is 2TB. I also use the drive for downloads. How can I get the appdata off the current SSD and onto the new M.2 drive? Is it as simple as set the share of appdata to "No" for "Use cache pool" and then use the "Mover" to get the data to the hard disk array? Once the new M.2 is installed using BFRS then make the appdata share to prefer the Pool again??? Thanks in advance.
-
Unraid can’t boot !
I'm looking at this board for UnRaid. Did you ever get this figured out?
-
[Support] binhex - Plex Pass
I am running the latest version on an UnRaid server (6.10.2). I have to restart the dock to watch any 4K movies. Once I restart the movie plays fine until I stop it and try to watch it again later in the day. I get a "Multiple Playback errors" on the Plex App on Roku and when streaming to a wired PC it just won't play. Any ideas? What logs might me helpful? Happened again today 11/18/22 at about 08:30. Tried streaming from a wired PC and nothing would play. astro-server-diagnostics-20221118-0840.zip
-
[Support] binhex - Plex Pass
Plex no longer accessible. Sometime after an upgrade I was told by my family that Plex is no longer accessible. I am not exactly sure when it happened. All I get is a refused error connection when launching from the UnRaid WebUI. Any thoughts? Diagnostics attached. Thanks in advance. Seeing this in logs for the docker. Docker has room.. root@Astro-Server:/lib# df -h /var/lib/docker/ Filesystem Size Used Avail Use% Mounted on /dev/loop2 155G 9.7G 144G 7% /var/lib/docker +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2022-10-18 11:12:55,219 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22871109508048 for <Subprocess at 22871109023440 with name plexmediaserver in state STARTING> (stderr)> Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 109, in emit self.flush() File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 68, in flush self.stream.flush() OSError: [Errno 28] No space left on device 2022-10-18 11:12:55,220 INFO exited: plexmediaserver (exit status 255; not expected) Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 109, in emit self.flush() File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 68, in flush self.stream.flush() OSError: [Errno 28] No space left on device 2022-10-18 11:12:55,220 DEBG received SIGCHLD indicating a child quit Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 109, in emit self.flush() File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 68, in flush self.stream.flush() OSError: [Errno 28] No space left on device 2022-10-18 11:12:56,221 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 109, in emit self.flush() File "/usr/lib/python3.10/site-packages/supervisor/loggers.py", line 68, in flush self.stream.flush() OSError: [Errno 28] No space left on device astro-server-diagnostics-20221018-1010.zip
-
Network connectivity stops when Dockers are enabled
For some clarity I am running a SuperMicro server. I always ping my local LAN. I can't ping anything outside the local LAN after I enable Docker systems under settings. No new changes to my LAN. When I do a traceroute from the terminal on the Unraid server it only shows going to the local IP of the server and no further.
-
Network connectivity stops when Dockers are enabled
Upgraded to Unraid 6.10.3 a bit ago and now I have no internet access when dockers system is enabled. I can run a continuous ping with no replies and as soon as the docker systastro-server-diagnostics-20220725-1500.zipem is disabled I get a ping response to the internet 1.1.1.1 as an example.
-
[Support] binhex - qBittorrentVPN
Tried rolling back and am getting the same error of unauthorized. Here is the log form the docker. 2022-06-27 13:03:39 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication 2022-06-27 13:03:39 VERIFY EKU OK 2022-06-27 13:03:39 VERIFY OK: depth=0, CN=us8390.nordvpn.com 2022-06-27 13:03:39,173 DEBG 'start-script' stdout output: 2022-06-27 13:03:39 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2022-06-27 13:03:39 [us8390.nordvpn.com] Peer Connection Initiated with [AF_INET]X.X.X.X:1194 2022-06-27 13:03:40,363 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 SENT CONTROL [us8390.nordvpn.com]: 'PUSH_REQUEST' (status=1) 2022-06-27 13:03:40,381 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,sndbuf 524288,rcvbuf 524288,explicit-exit-notify,comp-lzo no,route-gateway 10.8.2.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.8.2.7 255.255.255.0,peer-id 5,cipher AES-256-GCM' 2022-06-27 13:03:40,382 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 OPTIONS IMPORT: timers and/or timeouts modified 2022-06-27 13:03:40 OPTIONS IMPORT: explicit notify parm(s) modified 2022-06-27 13:03:40 OPTIONS IMPORT: compression parms modified 2022-06-27 13:03:40 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified 2022-06-27 13:03:40 Socket Buffers: R=[212992->1048576] S=[212992->1048576] 2022-06-27 13:03:40 OPTIONS IMPORT: --ifconfig/up options modified 2022-06-27 13:03:40 OPTIONS IMPORT: route options modified 2022-06-27 13:03:40 OPTIONS IMPORT: route-related options modified 2022-06-27 13:03:40 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified 2022-06-27 13:03:40 OPTIONS IMPORT: peer-id set 2022-06-27 13:03:40 OPTIONS IMPORT: adjusting link_mtu to 1657 2022-06-27 13:03:40 OPTIONS IMPORT: data channel crypto options modified 2022-06-27 13:03:40 Data Channel: using negotiated cipher 'AES-256-GCM' 2022-06-27 13:03:40 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key 2022-06-27 13:03:40 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key 2022-06-27 13:03:40 net_route_v4_best_gw query: dst 0.0.0.0 2022-06-27 13:03:40 net_route_v4_best_gw result: via 172.19.0.1 dev eth0 2022-06-27 13:03:40 ROUTE_GATEWAY 172.19.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:13:00:0e 2022-06-27 13:03:40,383 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 TUN/TAP device tun0 opened 2022-06-27 13:03:40 net_iface_mtu_set: mtu 1500 for tun0 2022-06-27 13:03:40 net_iface_up: set tun0 up 2022-06-27 13:03:40 net_addr_v4_add: 10.8.2.7/24 dev tun0 2022-06-27 13:03:40 /root/openvpnup.sh tun0 1500 1585 10.8.2.7 255.255.255.0 init 2022-06-27 13:03:40,389 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 net_route_v4_add: 143.244.61.238/32 via 172.19.0.1 dev [NULL] table 0 metric -1 2022-06-27 13:03:40,389 DEBG 'start-script' stdout output: 2022-06-27 13:03:40 net_route_v4_add: 0.0.0.0/1 via 10.8.2.1 dev [NULL] table 0 metric -1 2022-06-27 13:03:40 net_route_v4_add: 128.0.0.0/1 via 10.8.2.1 dev [NULL] table 0 metric -1 2022-06-27 13:03:40 Initialization Sequence Completed 2022-06-27 13:03:56,583 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... 2022-06-27 13:03:56,841 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 94.140.9.199 2022-06-27 13:03:56,843 DEBG 'start-script' stdout output: [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment 2022-06-27 13:03:56,883 DEBG 'watchdog-script' stdout output: [info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.8.2.7 different, marking for reconfigure 2022-06-27 13:03:56,891 DEBG 'watchdog-script' stdout output: [info] qBittorrent not running 2022-06-27 13:03:56,897 DEBG 'watchdog-script' stdout output: [info] Privoxy not running 2022-06-27 13:03:56,898 DEBG 'watchdog-script' stdout output: [info] Removing session lock file (if it exists)... 2022-06-27 13:03:56,923 DEBG 'watchdog-script' stdout output: [info] Attempting to start qBittorrent... 2022-06-27 13:03:57,201 DEBG 'watchdog-script' stdout output: [info] qBittorrent process started [info] Waiting for qBittorrent process to start listening on port 8080... 2022-06-27 13:03:57,439 DEBG 'watchdog-script' stdout output: [info] qBittorrent process listening on port 8080 2022-06-27 13:03:57,442 DEBG 'watchdog-script' stdout output: [info] Attempting to start Privoxy... 2022-06-27 13:03:58,453 DEBG 'watchdog-script' stdout output: [info] Privoxy process started [info] Waiting for Privoxy process to start listening on port 8118... 2022-06-27 13:03:58,462 DEBG 'watchdog-script' stdout output: [info] Privoxy process listening on port 8118
-
[Support] binhex - qBittorrentVPN
Noob question, but how does one roll back to an older version of an unraid docker?
-
[Support] binhex - qBittorrentVPN
Recently upgraded Unraid to 6.10.3 and running latest version of binhex-qbittorrentvpn. Now when I try and go to the web UI I get an unauthorized message. Any thoughts on what might cause this? App seems to be running, but I can't get to the web UI... astro-server-diagnostics-20220622-1044.zip
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
Well that was easy. I can't believe I missed that. It is now running the preclear process. Thanks for the help and the fast response.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
Running Unraid 6.10.2 and Preclear plugin version.22.6.10 Adding a 10th drive to my system. A shucked Easystore 14tb. All my other dives are the same. Put shucked drive in bay and I see it in unassigned Devices, but there is no Preclear option. In preclear under tools the drive does not show up. Any thought as how to get this thing precleared so I can add it to my array. All the other easystore drives precleared(earlier version of Unraid) just by putting them in a drive bay (24 bay super micro server) and going to preclear plugin. Screenshot of unassigned drives. Thanks in advance. astro-server-diagnostics-20220610-2011.zip
-
[Support] binhex - qBittorrentVPN
Thanks. I'll take a look.
-
[Support] binhex - qBittorrentVPN
I did correct the username and PW and now it works. Apparently spelling counts. I am now trying to get jackett to run through this container. Is that possible? I added port 9117 (TCP) as a variable in this docker and made the network type for jackett to none. Can I still leave this vpn docker on my docker network or do I need to change it to bridge?
-
[Support] binhex - qBittorrentVPN
would that stop me from getting the the GUI when I am local?
-
[Support] binhex - qBittorrentVPN
Logs attached. Server IP is 10.5.254.80/24 and docker network is 172.19.0.14/16 supervisord.log
-
[Support] binhex - qBittorrentVPN
Just installed binhex-qbittorrentvpn on unRAID. I am able to access the GUI via port 8080 when VPN is off. When I enable VPN (NordVPN) I am no longer able to get access via port 8080. Version of unRAID is 6.10 RC2. Privoxy is off. what logs can I provide?
-
WireGuard quickstart
Added static route in my Router and all works now. Thanks
-
WireGuard quickstart
Running UnRAID 6.10.RC2 utilizing the built-in wireguard VPN. I can connect a phone and laptop just fine. I can ping the unRAID server and get to the internet all through the tunnel. What I can't do is get to other things on my local network that oare on teh same VLAN as the unRAID server. I have the tunnel set for "Remote tunnel access". Seems I am missing a route somewhere, but can't figure it out. Routing table shown below. unRAID is 10.5.254.80/24 and vpn clients are 10.5.253.2 and .3 Thoughts on this one? astro-server-diagnostics-20220211-1000.zip
-
unRAID stops responding via GUI and pings
Upgraded to 6.10.rc2 and set the docker network to ipvlan and the system ahs been up for 7 days and 23 hours. So far so good. Thanks all.