-
-
Interfaces restrictions/Bind management
Under Network Settings --> Interface Rules --> Exclude listening interfaces You can enter the name of the interface(s) which get excluded from service binding (e.g. your dmz interface).
-
Unraid 7.1.2 / 7.1.3 / 7.1.4 - Tutorial to fix the absolute hell that removed your custom network - no custom network - br0 disappeared
Your static IPv6 configuration is wrong for eth0. Stop the array Go to Settings -> Network Settings -> Eth0 Change the prefix to 64 (see example below) Start the array Docker should now be able to properly create the custom network.
-
Unraid 7.1.2 / 7.1.3 / 7.1.4 - Tutorial to fix the absolute hell that removed your custom network - no custom network - br0 disappeared
If you still have an issue in 7.1.4 and know how to reproduce, that will help a lot. Docker doesn't allow /128 subnets, because this is a single host address and prevent other hosts (containers) from joining this subnet.
-
Unraid 7.1.2 / 7.1.3 / 7.1.4 - Tutorial to fix the absolute hell that removed your custom network - no custom network - br0 disappeared
For most users this issue is resolved in 7.1.3 and 7.1.4 If you still encounter issues in 7.1.4, please open a bug report and provide diagnostics for further investigations.
-
Nested Virtualization: Hyper-V Server
With bridging disabled Unraid uses macvtap interface for VMs (in this case bond0.10). This is correctly configured. For nested VMs it is advised to let the host VM pass the interface as a 'regular' interface (pass thru) to them.
-
Wired and WiFi network priority
When you start up the system it will try to find any of the known wireless networks, with the last connected network preferred. Once the system is operational, only manual switching of wireless networks is supported.
-
Question regarding Bridging in combination with macvlan and ipvlan
Small correction: macvlan is used when bridging is disabled. This is due to the underlying macvtap interface instead of bridging.
-
Logs full of "Soliciting pool server" events after upgrade to 7.1.1
These messages indicate that the NTP client on Unraid can not reach this NTP server. By itself not a problem if other NTP servers are reachable, otherwise you could define a different server under Date and Time settings.
-
Dynamix - V6 Plugins
At the moment I am very much time constraint to look into this, but keep it on my todo list.
-
Unraid 7.x GUI binds to all IPs of br0 (no like before)
A better approach is to assign your Pihole container to custom network eth0 (or br0) and assign a static IP address for the container on the custom network. I am using Unbound as DNS server. Here is an example of assigning static addresses to the container (running on br0)
-
Unraid OS version 7.1.0 available
See my answer here
-
Unraid 7.x GUI binds to all IPs of br0 (no like before)
Officially use of secondary addresses is not supported, because some services may not work properly with it, be aware. I made an update for the next release to exclude secondary addresses from binding.
-
Does using ZFS or BTRFS pools instead of the Unraid array eliminate the FUSE filesystem bottleneck?
You can enable the option "Permit exclusive shares" (see Settings -> Global Share Settings) This will bypass the fuse system and operates the same as accessing /mnt/disk*. This will work for shares residing only on a pool device.
-
[7.1.1] Host Access is broke after update from 7.1.0-RC3
See
-
[7.1.1] Host Access is broke after update from 7.1.0-RC3
In my tests this is working as should. Can you do a forced update by changing ipvlan to macvlan and back to ipvlan (see docker settings).