How Application Control Work
Hello,
Yesterday i facing issue where from client not able access to Azure MSSQL, then i found some information from Azure team that deploying MSSQL on azure have 2 kind of connections policy such is :
- Proxy : With this policy the client only need connect to one single port for MSSQL TCP/1433
- Redirect : With this policy, the connection need other port range from 110000 - 11999 beside TCP/1433
The issue yesterday is on our Fortinet application control the MSSQL is already allowed but the client still not able to connect because the MSSQL using redirect mode which is need open port range from 11000-11999.
On the log i also can see there is MSSQL is blocked and also I can see the port used is 11050.
Here i want to know how application can knowing this port 11050 is belong to MSSQL?

