02-28-2002 09:09 AM - edited 02-20-2020 09:59 PM
I have two web servers sitting on my DMZ. Both have 10.1.1.x addresses translated to global IP's. One is a Notes Web Server, the other IIS 5.0. Both servers are accessable from the outside by going to their respective URL and/or IP address. However, there is the need to provide a link from the Notes webserver to the IIS web server. This link, which works on the internal network, does not work when on the outside network. The link is hard coded to the 10.1.1.x address and the IIS server isn't replying to the origin system. Is this a PIX configuration issue and if so, how can it be corrected? Thanks.
03-01-2002 11:23 AM
so you have a webpage on 1 server with a link to a page on the other server. correct ?
Do you use an internal ip address to setup this link ?
Or do you use a DNS name ?
I would suggest to try to use the outside dns name for this.
03-04-2002 09:21 AM
It was the internal IP address. I have read the other responses as well (thank you all) and feel like kicking myself in the butt over this one. Of course the internal IP address isn't going to reply. We have a DNS name for one web server, only IP for the other. I'm going to switch over to external IP and test as this should resolve the issue. Again, thanks for the replies.
03-03-2002 07:40 PM
Gilles is right with his answer. You cannot hardcoded a private IP address within your web page and hope external clients access it with the internal address.
You should use the public host name, not the public IP address, within web page.
Benoit
03-03-2002 10:26 PM
Thise solution will work for external conenctions, but if a host from the internal network tries the same link, you may have problems.
03-06-2002 01:21 AM
Use the ALIAS command to resolve this issue.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide