Open Cesaario opened 5 years ago
Hello Cesaario,
I have a similar problem. Have you find any solution to your problem ?
Best regards.
Are you on a corporate network?
Yes this is ip setup/firewall related. Try pinging and network scanners, etc.
It works when server and client are on my computer but doesn't work when I move the server in an other computer. Only client is based on Freeopcua. I tried to disable the firewall but result is the same
Hi, I'm running an OPC Server in a computer and trying to read the values from it from another computer. They are connected to the same network and the server computer has it's firewall disabled. Here is the server code: It just reads the value from a json string recieved from the serial port and then perform an action, that could be creating a node, updating it, etc. The important part is just until the server is started.
Here is the client I'm trying to use to connect
But I recieved this error:
And if I try to connect from UaExpertClient using the same endpoint (opc.tpc://192.168.15.17:4840/freeopcua/server) i get: https://prnt.sc/n2p67t
I already checked the IP and disabled the firewall from the computer server. Is there any solution to this error?