Kenmasters Posted March 28, 2010 Share Posted March 28, 2010 Hello guys I need your help to create my LAN on VMwareI want to create a LAN with:- 1 DC Server AD with Windows Server 2008- 1 Network Server DNS/DHCP with Windows Server 2008- Clients on XPI don’t understand where I must begin. For example, I saw that AD role include DNS role but I don’t want the DNS role in my Domain Controller server. I want DNS role on my network server. Can I do that?It’s possible to create this LAN on VMware without communicates/disturb my Home LAN?I set 192.168.1.10 255.255.255.0 on my Active Directory Server and 192.168.1.11 255.255.255.0 on my Network Server but What I can set for the Gateway? I need absolutely a router or I can do it without a router? Link to comment Share on other sites More sharing options...
MrJinje Posted March 28, 2010 Share Posted March 28, 2010 If anything, you want both servers to be AD and also DNS servers (dual failover). This way they will replicate to each other. Link to comment Share on other sites More sharing options...
nmX.Memnoch Posted March 29, 2010 Share Posted March 29, 2010 For example, I saw that AD role include DNS role but I don't want the DNS role in my Domain Controller server. I want DNS role on my network server. Can I do that?DNS is required for Active Directory...yes. It doesn't HAVE to be on the DC, but it's recommended since it makes the environment more complex if you don't. I agree with MrJinje...make both servers DCs with DNS, then setup DHCP on one of them.It's possible to create this LAN on VMware without communicates/disturb my Home LAN?I set 192.168.1.10 255.255.255.0 on my Active Directory Server and 192.168.1.11 255.255.255.0 on my Network Server but What I can set for the Gateway? I need absolutely a router or I can do it without a router?Are you configuring this in a test environment but don't want it to talk to the rest of the network, but do want it to get to the Internet? Link to comment Share on other sites More sharing options...
MrJinje Posted March 29, 2010 Share Posted March 29, 2010 (edited) It's possible to create this LAN on VMware without communicates/disturb my Home LAN?I set 192.168.1.10 255.255.255.0 on my Active Directory Server and 192.168.1.11 255.255.255.0 on my Network Server but What I can set for the Gateway? I need absolutely a router or I can do it without a router?Inside of VMware you will need to edit your virtual network (VMware Menu > EDIT > Virtual Network Editor). From there you can control what access to your home lan each virtual network will have (or if it is isolated) Also you can control if DHCP is present on the virtual interface.Instead of using NAT, or Bridged or host only, what you are looking for is a "custom" network. (use vmnet2 if available). Custom networks by default do not have local access to the network, they are isolated. (but you can change that later if you want) Edited March 29, 2010 by MrJinje Link to comment Share on other sites More sharing options...
cluberti Posted March 29, 2010 Share Posted March 29, 2010 ...make both servers DCs with DNS, then setup DHCP on one of them.Actually, is there any reason you'd recommend making both AD and DNS redundant, but not DHCP? Install DHCP on both and split the scope at least 80/20. Link to comment Share on other sites More sharing options...
Kenmasters Posted March 29, 2010 Author Share Posted March 29, 2010 (edited) Thanks you guys. I must install DNS and DHCP only on the Network Server and Active Directory only on the DC server.Actually my virtual LAN is now Host-only in VMware with :AD server : 192.168.2.2Network server (DNS/DHCP): 192.168.2.3I have disable firewalls and now I can ping each others. Now I try to configure my DNS Server. I think it's not configured properly because when running DCPROMO Windows Wizard doesn't find my DNS server. So when I try to connect my Network server in the Domain I got a DNS failure.I have Set 127.0.0.1 in DNS address on Network server and 192.168.2.3 on AD server. Edited March 29, 2010 by Kenmasters Link to comment Share on other sites More sharing options...
Kenmasters Posted March 29, 2010 Author Share Posted March 29, 2010 ok it's good it works well now. Thanks you guys ^_^ Link to comment Share on other sites More sharing options...
nmX.Memnoch Posted March 29, 2010 Share Posted March 29, 2010 (edited) ...make both servers DCs with DNS, then setup DHCP on one of them.Actually, is there any reason you'd recommend making both AD and DNS redundant, but not DHCP? Install DHCP on both and split the scope at least 80/20.Well, now that you mention it there's no reason not to do that as well... Edited March 29, 2010 by nmX.Memnoch Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now