dynamik wrote: » (though I believe client-OSes are not supported on VMware Server, but they typically work).
dynamik wrote: » The new web interface in VMware Server 2.0 sucks.
dynamik wrote: » No, you only need one virtualization package. You don't need server for servers, workstation for workstations, etc. (though I believe client-OSes are not supported on VMware Server, but they typically work). I'd go with Virtual Box for what you're doing. The new web interface in VMware Server 2.0 sucks.
mallyg27 wrote: » Need to clear something up for me please. I just installed virtual box. Do I have to actually install wndows 2003 through VB? If so this means im going to have to install XP, so I can have a client,right? Really confused here.
knwminus wrote: » Virtual box runs INSIDE of an OS (which is important because other virtual solutions run OUTSIDE the OS, see Hypervisor - Wikipedia, the free encyclopedia) You would need to have a machine with an OS installed (say Win XP), install Virtual Box and the using Virtual Box, Install Win Server 2003 or whatever. During that process you can do other things but basically that is what you are going to be doing. Also this might help User_HOWTOS - VirtualBox
mallyg27 wrote: » So where do I get the clients to add to my domain once I setup my active directory in virtualbox?
m1chael wrote: » Hi All- Downloaded and playing around with VB but still cannot figure out how to get an ISO image or cd image for the different OS's that I want to install. Can someone help me out....or lead me in the right direction here? Thanks, Michael
knwminus wrote: » Google Pick a link. Also go through the new machine creation wizard.
m1chael wrote: » I think you misunderstood what I was asking...? I know how to create a CD from an ISO image. I have used programs like Nero Burning Rom etc to do this. What I don't quite understand is how I get the ISO images or whatever to input into VB so that it will boot whatever OS I am trying to boot? Not sure if that clarifies or not....but I read somewhere online that you have to have the boot disk or ISO image from whatever it is you are trying to load up on VB? If that is the case, I am taking that as I would already have to have an ISO image or boot cd of Server 2003 before I could load it in VB...which I don't have...so to me kind of defeats the purpose...? Michael
mallyg27 wrote: » I beleive you can use the ISO image to install your OS also.
mallyg27 wrote: » I have installed windows server in my virtual box on my XP machine. Is it possible for me to now connect to the virtual server domain.
mallyg27 wrote: » Im trying to connect but its not working.
mallyg27 wrote: » My laptop is wireless. Do I have to configure the network card to connect? Or will I have to install XP in the virtual box also?
MentholMoose wrote: » Did you create a domain after installing Windows Server? Can your Windows server reach the Internet (web-sites)? What is the VM network configuration? Connect with what? Another VM installed in vbox? The "XP machine" with vbox? Your laptop (not with vbox installed)? Can you successfully ping either way? (server to client, or client to server) Any error messages? What is the VM network configuration? If you are trying to connect from another physical machine, the VM network should be set to bridged mode.
MentholMoose wrote: » Do you actually have an install disc for the OS you want to install? Or an ISO image of the install CD?
m1chael wrote: » Just a quick update...I was able to follow another link someone posted in another thread about obtaining an iso image of server 03. Downloaded both disc 1 and disc 2 and was able to successfully mount and load up server on VB. Now I wanted to use XP as a client machine on VB so I took my install disc of xp and create an iso image using nero and have been trying to get it to load up but I am not having any luck...still get the "no bootable media found" error message even though the iso image is attached to the client system under the details information? Any suggestions? Thanks, Michael
eserfeliz wrote: » Did you remember to extract the Microsoft Corporation.img file that makes the disc bootable? I think even with an .iso you need to replace the file; I could be mistaken, though.How can I create a Windows Server 2003 bootable CD-ROM that has Service Pack 1 (SP1) slipstreamed into it?Step 11* - Extract the Imaging File
m1chael wrote: » I am walking through the exercises in the MS Press book...basically setting up AD with the domain name (contoso), installing DHCP, DNS, etc....how do I set up the ip info as to not interfere with my personal LAN configuration....as an example I see in the book it wants you to set up the server workstation as 192.168.0.1 but my router already holds that ip address so should I just set up my virtual stuff to use something like 192.168.0.10 or 50 or ?
MentholMoose wrote: » If you are putting these VMs on your LAN, just assign unused addresses that are available (so 192.168.0.10 is fine if nothing else has it). One concern is DHCP... if you enable DHCP on your test server, you generally* want to disable it on your router, or vice versa. Also, when assigning static IPs to VMs, you should generally** choose IPs outside of the range assigned by the DHCP server (either the router, or the 2003 VM). * It's OK to have two DHCP servers on a network, but you have to configure them to handout different addresses (make each "Address Pool" non-overlapping). For testing purposes, though, you want to make sure your 2003 DHCP server is working, so it's better to have only one running. ** If you statically assign a VM an IP that is in an Address Pool on the DHCP server, you will need to create an exclusion to prevent the DHCP server from trying to give that IP out to a DHCP client.
m1chael wrote: » I assume once I am able to use both vm's, I will need to change the settings for the xp guest as well to use the bridged mode in order for both vm's to communicate with each other