G
Gordon Fecyk
I'm running a Win2K DC behind a firewall and I have only certain ports
forwarded for Internet clients. I also have Win2K Pro workstations behind
the NAT. The DNS zone is AD-integrated. The server and all stations behind
the NAT are using private IPs.
I want Internet clients to be able to reach the machine by name properly.
My first thought - have a separate A RR for "www" - would work except the
machine is also a Certificate Server and it's already prepared certificates
under its own FQDN (srv1.pan-am.ca). I'd rather not create a new server
certificate for "www.pan-am.ca" if possible, though if I have to I will.
It's just the server creates a cert for itself for other purposes under the
server's true name.
So that leaves me with having to create a second A RR for the public IP, or
create a new non-default website for "www" and have it make up its own
certificate. This might fail with browsers that don't support HTTP 1.1, not
to mention cause havoc with other things I want SSL for like POP3, so I'd
like to avoid making another web site if possible. This is where DNS magic
comes in.
I don't suppose I can specify, depending on where the requesting client is,
which A RR record is returned? IE: for within the private IP space return
the private IP and for all other clients return the public IP.
forwarded for Internet clients. I also have Win2K Pro workstations behind
the NAT. The DNS zone is AD-integrated. The server and all stations behind
the NAT are using private IPs.
I want Internet clients to be able to reach the machine by name properly.
My first thought - have a separate A RR for "www" - would work except the
machine is also a Certificate Server and it's already prepared certificates
under its own FQDN (srv1.pan-am.ca). I'd rather not create a new server
certificate for "www.pan-am.ca" if possible, though if I have to I will.
It's just the server creates a cert for itself for other purposes under the
server's true name.
So that leaves me with having to create a second A RR for the public IP, or
create a new non-default website for "www" and have it make up its own
certificate. This might fail with browsers that don't support HTTP 1.1, not
to mention cause havoc with other things I want SSL for like POP3, so I'd
like to avoid making another web site if possible. This is where DNS magic
comes in.
I don't suppose I can specify, depending on where the requesting client is,
which A RR record is returned? IE: for within the private IP space return
the private IP and for all other clients return the public IP.