0

I am running django project on a azure ubuntu 18 machine. It runs on 8000 port. So I opened the port from security section of azure.

port opened

And the firewall is inactive on that machine.

firewall status

But still, I can't access the 8000 port.

web access

How to fix that?

uday
  • 352
  • 10
  • 30
  • Are you sure that django is up and running? Did you try to run netstat -atunp? Also you can double check if you have NSG linked to neither NIC or VNET. There is a resource called [Network Watcher](https://docs.microsoft.com/en-us/azure/network-watcher/diagnose-vm-network-traffic-filtering-problem) where you can make sure that everything is ok for NSG and network. – Taguada Apr 04 '21 at 00:42
  • I think you have to associate your network security group with a subnet or a specific network interface. – asmath Apr 04 '21 at 05:52
  • @asmath, it is created by default with the VM. So all the associations could be made already. And SSH rule is already working. – uday Apr 05 '21 at 06:20

0 Answers0