Hello. What I'd like to do is this:
(The domains here have been changed to protect the innocent.)
The PRTG server we have currently is accessible via prtg.contoso.loc , an internal domain. It uses AD authentication and it uses an internal SSL certificate generated by the Certificate Authority for the domain.
However, what I'd like to do is have an external DNS A record called prtg.fabrikam.org and attach an SSL certificate to that so that the server can be accessed via HTTPS from the outside and inside.
So, it is obvious that in order to complete one step of this process, the server needs to have two NIC's, one NIC is on the DMZ and would be configured to answer to prtg.fabrikam.com, while the other NIC answers to prtg.contoso.loc and is on the internal domain.
Setting the server to just exclusively work on the fabrikam.com domain won't work because AD is using prtg.contoso.loc (I know, it was a bad design)
How can I get the PRTG server to accept requests for both domains to the server?
The rationale for doing this, is that I'd like to configure the PRTG application on our cell phones, but in order to do that, the server must use an externally accessible URL. How can I configure this?
Thanks.
Add comment