|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have an externally facing DNS stand alone windows 2003 server. I also have
a domain we'll call abc.local which is also running an exchange 2003 server. Is it possible to use this stand alone DNS server which is in workgroup mode to point all incoming mx lookups to this other domain? Basically the external DNS server is hosting abc.com and the second is abc.local. How would I do it? Using the DNS windows DNS is appears to want a host or parent object part of the same domain. I dont think I could create a new primary zone on the external dns server because I dont know how I would map that. Maybe this isnt even possible. I didnt really want to have the internal dns server also host the external dns entries for the web sites. Thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"JT" <no@mail.here> wrote in message news:uF%23mSVpsHHA.508@TK2MSFTNGP02.phx.gbl... >I have an externally facing DNS stand alone windows 2003 server. I also >have a domain we'll call abc.local which is also running an exchange 2003 >server. Is it possible to use this stand alone DNS server which is in >workgroup mode to point all incoming mx lookups to this other domain? Yes, of course, IF it holds the external zone for which you wish to provide the MX. abc.com MX ---> points to anywhere you wish as long as it has a public DNS record, routable IP, and can actually be routed (not filtered by a firewall) for SMTP. > Basically the external DNS server is hosting abc.com and the second is > abc.local. How would I do it? You cannot however point it to abc.local (successfully) since that name is NOT publicly resolvable. You can point it to smtp.abc.com (or any other public name) and give an IP that accessible on the Internet (routable) and can be "mapped" to an internal address through (some type of) a NAT > Using the DNS windows DNS is appears to want a host or parent object part > of the same domain. I dont think I could create a new primary zone on the > external dns server because I dont know how I would map that. Why new zone? What zone/domain will the MX record serve? Sounds like Abc.com which goes in the ABC.com zone. > Maybe this isnt even possible. I didnt really want to have the internal > dns server also host the external dns entries for the web sites. The internal DNS server will do no good for a PUBLIC MX record (where it is needed.) -- Herb Martin, MCSE, MVP http://www.LearnQuick.Com (phone on web site) |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Thanks Herb,
So using Microsoft's DNS server on the external facing dns server, could i add a new host record cand call it lets just say 'mail' and map that to an internal ip of 10.1.1.x. Then create an mx record to point to the mail host name? I would be just as happy having the external name as mail. so i guess if i were to use owa for instance it would be mail.mydomain.com/exchange. Or in this case I am to understand that I would need a public IP for the mail server AS WELL as the Web server? This is what I am understanding from reading your comment maybe Im incorrect. Another example if you will. Say I wanted to drop the mail server on the same server as the web server (against all normal security best practices) then one publicy accessible IP would suffice then correct? And as such the internal MX record would point to the hostname of the DNS/Web/Mail server?! May be an easier approach in this case regardless of best practices. Can you confirm or suggest otherwise? Greatful for your assistance. Thanks "Herb Martin" <news@learnquick.com> wrote in message news:uMaNRQtsHHA.2124@TK2MSFTNGP02.phx.gbl... > > "JT" <no@mail.here> wrote in message > news:uF%23mSVpsHHA.508@TK2MSFTNGP02.phx.gbl... >>I have an externally facing DNS stand alone windows 2003 server. I also >>have a domain we'll call abc.local which is also running an exchange 2003 >>server. Is it possible to use this stand alone DNS server which is in >>workgroup mode to point all incoming mx lookups to this other domain? > > Yes, of course, IF it holds the external zone for which you wish to > provide > the MX. > > abc.com MX ---> points to anywhere you wish as long as it > has a public DNS record, routable IP, and can actually be routed (not > filtered > by a firewall) for SMTP. > >> Basically the external DNS server is hosting abc.com and the second is >> abc.local. How would I do it? > > You cannot however point it to abc.local (successfully) since that name is > NOT publicly resolvable. > > You can point it to smtp.abc.com (or any other public name) and give an > IP that accessible on the Internet (routable) and can be "mapped" to > an internal address through (some type of) a NAT > >> Using the DNS windows DNS is appears to want a host or parent object part >> of the same domain. I dont think I could create a new primary zone on the >> external dns server because I dont know how I would map that. > > Why new zone? What zone/domain will the MX record serve? > > Sounds like Abc.com which goes in the ABC.com zone. > >> Maybe this isnt even possible. I didnt really want to have the internal >> dns server also host the external dns entries for the web sites. > > The internal DNS server will do no good for a PUBLIC MX record (where > it is needed.) > > -- > Herb Martin, MCSE, MVP > http://www.LearnQuick.Com > (phone on web site) > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
"JT" <no@mail.here> wrote in message news:%23X%23oeX3sHHA.4196@TK2MSFTNGP03.phx.gbl... > Thanks Herb, > > So using Microsoft's DNS server on the external facing dns server, could i > add a new host record Add a new host record TO A ZONE. All records must live in SOME ZONE. > cand call it lets just say 'mail' mail.zonename.com or whatever. > and map that to an internal ip of 10.1.1.x. No, that wouldn't work since INTERNAL IPs (Locally Administered IP ranges actually) are NOT routable on the Internet so while you could add this, no one could contact you there. You must have a public address (on the outside of your NAT/Router) which is MAPPED (in the NAT) to the Internal Address where the real server lives. You map external Address and PORT to the Internal ADDRESS and PORT combination. > Then create an mx record to point to the mail host name? I would be just > as happy having the external name as mail. so i guess if i were to use owa > for instance it would be mail.mydomain.com/exchange. Or in this case I am > to understand that I would need a public IP for the mail server AS WELL as > the Web server? This is what I am understanding from reading your comment > maybe Im incorrect. Another example if you will. Say I wanted to drop the > mail server on the same server as the web server (against all normal > security best practices) then one publicy accessible IP would suffice then > correct? And as such the internal MX record would point to the hostname of > the DNS/Web/Mail server?! May be an easier approach in this case > regardless of best practices. > > Can you confirm or suggest otherwise? > > Greatful for your assistance. > > Thanks > > > "Herb Martin" <news@learnquick.com> wrote in message > news:uMaNRQtsHHA.2124@TK2MSFTNGP02.phx.gbl... >> >> "JT" <no@mail.here> wrote in message >> news:uF%23mSVpsHHA.508@TK2MSFTNGP02.phx.gbl... >>>I have an externally facing DNS stand alone windows 2003 server. I also >>>have a domain we'll call abc.local which is also running an exchange 2003 >>>server. Is it possible to use this stand alone DNS server which is in >>>workgroup mode to point all incoming mx lookups to this other domain? >> >> Yes, of course, IF it holds the external zone for which you wish to >> provide >> the MX. >> >> abc.com MX ---> points to anywhere you wish as long as it >> has a public DNS record, routable IP, and can actually be routed (not >> filtered >> by a firewall) for SMTP. >> >>> Basically the external DNS server is hosting abc.com and the second is >>> abc.local. How would I do it? >> >> You cannot however point it to abc.local (successfully) since that name >> is >> NOT publicly resolvable. >> >> You can point it to smtp.abc.com (or any other public name) and give an >> IP that accessible on the Internet (routable) and can be "mapped" to >> an internal address through (some type of) a NAT >> >>> Using the DNS windows DNS is appears to want a host or parent object >>> part of the same domain. I dont think I could create a new primary zone >>> on the external dns server because I dont know how I would map that. >> >> Why new zone? What zone/domain will the MX record serve? >> >> Sounds like Abc.com which goes in the ABC.com zone. >> >>> Maybe this isnt even possible. I didnt really want to have the internal >>> dns server also host the external dns entries for the web sites. >> >> The internal DNS server will do no good for a PUBLIC MX record (where >> it is needed.) >> >> -- >> Herb Martin, MCSE, MVP >> http://www.LearnQuick.Com >> (phone on web site) >> > > |
|
![]() |
| Outils de la discussion | |
|
|