I am trying to setup my Analysis Models to populate to an on-premises server. The instructions are telling me :
- To achieve this scenario, where SQL Server needs to be accessed using the same IP address/FQDN both externally and internally, you can set up Split DNS or a Hosts file entry on the server running the SQL Server instance.
I have tried to edit the host file by adding the external/public IP address as follows.
Internal IP Exeternal IP or FRQN/Server Name
172.xx.xx.67 rs-IFS-biServer.domain.com
172.xx.xx.67 rs-IFS-biServer
172.xx.xx.67 170.xx.xx.245
Am I doing this right or do I have it backwards?