Plate solve with ANSVR

Hi,
I just installed for the first time SGP.
On my local network I have different machines and one is dedicated to run ANSVR.
I would like my other machine (the one that runs SGP and controls all the hardware) send its requests for plate solving to the dedicated one.
It should only need a different url (from 127.0.0.1 to 192.168.1.xxx). It this possible ?
Thanks for your help.

I’m answering to my own question.
It can be done. You only have to set a redirection using netsh.
Regards

if you open the command line and run: netstat -ao | find “LIST” it should list ether 127.0.0.1:8080 or 0.0.0.0:8080. If its the latter then it should be accessible via the network if your firewall is allowing incoming connections on 8080.

Otherwise edit the startup file and send it the “-b 0.0.0.0” parameter and that should work as well.