Public ip connectivity and log issue.

Ryan Tuck 0 Reputation points
2025-02-11T14:00:10.7066667+00:00

Hello,

I have a CA server with port 8443 open, which also accepts REST requests. I've configured the NSG to allow outbound TCP traffic for the full 0-65K range and inbound TCP on port 8443, yet there's still no connectivity (both nc and REST) on that port. However, port 22 functions as expected. This could be an issue with the CA server, but the fact that it hangs instead of immediately rejecting connections suggests otherwise.

On a related note, I set up an NSG flow log to capture all traffic to troubleshoot this, but when attempting to query 'IPv4 NSG Flow Log Search,' I encounter the following error: 'where' operator: Failed to resolve table or column expression named 'AzureNetworkAnalytics_CL' Request id: 14963faf-13d7-4c72-8311-347ab6aa9642' I'm a bit stuck and would appreciate any help troubleshooting this.

Many thanks

Ryan

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.
2,630 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
566 questions
{count} votes

1 answer

Sort by: Most helpful
  1. chrischin 85 Reputation points Microsoft Employee
    2025-02-11T18:43:42.6466667+00:00

    Could be a number of things to include host-based firewall (e.g. Windows Defender Firewall) on the CA server. You can use Test-NetConnection on the CA server itself to see if the TCP listener on 8443 is working first then gradually move the testing further out (e.g. from adjacent server in same subnet, then server in different subnet but same VNet, all the way out to the actual clients. The connection troubleshooter feature of Network Watcher can help as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.