Posted April 29, 201212 yr Hi! I am studying windows server 2008 now. I use virtual box to run windows server and windows 7 client. I have a problem connecting windows 7 to server 2008. Can you tell me which what should be the network configuration for windows 7 and server. Now I use the following for both server and client: IP address: 192.168.1.1 Subnet mask: 255.255.255.0 Preferred DNS serve: 192.168.1.1 Alternate dns server: 127.0.0.1
April 29, 201212 yr You must be sure that both VM have the same NIC (they must be on the same network). Then assign something like this: SERVER: IP: 192.168.1.50 SUB: 255.255.255.0 DNS: (who is your dns???) if it's your router, assign the router's ip. Client: IP: 192.168.1.51 SUB: 255.255.255.0 DNS: (who is your dns???) if it's your router, assign the router's ip. -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
April 29, 201212 yr preferred DNS is the actual dns (router maybe) the alternate must be assigned only if exists, if not leave blank. -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
April 29, 201212 yr Author We did the setup at the lesson. The instructor told us to put something in alternate and preferred dns server. It was 127.0.0.1 in alternate and 192.168.1.1 in preferred, but in home it is not working. I will try to leave it blank.
April 29, 201212 yr Author I don't need the connection to internet, I just want both virtual machine to communicate with each other.
April 29, 201212 yr Because maybe your dns is not 192.168.1.1!!! When you assign 127.0.0.1 it's a localhost address but that machine must be a DNS! I suggest you to ask your teacher to explain a bit better how a network work with addresses and so on... -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
April 29, 201212 yr So your VMS must be on the same network according to VirtualBox config. -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
May 3, 201212 yr This is because your client can't contact your server. This is the only problem. Be sure both computers are on the same network. Post the ipconfig /all command of both server and workstation. -------------------------------------------------------- Tu peux aussi crire en franais. Du kannst auch auf Deutsch schreiben. Puoi scrivere anche in italiano. --------------------------------------------------------
May 3, 201212 yr Author This is because your client can't contact your server. This is the only problem. Be sure both computers are on the same network. Post the ipconfig /all command of both server and workstation. Everything is fine now. Thanks.