Can't access port 80 for web service on Azure machine

余生颓废 提交于 2020-01-16 13:05:20

问题


I have a virtual machine with NSG and I allowed inbound traffic for 80 port. But I can't access to 80 port.

A public IP is 54.44.23.x and private IP is 10.0.0.x. It's working with private IP address on VM itself.


回答1:


Please check your virtual network subnet NSG settings, make sure port 80 have allowed in NSG inbound rules.

By the way, you should check VM's firewall, make sure port 80 allowed in that inbound rules.



来源:https://stackoverflow.com/questions/49528624/cant-access-port-80-for-web-service-on-azure-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!