Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > Re: Configuring Domain Name for internal/external access

Reply
Thread Tools Display Modes

Re: Configuring Domain Name for internal/external access

 
 
Joe
Guest
Posts: n/a

 
      08-14-2010
On 14/08/10 13:49, happyhacker wrote:
> Well I sort of think i've got it right. Please comment on the following
> points:
>
> 1. I have created an internal domain name of "audor.org" the system has
> registered this as "remote.audor.org".
> 2. Our external domain name is www.acdorchester.org.
> 3. I now need to purchase a domain name of www.audor.org and point the A
> record to the fixed IP address ISP has given. This will allow external
> access for management and roaming staff.
>
> Please comment and advise on any changes necessary. I am not sure if I
> really need to purchase another one?
>
>

The Microsoft recommended configuration for SBS is to use an internal
domain name that is guaranteed not to be legal on the Internet (e.g.
domain.local or domain.lan), to avoid complication in DNS serving.
Practical experience backs up this recommendation: you don't want the
SBS DNS server to be visible from the Internet, and you don't want to
try to maintain two sets of DNS entries for a single domain. The
hostname used for your SBS does not need to bear any relationship to
anything else, and is never visible outside the network.

Any Internet domain(s) can be used for email. Any Internet domain name
can be used for remote access by adding a new hostname, such as in your
case remote.acdorchester.org. You need to create or request a DNS A
record held at your domain host which links the new remote hostname to
your public IP address. You can create a new domain for this purpose,
but it isn't necessary, and as I said, it's strongly recommended that
you don't use any such name for the internal domain.

If you wish to send and receive email directly via SMTP (recommended)
you will need further public DNS entries. One is the MX record, held by
your email domain host (presumably for the acdorchester.org domain)
which must be set to the name of an A record which points to the IP
address. The MX should not be set to the IP address directly, some mail
servers will work with this setup but many will not. The relevant RFC
explicitly states that the MX record must point to a hostname.

The MX record is necessary to receive mail. To send email directly, you
will also need a PTR (reverse DNS) record for your IP address (therefore
held by your ISP) which points to an A record which points back to the
IP address. So in this case your PTR would read
'remote.acdorchester.org' and the A record 'remote.acdorchester.org'
would point back at the IP address. Unless your IP address is on an
email blacklist, this combination should allow email to be delivered to
pretty much all of the world's servers. The PTR-A pair do not have to
match your MX record in any way, though it does no harm if they do and
it's usually convenient. My PTR-A pair are based on a subdomain of my
ISP, and my email domains are almost completely unrelated to this.

--
Joe
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup Not Completeing Bogong Windows Small Business Server 11 05-11-2010 02:00 PM
Windows 2000 single label domain problem Gregg Hill Windows Server 31 03-08-2010 05:47 AM
Re:Suddenly can not add computers to the Domain after server crash tr777ple tr777ple Active Directory 0 02-17-2010 05:54 PM
Unable to add computer to domain Nik Active Directory 5 12-18-2009 08:29 PM
Re: Migrate from one 2003 Domain to another 2003 Domain Meinolf Weber [MVP-DS] Server Migration 0 10-22-2009 07:35 AM



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 58 59