Closed eriklima closed 1 year ago
This issue was resolved by running the follow command on my host machine:
sudo modprobe ip6table_filter
According to this article, this problem is because docker relies on the host to provide the network resources i.e. "iptables": https://ilhicas.com/2018/04/08/Fixing-do-you-need-insmod.html
Hello, community and @marten-seemann
While I tried to run docker-compose (following the tutorial at https://github.com/marten-seemann/quic-network-simulator) the server and client both worked, but the sim service failed with the message below:
After this failure, the docker instances looked like this:
How to solve this problem? Can someone help me?