Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.1
-
Component/s: FIWARE-LAB-HELP
-
Labels:None
-
HD-Node:Spain
Description
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
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
Activity
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
15d 6h 32m | 1 | Henar Muñoz | 09/Oct/14 9:07 PM | |||||
|
13d 1h 22m | 1 | Manuel Escriche | 22/Oct/14 10:29 PM | |||||
|
2m 2s | 2 | Manuel Escriche | 22/Oct/14 10:31 PM | |||||
|
446d 11h 39m | 1 | Manuel Escriche | 12/Jan/16 9:10 AM |