I have a Windows Server 2016 machine with sales & accountant software running on it.
I want to deploy a telephony PBX server, running inside a linux Virtual Machine (via VMware). It's running on internal IP address 192.168.129.58. I want to set up a client software to connect to it like 'pbx.mysite.com'
I know how to expose a website through a reverse proxy (on port 80). But this VM need to be able to connect for a range of ports, e.g. 5060 for signalization and 100000-100200 for VoiceIP.
Is it possible to make a reverse proxy for Linux VM inside my Windows Server with many listening ports and connect to it via domain name?