Avatar of thegiantsmurf
thegiantsmurf
Flag for United Kingdom of Great Britain and Northern Ireland asked on

SBS 2003 R2 Access for OWA over iPad's & Iphones

My current setup is as follows:

1 x SBS 2003 R2 server allowing OWA - this works flawlessly with outlook + IE
Several Ipad's & Iphones which will connect to the OWA mailbox when I use server.domainname in the config.

My problem happens when the user returns to where the server is placed, when ever they attempt to view their email on the same network as the server it fails to resolve.
The only solution I've found so far is to create a seperate entry on the iphone for server.domain.local (not the normal .co.uk domain)  This is turn works a treat when local, BUT obiously not when roaming.

Is there an DNS / routing setup wrong somewhere which would allow server.domainname to work locally instead of manually changing setting to .local ?
I've set this up on Exchange 2007 and it all works fine (at a seperate location), SBS is just casuing me so much grief, please help.
SBSExchangeDNS

Avatar of undefined
Last Comment
Chris Dent

8/22/2022 - Mon
James

This will not be possible for DNS to resolve this.
ASKER CERTIFIED SOLUTION
Chris Dent

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ormerodrutter

But why you are not using ActiveSync?
thegiantsmurf

ASKER
I've done the forward lookup and reset the server later today.
I just need to kick the user's off
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Chris Dent


You shouldn't need to reset the server, it's the clients (the iPads and stuff) that'll remember the old address, they're the ones that need to forget. If all else fails they will eventually (anything from an hour to a day if they're switched on all the time).

Chris
Nathan-B2B

The way I read your problem is that when the iphone/ipad tries to sync their email while they are in the office, it does not work, but when they are out of the office it will work fine?

I'm assuming you have a WAP connected to the internal network and the iphone/ipad are connecting to this WAP while in the office?

If so, you need to create a new forward lookup zone in DNS on the SBS server.

Create the zone as mydomain.co.uk (or whatever the domain is that the devices use).

Then add a new A record with the prefix that you use on the devices, so if you use the servername of mail.mydomain.co.uk on the iphones/ipad then create a new A record of mail.

Then have the new A record point to the INTERNAL ip address of the SBS server.

NOTE - this will now mean that everyone on the trusted network at the office, will resolve DNS to this new domain, so if you have existing WWW records, or anything else, like FTP or other A records, you will need to manually enter these in as well, otherwise it will break for internal office uses.

This should then mean that when the devices are in the office, DNS mail.mydomain.co.uk should resolve to the internal IP address of the server and when they are out of range of the WAP, they will resolve to your external IP address from your ISP.

Hope this helps.
Chris Dent

> so if you have existing WWW records, or anything else, like FTP or other A records, you will need to manually enter these
> in as well, otherwise it will break for internal office uses

The method I outlined above avoids the need to do that.

Chris
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
thegiantsmurf

ASKER
Chris' solution seems to be working, but the update to the devices is very slow,
Is this normal - 20 mins to download an in box to an iPad for example ?

Does anyone have any data on this?

Thanks..
Chris Dent

Hmm it should be fast with it being on the local network. All this does is provide the device with the internal IP of the server instead of the external IP.

It's possible it's still caching something of the old connection, but I don't really have any experience with iPad / iPhone to say what the best step would be there.

Chris