Results 1 to 7 of 7

Thread: [RESOLVED] create DNS record

  1. #1

    Thread Starter
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Resolved [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#....

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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)
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3

    Thread Starter
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: create DNS record

    Quote Originally Posted by chris128 View Post
    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#....

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  5. #5

    Thread Starter
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    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#....

  6. #6
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  7. #7

    Thread Starter
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    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
  •  



Click Here to Expand Forum to Full Width