Time-out issue

Nan 1 Reputation point
2020-03-16T19:01:53.097+00:00

We are attempting to connect to a software installed on our VM (using http). Port 80 is open, web app is installed, we've redeployed the VM. We still get a timed-out error no matter if we use public hostname or IP address, and no matter what computer we use or what WiFi we are connected to.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,083 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Paris Pantigoso 1 Reputation point
    2020-03-16T19:08:17.867+00:00

    Hi @Nan ,

    Please verify that your NIC private is being listened by your VM as follows:

    1. Get you NIC Private from your Azure VM Networking settings:

    4612-nic.png

    1. Bind the NIC Private IP (IPv4): running the following command with admin privileges from Powershell (please replace the NIC Private with yours)

    netsh http add iplisten 10.0.5.4