|
-
Jan 6th, 2010, 07:40 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] create DNS record
hi,
We just configured our network to allow use of Outlook Web Access outside of our network.
That means that if you visit 'https://<ip address>/exchange' , you get to the OWA website.
Is it possible to create a DNS entry for, say owa.ourdomain.com, to redirect to the above address?
If so, which kind of record should I use? A or CNAME?
I code C#....

-
Jan 6th, 2010, 12:42 PM
#2
Re: create DNS record
it would be an A record, a CNAME record is to point a host name to another host name, where as you want to point a host name to an IP address (which is exactly what an A record is for)
-
Jan 6th, 2010, 02:56 PM
#3
Thread Starter
Hyperactive Member
Re: create DNS record
 Originally Posted by chris128
it would be an A record, a CNAME record is to point a host name to another host name, where as you want to point a host name to an IP address (which is exactly what an A record is for)
ok.
I've tried that, but as far as I could tell, an A record can only point to an IP address, not the combination of protocol, IP address and folder.(https://<ip address>/exchange/)
perhaps I could just create a HTTP redirect on webmail.domain.com instead?
I code C#....

-
Jan 6th, 2010, 03:08 PM
#4
Re: create DNS record
Yes you cannot use DNS for that part but every company I have ever worked with has always just been happy enough to use https://webmail.ourdomain.com/exchange
But yeah you can just set it in IIS to automatically switch over to HTTPS if the user tries to go to http://webmail.ourdomain.com/exchange or alternatively like you say you can just have another page that redirects directly to the OWA address
-
Jan 6th, 2010, 03:33 PM
#5
Thread Starter
Hyperactive Member
Re: create DNS record
allright, I'll give that a try.
Thanks!
Edit: what's this? I can't give you reputation? I have to spread it around first?
I code C#....

-
Jan 6th, 2010, 03:43 PM
#6
Re: create DNS record
yeah you have to give rep to at least 10 other people before giving it to the same person again no worries anyway
-
Jan 8th, 2010, 05:08 AM
#7
Thread Starter
Hyperactive Member
Re: create DNS record
Well, cheers anyway
I code C#....

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|