Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-132

FIWARE.Request.Lab.Spain.Access server instance from outside (PING or other calls)

    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
        To Do To Do In Progress In Progress
        15d 6h 32m 1 Henar Muñoz 09/Oct/14 9:07 PM
        Done Done In Progress In Progress
        13d 1h 22m 1 Manuel Escriche 22/Oct/14 10:29 PM
        In Progress In Progress Done Done
        2m 2s 2 Manuel Escriche 22/Oct/14 10:31 PM
        Done Done Closed Closed
        446d 11h 39m 1 Manuel Escriche 12/Jan/16 9:10 AM

          People

          • Assignee:
            henar Henar Muñoz
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: