Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Cisco (http://www.velocityreviews.com/forums/f27-cisco.html)
-   -   IP Address, MX Record, A Record Question (http://www.velocityreviews.com/forums/t368963-ip-address-mx-record-a-record-question.html)

K.J. 44 09-06-2006 04:35 PM

IP Address, MX Record, A Record Question
 
Hi,

This is kind of a dumb question but I want to see if I can do this. I
have a single server running my domain and my exchange server. I have
a name for it inside the company, say server1.mydomain.com

Now when I create an MX record, do I have to use the
server1.mydomain.com, or can I just create an MX record for
mail.mydomain.com, then an A record to reflect the IP address of
mail.mydomain.com to the same IP as server1.mydomain.com. Though the
server is not named mail.mydomain.com, the records will still point to
the same IP.

This will work won't it?

So what I would have is my mail.myserver.com A record point to a public
IP that is static NAT to the internal server.

Thanks in advance.


Chad Mahoney 09-06-2006 05:01 PM

Re: IP Address, MX Record, A Record Question
 

K.J. 44 wrote:
> Hi,
>
> This is kind of a dumb question but I want to see if I can do this. I
> have a single server running my domain and my exchange server. I have
> a name for it inside the company, say server1.mydomain.com
>
> Now when I create an MX record, do I have to use the
> server1.mydomain.com, or can I just create an MX record for
> mail.mydomain.com, then an A record to reflect the IP address of
> mail.mydomain.com to the same IP as server1.mydomain.com. Though the
> server is not named mail.mydomain.com, the records will still point to
> the same IP.
>
> This will work won't it?
>
> So what I would have is my mail.myserver.com A record point to a public
> IP that is static NAT to the internal server.
>
> Thanks in advance.


Sounds good to me... You may want to change the name on your SMTP
connector to reflect the A record you are creating.


Walter Roberson 09-06-2006 05:14 PM

Re: IP Address, MX Record, A Record Question
 
In article <1157560523.651090.81640@d34g2000cwd.googlegroups. com>,
K.J. 44 <Holleran.Kevin@gmail.com> wrote:
>This is kind of a dumb question but I want to see if I can do this. I
>have a single server running my domain and my exchange server. I have
>a name for it inside the company, say server1.mydomain.com


>Now when I create an MX record, do I have to use the
>server1.mydomain.com, or can I just create an MX record for
>mail.mydomain.com, then an A record to reflect the IP address of
>mail.mydomain.com to the same IP as server1.mydomain.com. Though the
>server is not named mail.mydomain.com, the records will still point to
>the same IP.


>This will work won't it?


Yes, as long as you do it that way. The host named in an MX record
must not be a CNAME, so don't try

mail.mydomain.com IN CNAME server1.mydomain.com

but it is quite valid to have multiple A records that have the same IP.

Note, however, that especially if it is your outgoing mail server,
then hosts will do reverse DNS on the address, and some of them
might complain if the names do not match. You're probably fine as long
as the forward and reverse are in the same subdomain, but if they
are in completely different domains then various anti-spam systems
would refuse the email.


All times are GMT. The time now is 07:28 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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