We have a multi-tenant environment.
We have a case where we have to deploy tenants to a Web application with a non standard port (i.e. not to the default 80-port web application). Each tenant has HNSC like tenant1.domain.com
We have setup the new web application as we did with the original one - we have only specified the port to run on.
We have deployed a testing tenant to the new web application and created a DNS entry for it, specifying the Web application's custom port.
However, when trying to open tenant's site collection (tenant1.domain.com:8282 for example), it fails (saying that the site cannot be found). Running the SharePoint cmdlets would allows us to interact with their site collection, it also shows in CA, but still we cannot access it.
What we are missing here?