This time I am going to write about the procedure on setting up a Test Environment for understanding Mail Servers (sending and receiving emails- Internal to External and vice versa)
Here, in my case I first installed VMWARE ESXi server on my Server which has 8 GB RAM
Then deployed 3 virtual machines (VMs) with the Operating System as Windows Server 2003 SP2
Let me first explain why three VMs/Systems:
- Domain Controller and Exchange Server (Internal)
- RRAS (used for LAN Routing)
- Domain Controller and Exchange Server (External)
Setup a Static IP Address with a Completely Different Subnet for the Two Servers. For example setup 192.168.1.30 for one server and setup 192.168.20.30 for another server
Install and Configure DNS on both the identified Systems
Install and Configure Active Directory on both the identified Systems making it a completely new Domain Controllers (DCs) in a completely new forest for each one
Make sure that both the DCs are completely different domains in completely different forest
For Example: myhome.abc and company.abc
Prepare the server for Exchange Installation by running “forestprep” and “domainprep”
Once successful, install Exchange Server on both the identified Systems
Then go to the DNS Server snap-in and Configure both the DNS server to use each other as forwarders
For Example if we assume the two Server with the IP Address as:
- 192.168.1.30
- 192.168.20.30
Then we need to configure DNS Server 192.168.1.30 as a DNS forwarder for the server 192.168.20.30 and vice versa
To configure a DNS server to use forwarders
Open the DNS snap-in. In the console tree, click the applicable Domain Name System (DNS) server.
Where?
- DNS/applicable DNS server
On the Action menu, click Properties. On the Forwarders tab, click Edit. Type the IP address for the fully qualified domain name (FQDN) of a forwarder, and then click OK.
Once the DNS forwarding is completed, verify by sending an email to any user in the other Domain from the Existing one
For Example: Sending an Email from the Domain myhome.abc to company.abc which are two completely different domains in completely different forest working on different subnets connected via a router
Mail Sent Successfully isn't it ?
This setup can now be used to simulate a Internal Email to WAN and WAN to Internal Email, since we can assume and configure one of the Domains as Internal and the other on WAN connected via a Router which is RRAS in our case
All the best and Let me know how it goes or incase if you need any inputs
Thank you for reading :-)
No comments:
Post a Comment