0

I have set my router to forward the port for Mumble to my server machine on the LAN. Port forwarding set up on the router ZTE MF920/MR150-5

External site (and Mumble users trying to connect to my client) report failure: enter image description here

I can connect to the Mumble server on the LAN without issue. I have restarted the router. Have I set up the mapping incorrectly, or is there an issue with the Mumble server on 16.04?

Edit: I suspect my ISP may be blocking the port, since it's a SIM based network.

1 Answers1

0

run netstat -an | grep 64738 to make sure the service is listening on 0.0.0.0 and NOT on 127.x.x.x

meccooll
  • 1,490