How to make a connectivity to an Ip Address from Azure Hosted DC

Nithin Johny 25 Reputation points
2023-05-23T15:33:28.3033333+00:00

How to make a connectivity to an Ip Address from Azure Hosted DC ?

I have tried to create inbound and outbound rule from NSG ,but still no connectivity .

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
5,265 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
1,413 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jackson Martins 7,466 Reputation points
    2023-05-23T15:46:08.2766667+00:00

    Hi @Nithin Johny

    You'll typically need to ensure the proper Network Security Group (NSG) rules are in place, as you've done. However, there could be other potential issues preventing the connectivity, such as firewall rules on the destination or source servers, routing issues, or Azure configuration problems.

    Try to check Windows Firewall from inside VM

    Check the antivirus is not blocking ( I already faced problems with Panda and Bitdefender)

    You can diagnostic on Network Watcher

    Network Watcher's IP flow verify or Next hop capability can help you understand if a rule is blocking your traffic.

    User's image

    On network Watcher go to Effective security rules, See if you have more NSG associated:

    User's image

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--


2 additional answers

Sort by: Most helpful
  1. Nithin Johny 25 Reputation points
    2023-05-23T16:00:22.21+00:00

    Hi ,

    I have tested with network watcher ,possible if you can advice me why the Denyallinboud rule take even after I created a different rule with priority100Screenshot 2023-05-23 105939


  2. Nithin Johny 25 Reputation points
    2023-05-23T16:19:39.36+00:00

    But for some reason it is still not working User's image