Thank you for responding,
I do in fact have an additional external IP address. The way it is setup now is I have Comcast coming in via their bridge SMC device. Connected to the SMC is a single Linksys wireless router. Connected to the Linksys router is my web server. Right now the Linksys router is configured to NAT port 80 to my IIS 6 web servers (the default website is configured to use port 80). I also setup a NAT connection to another web site on my web server and use port 8080. Both of these work perfectly.
The problem comes in with the my email server. I have RHEL5 running on VMware on the same server. On the RHEL5 I have installed Zimbra email. I can browse this email server perfectly fine from within my network. The Zimbra server has a private IP address and is included on my internal DNS.
As mentioned I do have an additional IP address (in fact I purchased a 5 block from Comcast). I just don't know how to properly configure this. I tried to setup another web server on IIS6 but I just don't fully understand how all this is going to work? In the end I want to provide access to the Zimbra email server via an IFrame within my web portal. But as it stands this only works for internal users who share our common internal IP network 192.168.1.x.
So do you see a way forward for me given my current mix of hardware and software or do I need to spring for either a new router that could handle more sophisticated networks or just get another server and run RHEL5/Zimbra on there.
Thanks very much!
Main Topics
Browse All Topics





by: StrifeJesterPosted on 2009-03-25 at 14:10:54ID: 23984768
The iframe is jsut loading the page using the link. http://192.168.1.2/page.ht m will not work outside of your office, this is how it should be. You can do a few different things to resolve this. Point a subdomain such as internal.example.com to the internal server, meaning you will have to give it an internal IP address or at least use a different port and use NAT to send the requests in. The easiest solution is if you have multiple external IP address available is to assign one to the server and use the sub domain pointed to that external IP you will also have to make sure to update your internal DNS to make sure it knows to route the traffic properly. Without know your firewall and a few other details about your setup that is about all I can help with. If yo ucan give more details I will try to help a little more.