J
John Sitka
Hi,
Active Directory root zone is abccompany.com inside the firewall.
This (these) DNS server then uses forewarders to resolve Internet names.
But I need to resolve names for the DMZ webserver abc-company.com
which has the authouritative DNS server in the DMZ for abc-company.com.
So from the internet browser www.abc-company.com resolves fine to a static internet IP.
(our web server)
From behind the firewall I need to resolve www.abc-company.com to a non routable IP
192.168.x.x. This can be accomplished by each lan PC having an appropriate host entry.
But I would rather have the these entries statically resolved by the internal DNS Server.
The goal here is to have the external website resolve the same way from a client on the internet
as from clients behind the firewall.
I accidentally showed a fellow how conditional redirection could be used to make this work.
Now there are so many different asp. redirection pages I can't maintain these external virtual webs
without screaming.
externally
www.abc-company.com
www.def-company.com
www.ghi-company.com
all resolved by authouritative DNS in the DMZ to static Internet IP's
internally behind the firewall
www.abc-company.com 192.168.0.10
www.def-company.com 192.168.0.20
www.ghi-company.com 192.168.0.30
thanks
Active Directory root zone is abccompany.com inside the firewall.
This (these) DNS server then uses forewarders to resolve Internet names.
But I need to resolve names for the DMZ webserver abc-company.com
which has the authouritative DNS server in the DMZ for abc-company.com.
So from the internet browser www.abc-company.com resolves fine to a static internet IP.
(our web server)
From behind the firewall I need to resolve www.abc-company.com to a non routable IP
192.168.x.x. This can be accomplished by each lan PC having an appropriate host entry.
But I would rather have the these entries statically resolved by the internal DNS Server.
The goal here is to have the external website resolve the same way from a client on the internet
as from clients behind the firewall.
I accidentally showed a fellow how conditional redirection could be used to make this work.
Now there are so many different asp. redirection pages I can't maintain these external virtual webs
without screaming.
externally
www.abc-company.com
www.def-company.com
www.ghi-company.com
all resolved by authouritative DNS in the DMZ to static Internet IP's
internally behind the firewall
www.abc-company.com 192.168.0.10
www.def-company.com 192.168.0.20
www.ghi-company.com 192.168.0.30
thanks