Hello,
I have a brainbuster that I have been working on for some time and cannot figure out.
I will do my best to explain and if more information is needed, please let me know.
I have a relatively small network made up of 10 servers, and around 200 workstations. The IP addressing scheme used is 172.16.1.X. I have the DLINK DFL-800 set up with the IP address 172.16.1.1.
The problem lies with 2 webservers I am using. They are both running W2K3 and IIS6.0. They are hosting a 3rd party web application using Virtual Directories under the Default Web Site. Please note that all servers have 2 NIC cards, however one is disabled and the other is assigned the Private IP address.
The first webserver is located at private IP 172.16.1.5 and the second webserver is located at 172.16.1.11. Both webservers are published via ARP entries at 216.253.206.205 and 216.253.206.200 respectively.
Address Entries look like this:
Private_IPs
WEBSERVER1_ PRIVATE 172.16.1.5
WEBSERVER2_PRIVATE 172.16.1.11
Public_IPs
WEBSERVER1_PUBLIC 216.253.206.205
WEBSERVER2_PUBLIC 216.253.206.200
Services look like this:
Services_WEBSERVER1 Group http-in-all, PCAnywhere, VNC
Services_WEBSERVER2 Group http-in-all, PCAnywhere, VNC
Rules are set like follows:
WEBSERVER1 - SAT Port_Forwards all-nets wan1 WEBSERVER1_PUBLIC Services_Webserver1
WEBSERVER1 - Allow Port_Forwards all-nets wan1 WEBSERVER1_PUBLIC Services_Webserver1
WEBSERVER2 - SAT Port_Forwards all-nets wan1 WEBSERVER1_PUBLIC Services_Webserver2
WEBSERVER2 - SAT Port_Forwards all-nets wan1 WEBSERVER1_PUBLIC Services_Webserver2
*NOTE* The SAT rule is written to translate the Destination IP Address To: New IP Address: WEBSERVERX_PRIVATE
Now heres the kicker....I can get to my website, but there are places and javascript calls that open a new window to request the Private IP address of the webservers. This request will obviously time out since we can't resolve the private IP address 172.16.1.5 on the internet; however all addresses are reachable by substituting the public IP address of the server. Internally everything works like a charm! Unfortunately my software vendor is somewhat primitive and acknowledges this issue, but doesn't know how to solve it yet. I'm also unable to reach the public IP addresses of my servers from within the LAN.
I am looking for a way to reach these particular pages externally without the need to give a client a VPN account. I've heard that I can do so through IP Loopbacking, but this is not a supported feature on the DFL 800. I am completely open to using the DMZ port in the front of the DFL 800 or any other solutions you may have that can help fix this issue.
Thanks in advance for your assistance!