FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
02-23-2023 09:34 AM
Hello,
I am trying to run two virtual cores on the same machine to run some applications inside each one of them, my applications need to be able to connect to the other virtual core. I checked and it seems that the virtual cores can't ping each other.
I am running ctrlX WORKS on windows machine, controller1 with IP 192.168.1.1, controller2 with IP 192.168.1.2, I checked the external access options in port forwarding, but it will make both controllers use the same IP, I need each one to have its own IP as if I am running two actual controllers, is that possible? My windows machine can ping both controllers, but they can't ping each other.
Regards,
Osama
Solved! Go to Solution.
02-27-2023 02:36 PM
Hello ,
could you please draft your plannings to get it right? I understood that you will make both Virt Controls run with the same/identical IP in the same network - beeing able to ping each other.
Bye
02-28-2023 05:14 PM - edited 03-29-2023 03:36 PM
You located your problem quite good. Your PC can access both virtual network adapters but data will not automatically be forwarded between them but end at your host operating system.
See "How to communicate between a ctrlX COREvirtual and other applications" for general communication setup.
See following cases using e.g. TCP
For some general information about network functionality of the mechanism ctrlX COREvirtual is using in port forwarding mode see this external page.
03-09-2023 12:47 PM
Thank you for your replies, I was able to solve it by creating a bridge between the network adapters of the virtual cores using windows and then started the controllers throught the command line then the controllers were able to ping each other and exchange information normally.
Thanks again!