@EchoHarm0ny ,
On your windows machine, you need to create inbound firewall rules for udp access on ports (3956, 49152:65534) and tcp access on port 58243.
You can enable tcp port forwarding from your Windows host to the virtualCORE in the extended device settings within ctrlX WORKS. For your device, it will use 58243.
This setting does not handle udp, so you will need to manually update the launch.bat file for your virtualCORE to forward these ports. See this thread for similar discussion. If you can select which udp port to use rather than random allocation within the range, it would make this easier. I am not finding any easy way to forward a range. You may need to write a script that generates the hostfwd syntax for all of the udp ports and copy that into the launch.bat
... View more