Everything posted by Fraih
-
NVIDIA GPU PASSTHROUGH + WINDOWS 11 WSL2 / VIRTUAL MACHINE PLATFORM AM5
Hey, were you able to figure this out? Did everything work perfectly with your previous AM4 platform?
-
[Support] binhex - qBittorrentVPN
Hello, I don't remember I did anything else than changing STRICT_PORT_FORWARD to no, but binhex already said that it shouldn't affect anything. I have ZeroTier as a host and qBittorrent as a bridge.
-
Enhanced Log view with lines highlighted in color with Syslog filter
Okay, thanks!
-
Enhanced Log view with lines highlighted in color with Syslog filter
Hello @dlandon, I am translating the plugin to Spanish and I have a question. For the Custom Match field, if someone wants to add a new search string to an event. He should use the English name of the event (i.e. "error", "minor issues", "lime tech", "array", "system", "file system", "drive related", "network", "login", "emhttp", "other") or the Spanish name? Thanks!
-
[Plugin] CA Application Auto Update
Hello @Squid, I am one of the Spanish translators and I have a question regarding this plugin. I understand that the phrase in the Docker tab "Do not overlap with autoupdate" means that the frequency shouldn't overlap with the Plugin update check frequency. Am I wrong? Thanks! Edit: Also, to have it perfectly translated you should include in the file the words Disabled and Custom (to match the gender correctly), and I don't know why but the different days of the week are not being translated.
-
Como Eliminar disco del array
Antes de nada, si quieres guarda una captura de pantalla para saber exáctamente como tienes configurado el array (la posición de cada disco). Luego, como ha dicho @chris1bass, tienes que ir a Herramientas > Nueva configuración y seleccionar todos los discos que quieres mantener en "Conservar las asignaciones actuales" antes de dar a Aplicar. Tras esto asegurate de que todos los discos sigan en su posición correcta en el panel Principal e inicia el array (se iniciará la reconstrucción de la paridad).
-
Español Missing Translations Tracking
Hello @SpencerJ, I will have some free time this weekend to review it. In any case you can merge it and I will create a new PR with the changes.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I just got a SSD Crucial MX500 and is hotter than my other disks (idles at 45C). If I increase the global temperature threshold my other HDD in UD will not report warnings when they should. Is the individual atributes/warnings in the roadmap for future plugin releases? Thank you!
-
(Still NOT Solved) current pending sector is 1on new SSD Cache
Yeah, but I wanted to avoid disabling that attribute on my unnasigned mechanical disks
-
(Still NOT Solved) current pending sector is 1on new SSD Cache
It's a shame... But as long as the SSD works as expected I guess it's not too bad. It would be nice to be able to desactivate the attribute 197 having the disk as unnasigned device, hopefully the plugin will be updated with that feature some day...
-
(Still NOT Solved) current pending sector is 1on new SSD Cache
Any news about this? My MX500 is arriving in a couple of days and I know I will have this problem, but it was a good deal and the performance is close to the Samsung drives. Any script to turn off the warnings as unnasigned device (keeping the monitoring of other unnasigned devices on). Thanks!
-
Unraid 14th Birthday Case Badge Giveaway
Happy Birthday!!!! Please let me know if I get the badge!
-
[Support] spikhalskiy - ZeroTier
Okay, so it is not possible to do that with the docker from this post, right? I might try what you say.
-
[Support] binhex - qBittorrentVPN
Until yesterday I had never been able to reach qBittorrent GUI through ZeroTier. Maybe I did something else, but I will switch it back to "yes" later when I get home and I will try again to see if the problem comes back by only changing that...
-
[Support] binhex - qBittorrentVPN
Okay I fixed it, I had everything correctly configured in ZeroTier, but I am using NordVPN and this provider doesn't allow port forwarding. In the qBittorrent docker I had the variable "STRICT_PORT_FORWARD = yes" and that was messing up everything, I turned it off and now I can access perfectly with ZeroTier from outside my LAN!
-
[Support] binhex - qBittorrentVPN
Hello, yesterday I found out a confict between ZeroTier and qBittorent, I can't access the webUI of the binhex-qbittorrent docker while I am connected to ZeroTier from outside my LAN (the connection just times out). I can access any other docker's webUI just fine with this configuration, but it doesn't work for qBittorrent (same unRaid ip, and port 8080). Could it be because the qBittorrent docker is running with the Privoxy instance activated? Although most of my other dockers are pointing to Privoxy via proxy config (Sonarr, Radarr...) and I don't have any problem accessing them. Any idea of how could I fix this? Thanks!
-
[Support] spikhalskiy - ZeroTier
I still haven't figured out my problem despite changing a bunch of stuff in my router. But yesterday I found out another problem, I can't access the webUI of the docker qBittorrent from Binhex when I am connected to ZeroTier from outside my LAN. I can access any other docker's webUI just fine, but it doesn't work for qBittorrent (same unRaid ip, and port 8080). Could it be because the qBittorrent docker is running with the Privoxy instance activated? Although most of my other dockers are pointing to Privoxy via proxy config (Sonarr, Radarr...) and I don't have any problem accessing them. Any idea of how could I fix this? Thanks!
-
[Support] spikhalskiy - ZeroTier
Hey opticon, thanks you for your answer. So if I understood correctly, connecting to my router is not possible through the docker of this thread, and all those variables and routes you posted are for the docker you are working on, right? Another thing I didn't get is, when you talk about my firewall, do you mean the firewall configuration of my ISP router? Is my router able to see the docker subnet 172.16.0.0/16? Thanks again!
-
[Support] spikhalskiy - ZeroTier
Hello, I spent a bunch of hours trying to figure out something. I installed the ZeroTier docker, configured it and I can access my unraid server and its dockers perfectly, but I can't access my router. My configuration is as follows: Physical LAN net is 192.168.1.0/24 (being my router: 192.168.1.1 and my unraid server: 192.168.1.2). The ZeroTier net is 192.168.2.0/24 (being my unraid server: 192.168.2.2 and my outside-LAN laptop [Windows 10 client]: 192.168.2.55) I have the following managed routes in ZeroTier and I can access to the unraid server from my outside-LAN laptop with through IP's: 192.168.1.2 and 192.168.2.2, so that seems fine: 192.168.1.0/24 via 192.168.2.2 192.168.2.0/24 (LAN) The problem is that from my laptop I am unable to reach my router (192.168.1.1). I can ping the router from the docker terminal, but I cannot connect to it from the ZeroTier client side. Am I missing something during the configuration process? I believe that this ZeroTier docker should allow me to connect remotely to my router, am I wrong? Thanks!!!