Everything posted by bonienl
-
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).
-
shim-br0 networs in unraid
Can you make a dummy change in the Docker settings to force a settings update and see if that resolves the issue? Please try the latest version 7.1.0
-
7.1.0-rc.4 - Unraid is each morning not reachable / WiFi
Click on the wifi icon of the network and select "Forget this network"
-
Problem check parity all day
-
7.1.0-rc.4 - Unraid is each morning not reachable / WiFi
The log shows this message May 4 09:02:51 Unraid kernel: wlan0: driver doesn't support chan-switch with channel contexts Disable channel switching on your access point (router).
-
Question regarding Bridging in combination with macvlan and ipvlan
The original help text was never updated, which we should. I tested it many years ago, but don’t need/use it myself.
-
Question regarding Bridging in combination with macvlan and ipvlan
Correct, but personally I would connect your PC directly to the UDM Pro, unless you are running out of ports on it.
-
Question regarding Bridging in combination with macvlan and ipvlan
In the past bridging was needed for VMs and give them external access. In the latest versions 6.12.x and 7.0.x of Unraid both Docker and VMs can work without bridging enabled. I would recommend to disable it, unless you have a specific requirement to let your Unraid server act as a physical bridge between your router and PC (see picture).
-
MediaTek wireless adapter not showing up in the most current 7.1.0-Beta
For wireless to run properly, you need to use DHCP for both wired and wireless connections. Setting a static IP address for the wired interface interferes with wireless (even when the wired port is down).
-
MediaTek wireless adapter not showing up in the most current 7.1.0-Beta
Thanks, I see what is happening, will make a fix for the next release.
-
MediaTek wireless adapter not showing up in the most current 7.1.0-Beta
Can you post the content of rc.ssl.input cat /etc/rc.d/rc.ssl.input