Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > SBS 2008 OWA not working

Reply
Thread Tools Display Modes

SBS 2008 OWA not working

 
 
ColinA
Guest
Posts: n/a

 
      09-27-2009
Hi, new boy to SBS 2008, but very familiar with SBS 2003...

Just setup my SBS 2008 server, all seems to be working fine, when I test my
OWA internally on the server console it all works fine...

However, when I try to access it from the web I get the message saying
"Internet Explorer cannot display the Web page"...?

Opened up port 443 on my firewall and directed it to the internal address of
the server..., so that is okay...

At the web browser trying to connect to https://myipaddress/owa

That should work...?, but it doesn't.., can some one point me in the right
direction..?, I've run the internet connection wizard etc.., and that went
thro fine and users are accessing the web..., but cannot get OWA from the
internet... :-(

Thanks

Colin

 
Reply With Quote
 
 
 
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      09-27-2009
"ColinA" <> wrote in message
news:...
> Hi, new boy to SBS 2008, but very familiar with SBS 2003...
>
> Just setup my SBS 2008 server, all seems to be working fine, when I test
> my OWA internally on the server console it all works fine...
>
> However, when I try to access it from the web I get the message saying
> "Internet Explorer cannot display the Web page"...?
>
> Opened up port 443 on my firewall and directed it to the internal address
> of the server..., so that is okay...
>
> At the web browser trying to connect to https://myipaddress/owa
>
> That should work...?, but it doesn't.., can some one point me in the right
> direction..?, I've run the internet connection wizard etc.., and that went
> thro fine and users are accessing the web..., but cannot get OWA from the
> internet... :-(
>
> Thanks
>
> Colin



Do you have an external record created for your external domain name that
points to your OWA? If so, does it work by
https://mail.yourDomainName.com/owa? OWA is based on hostheaders, and using
the IP is not the best way to do this.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCTS 2008, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA
Messaging
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
ColinA
Guest
Posts: n/a

 
      09-27-2009
Hi, no I've not had time to hook up an A record yet...., how critical is
that?, it always works okay with SBS 2003...?

Regards

 
Reply With Quote
 
Cliff Galiher
Guest
Posts: n/a

 
      09-27-2009
As Ace said, OWA works by host headers.

Like any web server that uses host headers (IIS isn't the only one), if the
header doesn't match then it doesn't know which page (if any) to serve up.
So yes, it is critical. As far as it working in SBS 2003, that didn't use
host headers, but was also a lot more fragile.

-Cliff


"ColinA" <> wrote in message
news:...
> Hi, no I've not had time to hook up an A record yet...., how critical is
> that?, it always works okay with SBS 2003...?
>
> Regards


 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      09-27-2009
"Cliff Galiher" <> wrote in message
news:...
> As Ace said, OWA works by host headers.
>
> Like any web server that uses host headers (IIS isn't the only one), if
> the header doesn't match then it doesn't know which page (if any) to serve
> up. So yes, it is critical. As far as it working in SBS 2003, that didn't
> use host headers, but was also a lot more fragile.
>
> -Cliff
>


Agreed with SBS 2008. There are too many things going on in IIS possibly
using the same port.

Ace



 
Reply With Quote
 
ColinA
Guest
Posts: n/a

 
      09-28-2009
So, if I just add the A record, remote.mydomian.com, which points to my
external facing IP addresss that should clear up the probs...?

Thanks in advance..

 
Reply With Quote
 
Cliff Galiher
Guest
Posts: n/a

 
      09-28-2009

As long as that was the address you gave during the install, yes.

-Cliff


"ColinA" <> wrote in message
news:...
> So, if I just add the A record, remote.mydomian.com, which points to my
> external facing IP addresss that should clear up the probs...?
>
> Thanks in advance..


 
Reply With Quote
 
ColinA
Guest
Posts: n/a

 
      09-29-2009
Well, I've setup the A record and it points to remote.mydomain.com , when I
connect to https://remote.mydomain.com/owa I still cannot connect...?, same
as before...

Works fine internally and I can get on to the server via other methods such
as RDP, they are all okay...

Port 443 is forwarded to the internal address of the server..., so that is
fine...

Bit lost with all this....

Is there any other test I can run to check...?

Regards
Col



 
Reply With Quote
 
Cliff Galiher
Guest
Posts: n/a

 
      09-29-2009
Since you didn't have an A record set up, I'm guessing that you may not have
even given the website a URL for external access. I'd start by running the
"Fix My Network" wizard. Should be a good start on straightening you out.

-Cliff



"ColinA" <> wrote in message
news:...
> Well, I've setup the A record and it points to remote.mydomain.com , when
> I connect to https://remote.mydomain.com/owa I still cannot connect...?,
> same as before...
>
> Works fine internally and I can get on to the server via other methods
> such as RDP, they are all okay...
>
> Port 443 is forwarded to the internal address of the server..., so that is
> fine...
>
> Bit lost with all this....
>
> Is there any other test I can run to check...?
>
> Regards
> Col
>
>
>

 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      09-29-2009
"Cliff Galiher" <> wrote in message
news:...
> Since you didn't have an A record set up, I'm guessing that you may not
> have even given the website a URL for external access. I'd start by
> running the "Fix My Network" wizard. Should be a good start on
> straightening you out.
>
> -Cliff
>



Cliff,

Will the wizard set the appropriate URL in the CAS portion of Exchange (for
OWA, ActiveSync, Exchange, etc ExternalURL attribute for the virtual
servers)?

If not, I would check Exchange 2007 Server Config\Client Access and check
each virtual server properties and make sure the ExternalURL attribute is
set to https://remote.mydomain.com/owa.

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SBS 2008 Out Of Office Not Working Chad Windows Small Business Server 6 07-03-2009 08:37 PM
folder redirection sbs 2008 not working yordy25 Windows Small Business Server 0 05-12-2009 07:33 AM
OWA not working in SBS 2008 Scott H. Windows Small Business Server 14 03-20-2009 09:24 PM
Out-Of-Office not working, SBS 2008 RobW Windows Small Business Server 4 02-21-2009 04:38 PM
Windows 2008 server not working Jose Manuel Windows Server 0 12-10-2008 11:25 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59