Updating SQL Server

In SQL Server Management Studio, navigate to the SysAdminTenant database, in Tables search for dbo.ApplicationSetting, and then in the 'ApiAllowedIps' row, add the OVOC Private or Public IP address manually (see Networking). For example ["169.254.0.1","10.201.80.4"]. You can configure either a single IP address or a range of IP addresses. Ranges can be configured:

Ranges can be types as follows:

172.17.190.60-172.17.190.65 allowing all IP addresses in range 172.17.190.60 through 172.17.190.65
192.168.178.0/24 allowing IP addresses in the 24 bit subnet for 192.168.170; thereby allowing 192.168.168.1 till 192.168.178.255

The default WAN interface for the OVOC IP public address is 169.254.0.1