You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I set up a stack with mumo and murmur, and with the default ice configuration to the loopback interface, mumo was not able to connect to the murmur ice instance.
I changed the ice config variable to the following, and mumo was now able to connect: ice="tcp -h * -p 6502"
However, when I connect with a client that tries to register a callback with a mumo plugin, I get the following error:
I am unsure why it's even trying to register a server callback to the loopback interface, especially on random ports. I tried specifically setting the local IP as the ice IP as well, and it still tries to use 127.0.0.1.
Any ideas? Do I have to use ice published endpoints, and if so, the entrypoint.sh overwrites the ice settings on restart.
The text was updated successfully, but these errors were encountered:
Hi,
That is why the mumo is set with the config : network_mode : "service:mumble-server" on the docker-compose.
This allow docker to share the same network between mumble and mumo, so 127.0.0.1 will work.
Hi!
So I set up a stack with mumo and murmur, and with the default ice configuration to the loopback interface, mumo was not able to connect to the murmur ice instance.
I changed the ice config variable to the following, and mumo was now able to connect:
ice="tcp -h * -p 6502"
However, when I connect with a client that tries to register a callback with a mumo plugin, I get the following error:
I am unsure why it's even trying to register a server callback to the loopback interface, especially on random ports. I tried specifically setting the local IP as the ice IP as well, and it still tries to use 127.0.0.1.
Any ideas? Do I have to use ice published endpoints, and if so, the entrypoint.sh overwrites the ice settings on restart.
The text was updated successfully, but these errors were encountered: