Today we distribute our users, according to the company they are related, to different servers (all are connected as farm members to the main server).
For each client (company), we create a DNS, such as:
* companyA.ourproductdomain.com
* companyB.ourproductdomain.com
* companyC.ourproductdomain.com
Today, we are relating each of these DNSs to a specific public IPv4 address. Ideally, I would like to point them out all to the same IPv4 address (that is, to a gateway server), that could then proxy the connection to the actual server based on the incoming name.
My guess is that such thing is not implemented. I still wonder if the "DNS" and "NAT" settings described in the farm member setup are intented for this? The docs are not very clear for their use-case - could you please clarify?