Hello - I am trying to offload the piper and whisper services to my more powerful computer that also runs my LLM. My challenge is the I am unable to get HA to connect to these services on the host PC The host is a win11 and I have configured both services using a wsl Linux docker. I can see them running and also noticed that I have a new virtual network adapter for the wsl services. My local net is 192.168.x.x and the virtual adapter is 172.x,x.x. Where I’m challenged is how to get my HA computer to connect to my other PC that running piper and whisper. I should anlso mention that I did connect HA with this computer for using the LLM as my conversation agent. Any suggestions would be greatly appreciated.
The 172.x.x.x is the docker network
Docker by default creates a local network for the containers to communicate on. These may be customized or turned off
You must expose ports to allow external PCs/devices/services to connect
Post your docker run or docker compose if you need more help
thank you for the quick reply. I did try this but still could not get it to connect. Here is the command: netsh interface portproxy add v4tov4 listenport=10300 listenaddress=0.0.0.0 connectport=10300 connectaddress=172.29.32.1
yes that is the docker IP, and I was trying to forward the port request to the container. Sry still very much a newbie. Doesnt seem right to replace it with the LAN IP for the PC. 192.168.x.x
You’re welcome.
If you don’t mind, you could give your thread a more relevant title that reflects the essence of the problem.
Perhaps someone will be looking for a solution to a similar problem