Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
From your verbatim,
- I see you are using a 3rd party SIEM Tool in a Linux VM
- And you are not able to access the dashboard of this 3rd party SIEM Tool from another VM in same VNET
As next steps,
- Does the 3rd party provide any documentation for configuring this in Azure environment?
- Can you share the document please?
- May I ask on which port this dashboard listens to?
- (I believe this should be 443/80 - but please confirm)
- I see you mentioned ICMP Ping is successful. But what about TCPPing?
- From the Windows VM, you can run the following in Powershell to test TCP Port
- Test-NetConnection -ComputerName "<3rdPartySIEMVMPrivateIP>" -Port <PortAtWhich3rdPartySIEMVMListensTo>
- And share the results
- To check if there are any platform level blocking (NSG/UDR level), you can try NSG diagnostics or IP flow verify
- Run this in both the VMs - Inbound for 3rd party SIEM VM and Outbound for the Windows VM.
- And share the results of IP flow verify for both
Cheers,
Kapil