
Originally Posted by
Bardicrune
If it's just http(s) traffic you're concerned about, you could setup IIS/apache on the internal exemple.com server to forward the traffic to ext-www.exemple.com which would need to be setup as an A record to the correct host ip.
Although, I just looked at my setup and we've got the entry:
(same as parent folder) || Host (A) || xxx.xxx.xxx.123 [IP of external web server]
www || Host (A) || xxx.xxx.xxx.123 [Same IP as before]
and it works properly. All traffic to ourdomain.com goes to the external web ip.