Hi, I've installed an orion context broker instance (listening on the default port 1026) on vm named centos_aal I created. I've opened the port on security group and assigned a pulic ip to this machine but I cannot interact with orion context broker remotely from my pc (locally when I'm connected via ssh to the fiware vm it works fine on localhost). This is the command I tried: curl 130.206.124.14:1026/v1/contextEntities -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' | python -mjson.tool and the response: curl: (7) Failed to connect to 130.206.124.14 port 1026: No route to host No JSON object could be decoded I tried to make a query to the global instance on 130.206.80.40:1026 curl 130.206.80.40:1026/v1/contextEntities -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' | python -mjson.tool and it works fine. So I suppose I've configured something wrong on my virtual machine. Could you give my any hint ? Thank you very much for you support, Stefano Chiesa
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy