Inaccessible port while virtualizing windows on truenas scale

2applepies

Cadet
Joined
Nov 29, 2022
Messages
1
I am virtualizing a Win10 Pro installation on TrueNas Scale 22.02.4, and have the VM connected via VirtIO drivers to a bridge so I can access my shared drives. Everything is working great except I have a service running on port 10112 that I cannot access. When I run test-netconnection on powershell to the port, I receive pingSucceeded:True, however TCPTestSucceeded:False. I tried setting up a firewall port exception as well as disabling windows firewall completely. Ran netstat to see if there is anything using the port and nothing is using it. Don't really understand where the issue is at this point but it seems to be on the localhost end as the service cannot start on its own port... Any suggestions would be very helpful.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Ran netstat to see if there is anything using the port and nothing is using it.
That's pointing to the problem being with whatever the service is behind port 10112.

the service cannot start on its own port
I suggest you look into that in the logs of the service/app.
 
Top