Is the self signed certificate free? As for the port forwarding, that is kind of what I am thinking, just a little hard testing from within the network... :) I will check once i get out of the office.
Main Topics
Browse All TopicsHello all. Here is the situation. Everything worked fine until Comcast replaced our modem, so I think it has something to do with that, but not sure. We have three servers each with local IPs of 10.0.0.2, 10.0.0.3, and 10.0.0.5. Exchange server is on the 10.0.0.2 server. Internally, I can type 127.0.0.1/exchange and get it to work, but when I type in our Static IP, Google comes back with a broken link error. the funny thing is with the old modem, if i just typed in our static IP by itself externally, it couldn't find anything, but now I get the login of the modem.
Comcast keeps wanting me to change the modem IP settings, but when I do, the only way to get to the internet is to change the IPs on my servers, which worked fine before as the 10.0.0.*. So, I still think there is something in the modem that is needing configuration. Comcast mentioned something about passthrough, and tried that, but to no prevail. I tried port forwarding port 80 and 443 even though we don't have a certificate to the exchange server, and nada.
I hope this makes sense.
Mike
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The self cert is free. You can download it as part of it iis res kit.
I found this site that explains how to do it.
http://www.somacon.com/p42
You may need to adjust for your server. Then you can assign that certificate to the exchange directory in iis.
Business Accounts
Answer for Membership
by: StevenWells99Posted on 2009-04-29 at 14:15:43ID: 24264886
Hi,
The problem is most likely to do with port forwarding rules on your modem/router.
You need to port forwared port 80 to your exchange server IP address. So when you open a broswer and enter your external IP address it should port forward to your exchange page. You should really put a certificate on your exchange server (self signed will do using iis6 reskit) if you are using exchange 2003.
It's most likely the modem has reserved port 80 for external management. That may need to be changed to internal admin only depending on make/model of modem
Hope this helps.