- Minor
Hey there,
I use the DelugeVPN-Container in my br0 network with an own ip address (192.168.2.161) whre my unraid-host runs on 192.168.2.150. I use ipvlan in the docker settings.
From time to time the Deluge-Container couldn't be reached on the port 8112 to see the GUI of Deluge. So Sonaar and Co. couldn't reaach Deluge either in that case.
My solution til the next time the error occurs is:
Solution:
Stop all containers and vms
Disable Docker and VMs function in settings
Flush the iptables (ip4 and ip6):
iptables --flush
iptables -t nat --flush
iptables -t mangle --flush
iptables -X
iptables -t nat -X
iptables -t mangle -X
ip6tables --flush
ip6tables -t nat --flush
ip6tables -t mangle --flush
ip6tables -X
ip6tables -t nat -X
ip6tables -t mangle -X
Reboot
Enable Docker and VMs function in setting
Normally all containers and vms will spin up, if not start them manually.
The missing iptables will be generated by Unraid itself and by Docker. All the access should be possible again.
This fix works for a few days, before I have to flush the iptables again.
I already tried a lot of things to solve the issues, but it still occurs.
Please let me know if further informations are needed.
Thanks for your help,
Michael