Hi Tigran
Thanks for contacting us. I was having a look at the infrastructure and everything seems ok. You have correctly opened the 5000 port in the security group. Anaway, I can see your server is not running. I will provide to you more details in a separated mail.
Regards,
Henar
De: fiware-lab-help-bounces@lists.fi-ware.org fiware-lab-help-bounces@lists.fi-ware.org En nombre de Tigran Sargsyan
Enviado el: miércoles, 09 de julio de 2014 21:11
Para: fiware-lab-help@lists.fi-ware.org
CC: bananalaboratory@gmail.com; Roger linares; gerardconsegaltorrent@gmail.com; Hector Linares
Asunto: [Fiware-lab-help] Access server instance from outside (PING or other calls)
Hello,
I'd like to ask you a question regarding the access to a server instance from outside.
- I have associated a public IP to a server instance (130.206.82.122)
- In the server I've created a small node.js application which listen the port 5000
var express = require('express');
var app = express();
app.get('/', function(req, res) {
res.send('Hii!');
});
app.listen(5000);
console.log('Server Express listening port 5000');
- I run the server using nodejs server.js
- In the server when I try to access the resource it works fine (curl http://127.0.0.1:5000)
- However when I try to access the same resource from outside (curl http://130.206.82.122:5000), I get no answer. Even ping fails.
Please help me to solve this issue.
Best regards,
Tigran
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
Hi Tigran
Thanks for contacting us. I was having a look at the infrastructure and everything seems ok. You have correctly opened the 5000 port in the security group. Anaway, I can see your server is not running. I will provide to you more details in a separated mail.
Regards,
Henar
De: fiware-lab-help-bounces@lists.fi-ware.org fiware-lab-help-bounces@lists.fi-ware.org En nombre de Tigran Sargsyan
Enviado el: miércoles, 09 de julio de 2014 21:11
Para: fiware-lab-help@lists.fi-ware.org
CC: bananalaboratory@gmail.com; Roger linares; gerardconsegaltorrent@gmail.com; Hector Linares
Asunto: [Fiware-lab-help] Access server instance from outside (PING or other calls)
Hello,
I'd like to ask you a question regarding the access to a server instance from outside.
var express = require('express');
var app = express();
app.get('/', function(req, res) {
res.send('Hii!');
});
app.listen(5000);
console.log('Server Express listening port 5000');
Please help me to solve this issue.
Best regards,
Tigran
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help