Everything posted by brickfireio
-
[GUIDE] Installing UnRaid (ver. 6.83) on ProxMox (ver. 6.2-4)
Got it. Thanks for the explanation @jbat66!
-
[GUIDE] Installing UnRaid (ver. 6.83) on ProxMox (ver. 6.2-4)
Thanks for clarifying. I was asking because @jbat66 mentions "make sure..."
-
[GUIDE] Installing UnRaid (ver. 6.83) on ProxMox (ver. 6.2-4)
Got it. Thanks for the explanation. Out of curiosity, why does unraid not work well with an emulated CPU?
-
[GUIDE] Installing UnRaid (ver. 6.83) on ProxMox (ver. 6.2-4)
@jbat66 Thanks for this! I have some new server equipment arriving soon so planning on running proxmox bare-metal and virtualizing unraid. Why do you have to pass through the hosts processor to unraid? In your example, the 4 cores you passed through would be inaccessible to proxmox and other VMs, correct?
-
[Plug-In] Community Applications
I could have sworn it was there before but sorting "all apps" works as well. Thanks!
-
[Plug-In] Community Applications
So this is by design? I liked the option to see more results for "New Apps"...
-
[Plug-In] Community Applications
Hi - Any particular reason why the results are limited to 24? There used to be a "next page" button to show more results of the Categories.
-
Help creating a template for Wazuh
So to answer my original question it sounds like you're running their elastic stack as opposed to the official kibana, logstash, and elasticsearch.
-
Help creating a template for Wazuh
@trevormiller6 Are you running the other wazuh containers or just this? I have separate instances of elasticsearch, kibana, and logstash so I'm trying to integrate this container into my existing stack.
-
[DEPRECATED] Linuxserver.io - Rutorrent
The "old" parameters are still in the default config for this container. Are there any plans to update the rtorrent.rc file to remove the depreciated settings? https://github.com/linuxserver/docker-rutorrent/blob/master/root/defaults/rtorrent.rc EDIT: "new" parameters aren't working, specifically max upload and download speed set to 0
-
[Support] Linuxserver.io - Unifi-Controller
That seems to have worked for me as well. Deleted the container. Resintallated with defaults. During setup..restored from backup config (which was in a backup of the appdata folder)
-
[Support] Linuxserver.io - Unifi-Controller
I have the same issue but a restore did not resolve it.
-
[DEPRECATED] Linuxserver.io - Rutorrent
Yes, I edited the rc file directly as well as made the changes in the gui. Anytime the container updates, those two settings revert back to a default.
-
[Support] Djoss - Firefox
@Djoss I see that sound support is added, however, I don't see /dev/snd as an existing path on unraid. Is sound possible for this container on unraid, or do the instructions for "Sound Support" pertain to other docker hosts?
-
[DEPRECATED] Linuxserver.io - Rutorrent
Any particular reason this container is ignoring configuration defined in rtorrent.rc? Despite setting variables in the rc file, this container defaults the global max upload and download rates.
-
[Support] Linuxserver.io - Nextcloud
I need to change the IP address of this container as well as the connected mariadb container. What's the proper procedure to do this? EDIT: Solved
-
Docker DNS
I have a number of user-defined networks, which I then assign to containers depending on what vlan I want them to be in. I've noticed that containers use the DNS server defined in Settings->Network Settings. After some research, I found that I can define the DNS server per container. https://docs.docker.com/v17.09/engine/userguide/networking/default_network/configure-dns/ Can you add a field in the Docker Settings page to define DNS as well, instead of defaulting to the DNS server defined for unraid?
-
[Support] Linuxserver.io - diskover
Curious...Is it in your roadmap to make an elasticsearch container?
-
(Solved) Routing Table Persistence (Lack Of)
Thank you! That worked
-
(Solved) Routing Table Persistence (Lack Of)
Linux 4.18.14-unRAID. Last login: Sun Oct 14 14:10:34 -0400 2018 on /dev/pts/2. root@Tower:~# ip route show default via 192.168.1.1 dev br0 proto dhcp src 192.168.1.2 metric 218 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 192.168.1.0/24 dev br0 proto dhcp scope link src 192.168.1.2 metric 218 192.168.20.0/24 dev br0.20 scope link metric 1 192.168.70.0/24 dev br0.70 scope link metric 1 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 I had to manually add 192.168.20.0 and 192.168.70.0 via the Network Settings page.
-
(Solved) Routing Table Persistence (Lack Of)
Sorry for the confusion. The gateway you mentioned was an example fro @Delarius. My specific script is attached above, but I can attach another copy. All of these networks exist..
-
(Solved) Routing Table Persistence (Lack Of)
The command doesn't seem to work properly. I receive the following message: Error: Nexthop has invalid gateway.
-
(Solved) Routing Table Persistence (Lack Of)
Thanks @bonienl I'll use the custom scripts plugin with the command @Delarius mentioned. Does the attached script look right? Currently, the custom routes entered in the GUI are associated with the gateway name, i.e. br0.10. Does that need to be included in the script as well?
-
(Solved) Routing Table Persistence (Lack Of)
Maybe this is a bug then? The changes are made on the Network Settings page of the GUI. It's nice being able to add them there, the only issue is they don't persist. Perhaps someone from unraid can confirm if this is a bug or could be a feature request... EDIT: Also thanks to everyone for the help so far
-
(Solved) Routing Table Persistence (Lack Of)
Yes. I add the custom routes in the network settings page. They do not persist after rebooting. Is that normal? I figured they would persist.