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

FIWARE.Request.Lab.FIWARE Lab Assistance - access the instance.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-LAB-HELP
    • Labels:
      None

      Description

      Dear Fiware,

      I setup the instance as described in the guides and videos.

      I would like now to install Unity and access this Ubuntu Instance via
      RDP terminal.

      How can I do that?

      I can connect with Putty as Ubuntu user, and use the terminal

      Here are some problems:

      1. If I ping the public IP assigned, there is a timout, it doesn't seem
      to be online public. IP"

      2. I login with putty with Ubuntu username, when I change to root
      (command sudo su) there is a message that says "sudo: unable to resolve
      host certifydocserver03" but then I am root user and I can do what I
      want, is it normal?
      3. When I use in windows the RPD terminal (mstsc.exe) I put the pulic Ip
      and the ubuntu user, then I receive an error message that states that
      the IP is unreachable or RPD server is down. I floowed this guide to
      configure it correctly
      http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/

      Thank you in advance

      Mario
      Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
      Please, send your messages using the new domain (Fiware-lab-help@lists.fiware.org) instead of the old one.
      _______________________________________________
      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: Mario Scalabrino <mario.scalabrino@yahoo.it>]

        Activity

        Hide
        danieles Daniele Santoro added a comment -

        The issue has been emailed:

        • Time sent: 06/Apr/16 1:43 PM
        • To: mario.scalabrino@yahoo.it
        • with subject: *(HELP-6324) [Fiware-lab-help] FIWARE Lab Assistance - access the instance *

        Dear,

        1) The reason why you are not able to ping the public IP could be that the ICMP protocol is closed on the security group. Moreover if you are able to connect via SSH I exclude any network issue on the infrastructure.

        2) This problem is probably strictly related to the configurations of your instance. It should not have serious drawback, but if you want to solved have a lot here: http://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none

        3) Again the issue is probably related to the configuration of the security group. Try to open the port used by RDP on your instance from the security group panel: Check from page 25 of http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357

        Best,
        Daniele

        Show
        danieles Daniele Santoro added a comment - The issue has been emailed: Time sent: 06/Apr/16 1:43 PM To: mario.scalabrino@yahoo.it with subject: *( HELP-6324 ) [Fiware-lab-help] FIWARE Lab Assistance - access the instance * Dear, 1) The reason why you are not able to ping the public IP could be that the ICMP protocol is closed on the security group. Moreover if you are able to connect via SSH I exclude any network issue on the infrastructure. 2) This problem is probably strictly related to the configurations of your instance. It should not have serious drawback, but if you want to solved have a lot here: http://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none 3) Again the issue is probably related to the configuration of the security group. Try to open the port used by RDP on your instance from the security group panel: Check from page 25 of http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357 Best, Daniele
        Hide
        fw.ext.user FW External User added a comment -

        Comment by mario.scalabrino@yahoo.it :

        Dear Daniele,

        all solved, thank you very much for your fast and professional
        assistance, few people nowadays can be so effective.

        1. Understood.

        2. I added in /etc/hosts the missing line as described in your link. Solved.

        3. I read all the slides, then I opened the 3389 port that is the RDP's
        one in the security group rules. I can see the desktop now from the
        terminal. Solved.

        Cheers

        Have a good evening

        Mario

        On 06/04/2016 13:44, Help-Desk wrote:
        >
        > From FIWARE JIRA - Main Help Desk ----
        >
        > -------------------------------------------------------------------------------
        > Comments:
        >
        >
        > Daniele Santoro - Today 1:43 PM
        > ------------------
        > The issue has been emailed:
        > - Time sent: 06/Apr/16 1:43 PM
        > - To: mario.scalabrino@yahoo.it
        > - with subject: *(HELP-6324) [Fiware-lab-help] FIWARE Lab Assistance - access the instance *
        >
        >
        > ----
        > Dear,
        >
        > 1) The reason why you are not able to ping the public IP could be that the ICMP protocol is closed on the security group. Moreover if you are able to connect via SSH I exclude any network issue on the infrastructure.
        >
        > 2) This problem is probably strictly related to the configurations of your instance. It should not have serious drawback, but if you want to solved have a lot here: http://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none
        >
        > 3) Again the issue is probably related to the configuration of the security group. Try to open the port used by RDP on your instance from the security group panel: Check from page 25 of http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357
        >
        > Best,
        > Daniele
        >
        > ------------------------
        > Issue id: HELP-6324
        > Description:
        > Dear Fiware,
        >
        > I setup the instance as described in the guides and videos.
        >
        > I would like now to install Unity and access this Ubuntu Instance via
        > RDP terminal.
        >
        > How can I do that?
        >
        > I can connect with Putty as Ubuntu user, and use the terminal
        >
        > Here are some problems:
        >
        > 1. If I ping the public IP assigned, there is a timout, it doesn't seem
        > to be online public. IP"
        >
        > 2. I login with putty with Ubuntu username, when I change to root
        > (command sudo su) there is a message that says "sudo: unable to resolve
        > host certifydocserver03" but then I am root user and I can do what I
        > want, is it normal?
        > 3. When I use in windows the RPD terminal (mstsc.exe) I put the pulic Ip
        > and the ubuntu user, then I receive an error message that states that
        > the IP is unreachable or RPD server is down. I floowed this guide to
        > configure it correctly
        > http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/
        >
        >
        >
        > Thank you in advance
        >
        > Mario
        > Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
        > Please, send your messages using the new domain (Fiware-lab-help@lists.fiware.org) instead of the old one.
        >

        Show
        fw.ext.user FW External User added a comment - Comment by mario.scalabrino@yahoo.it : Dear Daniele, all solved, thank you very much for your fast and professional assistance, few people nowadays can be so effective. 1. Understood. 2. I added in /etc/hosts the missing line as described in your link. Solved. 3. I read all the slides, then I opened the 3389 port that is the RDP's one in the security group rules. I can see the desktop now from the terminal. Solved. Cheers Have a good evening Mario On 06/04/2016 13:44, Help-Desk wrote: > > From FIWARE JIRA - Main Help Desk ---- > > ------------------------------------------------------------------------------- > Comments: > > > Daniele Santoro - Today 1:43 PM > ------------------ > The issue has been emailed: > - Time sent: 06/Apr/16 1:43 PM > - To: mario.scalabrino@yahoo.it > - with subject: *( HELP-6324 ) [Fiware-lab-help] FIWARE Lab Assistance - access the instance * > > > ---- > Dear, > > 1) The reason why you are not able to ping the public IP could be that the ICMP protocol is closed on the security group. Moreover if you are able to connect via SSH I exclude any network issue on the infrastructure. > > 2) This problem is probably strictly related to the configurations of your instance. It should not have serious drawback, but if you want to solved have a lot here: http://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none > > 3) Again the issue is probably related to the configuration of the security group. Try to open the port used by RDP on your instance from the security group panel: Check from page 25 of http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357 > > Best, > Daniele > > ------------------------ > Issue id: HELP-6324 > Description: > Dear Fiware, > > I setup the instance as described in the guides and videos. > > I would like now to install Unity and access this Ubuntu Instance via > RDP terminal. > > How can I do that? > > I can connect with Putty as Ubuntu user, and use the terminal > > Here are some problems: > > 1. If I ping the public IP assigned, there is a timout, it doesn't seem > to be online public. IP" > > 2. I login with putty with Ubuntu username, when I change to root > (command sudo su) there is a message that says "sudo: unable to resolve > host certifydocserver03" but then I am root user and I can do what I > want, is it normal? > 3. When I use in windows the RPD terminal (mstsc.exe) I put the pulic Ip > and the ubuntu user, then I receive an error message that states that > the IP is unreachable or RPD server is down. I floowed this guide to > configure it correctly > http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/ > > > > Thank you in advance > > Mario > Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost. > Please, send your messages using the new domain (Fiware-lab-help@lists.fiware.org) instead of the old one. >

          People

          • Assignee:
            danieles Daniele Santoro
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: