An Azure network security service that is used to protect Azure Virtual Network resources.
Hi Santosh Kumar & thx for join me here at Q&A portal,
port 3299 is only one part of it. A timeout means the traffic is being dropped somewhere, not refused by SAProuter.
Check the full path NSG allows inbound to the SAProuter VM NIC/subnet, Azure Firewall allows inbound DNAT / network rule if traffic passes through it, VM OS firewall allows TCP 3299, SAProuter is actually listening on 0.0.0.0:3299 or the right private IP, UDR/routing sends return traffic back the same way, No NVA/firewall is blocking outbound return traffic. From the SAProuter VM, run
netstat -ano | findstr 3299
From another machine, test
Test-NetConnection <saprouter-public-ip-or-dns> -Port 3299
If Azure Firewall is in the path, check Firewall logs. That will tell u if the traffic is denied or not even reaching it.
If NSG rules are correct but the timeout stays, my bet would be routing, Azure Firewall DNAT/rules, or the service not listening. NSG gets blamed a lot, but it’s not always the villain.
rgds,
Alex &
pls if my answer was helpfull mark it as an answer & follow me here and at my blog https://ctrlaltdel.blog/