Cannot Connect

Sysprogs forums Forums VisualGDB Cannot Connect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9069
    juncus
    Participant

    I have installed Visual Studio 2015 and VisualGDB on one virtual machine and Ubuntu Studio is installed on another.

    Trying to start the first example hello world project I get these errors.

    I’ve seen  a report about “The Requested name is valid, but no data of the requested type was found” [using the host name] and “No connection could be made because the target machine actively refused it 127.0.1.1:22” [using the ip address].

    I have installed OpenSSH and set the service running. I have also tried stopping the DHCP service as recommended. Neither solve the problem.

    Does anyone have any other suggestions please?

    #9074
    support
    Keymaster

    Hi,

    The “127.0.0.1” address always refers to the “current machine”, so if you try to connect to 127.0.0.1 from VisualGDB, it will try to connect to the Windows machine itself and will not work. Please use the “ifconfig” command on the Linux machine to find our its actual IP address and use it instead. Please also ensure that your VM network settings are configured in a way that allows the two machine to communicate with each other (e.g. bridged connection to your local network).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.