setting up VMware for 290 labs

I'm in the process of putting together a 290 lab. I'm having trouble getting DNS to work to connect computers. I have looked around and seen that you don't learn to do DNS till 291. The problem is that I only have a 290 book, so I was wondering does anybody have any pointers on setting up a small 1 server 1 client machine so I can work this this inside VMware. Any help will be needed. Maybe I can trade some cisco knolowdge with you in return.
Comments
You need to have your server's IP address configured in the client's tcp/ip (network connections) properties in Use the Following DNS server addresses. Set it to obtain an IP address automatically, that's if you dont have a DHCP set), and you should be good. Give us a yell if there's any further issues!
Also, make sure you choose NAT when configuring the networking aspect of the virtual machine.
Blog >> http://virtual10.com
That'll get your machines out to the internet, but I don't think you'll be able to have multiple VMs communicate with each other if they're all behind NAT. A single VM behind NAT would be able to communicate with the host and other machines on the network, but like I said, I think you'll run into problems with multiple machines. Either bridging them to the actual network or setting up a network segment specifically for your VMs is usually the best way to go.
Good luck.
I use NAT, my systems get out to the internet, and all my internal machines communicate just fine. Just as long as you use the default gateway correctly that is set up in VMWare NAT settings, it'll work just fine since you will still be using the same subnet. Because the other machines will be on the same subnet, it'll work just fine.
Are you able to ping the server by IP address/host name? If the machine cant resolve the host name, you have the DNS misconfigured. There could be a problem with NetBIOS too. There is some nbstat command too that can fix a problem with NetBIOS but I am not sure of the syntax. Flush the DNS, if it doesnt fix your problem, rejoin the machine to the domain and restart it. LEt us know how you go.
EDIT : Have a look at this http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php
Blog >> http://virtual10.com
Give the Domain Controller IP address of 192.168.1.1
Set the subnet mask to 255.255.255.0
Set the default gateway to the gateway you setup (if you have).
Run DCPROMO on the domain controller - You will be prompted that there is no DNS server .... select the option which allow you to install DNS server on the DC. While this is installing it will set the DNS of you DC to 127.0.0.1.
Set all client computers DNS settings to 192.168.1.1 (thats the IP of your domain controller - which has DNS server installed and running).
While the solution I gave was very simple... its just a suggestion to get things up an
d running quickly without having to go through the 70-291 stuff.
Hope you can make sense of that. Good luck with your studies!
The 70-290 isn't really as hard as you think.
I am doing the same thing myself. I am setting up a DC,DHCP,Client VM's for testing; mostly just for reference and for some command line AD scripting I wanted to experiment with.
Tigerplug is right. The 290 is probably not that that bad; especially if you have some general networks/administrative experience. But, it probably doesn't hurt to overcompensate a bit if you have the time.