scyto / multicast-relay

multicast-relay docker for UniFi Dream Machines
MIT License
53 stars 12 forks source link

Running the Service stops certain Websites from Opening #2

Closed almostserious closed 3 years ago

almostserious commented 3 years ago

I really do not understand what is happening, maybe somebody can help. When running this command on my UDM Pro:

podman run -it -d --restart=always --log-opt max-size=10mb --network=host -e INTERFACES="br0 br10 br20 br30" scyto/multicast-relay

I found that at least these 2 Webpages do not respond anymore:

www.lidl.de www.reuter.de

I am getting a ERR_CONNECTION_TIMED_OUT.

Stopping the running podman container with: podman stop modest_gauss

Does not help. Only a restart of the UDM Pro will make the 2 Website load again.

Any idea where I can investigate what is going wrong?

almostserious commented 3 years ago

Turning on & off the IPS seems to have fixed it... not sure what has happend. I will close this issue.