I have two DMZ segments. The primary DMZ segment contains web servers and is NAT'd to external ip addresses. The secondary DMZ is a guest network and is NAT'd to a global pool with an address in the same public scheme as my web servers. The users in the secondary DMZ receive their DNS info from an external DNS server which resolves my web servers to their public ip addresses. I cannot access my web servers via their public ip addresses from my second DMZ segment. looks something like this (addresses are fictional):
DMZ1, web server 192.168.0.1 natted to 1.1.1.1, DNS record www.mysite.com
DMZ2 client 192.168.2.1 natted globaly to 1.1.1.10
attempt to access www.mysite.com from DMZ2 client fails.
any ideas?