Dear Folks,
I have a requirement to test OPC-UA connectivity between 2 VM’s created using virtualBox. I have done the following
- Created 2 VM’s with windows 8.1 64bit OS
- Created NAT network between VM’s
- I have tested network connectivity between VM’s by pinging the respective IP address and I got response.
- In one of the VM I tried to configure OPC-UA client to connect to other VM’s OPC-UA server. I configured following Endpoint URL: opc.tcp://192.168.10.5:62541/discovery.
I got following error message:
When using 62541 port I have this error: UaException:status=Bad_Timeout,message=io.netty.channel.connectTimeoutException: Connection timed out:/192.168.10.5:62541
When using 8088 port I have this error:
UaException:status=Bad_Timeout,message=timed out waiting for acknowledge
I have tried other ports like 8088/4096
Is it a network issue or something else?
Thanks & Regards,
Saravanan.