Everything posted by bonienl
-
Unable to access WebUI aproximately every 24 hrs after upgrade to 6.12.2
You need to check your router configuration, it has issues with IPv6. Jul 10 22:15:50 xxxx dhcpcd[1697]: br0: expired address fda2:612d:c297:4585:265e:beff:fe43:dc4d/64 Jul 10 22:15:50 xxxx dhcpcd[1697]: br0: part of a Router Advertisement expired Alternatively set "IPv4 only".
-
[SOLVED][Bug Network Settings] IPv4 / IPv6 DNS Settings
I have seen this happening when the network.cfg file contains incorrect/corrupted information. As suggested above delete the file "network.cfg" and redo your network settings.
-
UnRAID 6.12.2 server crashed and restarted
Keep in mind that Unraid completely runs from RAM, which is a different situation as Truenas.
-
Dynamix File Manager
-
unRAID drops all network connection
There are some unexplainable events in your log which prevents nfs to start. You should remove the packages from the folder /extra and restart the server without them installed and test again running in safe mode. In particular "llfuse-1.4.2-x86_64-1_SBo_nerdtools.txz" is suspicious (this one is no longer developed). Why is this installed?
-
Installed new NIC but there's no interface rules tab to change it
The interface rules are only created when more than one ethernet interface are present in your system. Not a bug.
-
Upgrade from 6.9.2 to 6.12.2 No webgui
Please remove this line from your 'go' file sysctl -w net.ipv6.conf.all.disable_ipv6=1 This conflicts with the Unraid IPv6 assignments, you should let Unraid do the IPv6 selection instead.
-
Private DNS server for local services
-
Private DNS server for local services
I have 6 DNS servers (PIHOLE) running as docker containers. An other DNS server alternative is ADGUARD. See the apps store.
-
Docker Execution Error Server Error [6.12.2]
Port 443 is used by the GUI, your container can not use the same port.
-
Unraid OS version 6.12.2 available
Like to see diagnostics
-
Unraid OS version 6.12.2 available
SSH works fine for me using Wireguard. There are no specific rules for wireguard tunnels to stop SSH.
-
[指南] 如何解决自定义网络上容器的 macvlan 和 ipvlan 问题
In the past I have seen VMs and containers using the same bridge interface may cause problems. Best to use the interface as a dedicated interface for docker only.
-
Unraid OS version 6.12.2 available
It is not advised to do manual changes, any configuration update thru the GUI will undo them.
-
Unable to reach webui/ssh after update to 6.12
That indicates something is wrongly configured in your network settings. Need diagnostics to see this.
-
[Plugin] Tailscale
These are instructions when using docker containers, the plugin version of tailscale is started before the array comes online and doesn’t need the script.
-
Unable to reach webui/ssh after update to 6.12
Please also read the release notes of Unraid 6.12.0 which have more information about remote access.
-
[Plugin] Tailscale
See I encourage everyone to read the release notes of Unraid 6.12.0.
-
Network error(?) after 6.12
macvlan call traces impact the complete system. Your situation is a bit weird. I studied your first diagnostics and everything looks alright. There is nothing in the logs which explains a loss of communication.
-
Network error(?) after 6.12
If using macvlan in docker settings, change it to ipvlan
-
Network error(?) after 6.12
Yours is a different issue, please open a topic in support and include diagnostics
-
Network error(?) after 6.12
In your latest log there is a macvlan call trace, change docker settings to use ipvlan instead.
-
Unraid OS version 6.12.2 available
Sometimes Windows gets confused. Did you try to reboot your Windows system? In all my tests SMB is working fine in 6.12.2
-
Unraid OS version 6.12.2 available
ip rule add sport 22 table This is not a standard rule and not included, how is this added to the configuration?
-
Unraid 6.12: dashboard changes not always being saved after logout
There is a change in 6.12.2, due to new functionality, it requires a reset. Open the Tile Manager and reset the dashboard, after that all should work properly.