Networking Solution

Pantz

New member
Member
VIP
Local time
9:23 AM
Messages
318
Hello Everyone, i am nor sure if this is the right section, but i will give it a shot.
I am not using the machine that is listed on my profile.

I have set up 2 separate Virtual machines on my laptop, VM2008 Guest server and Win 7 Guest OS.
Right now what ever VM machine i choose to use has full internet access via NAT that was set up during the VM installs.

I am trying to simulate the MCITP lessons that i am currently taking on my VM's that i do in class, ( to get some Physical hands on) i have created a few non admin users on the VM WIN 7 and i have administrator account on there also, i have created a shared folder on the host C:\ drive, which i am able to see if i turn on network discovery. (security issue i know )

i am looking for the safest way to simulate these lessons on the VM's without actually having to share anything on the C:\ drive.

Also since i have a 192.168.X.X internal IP address, would it be possible to assign different IP addresses to each one of the VM's using my internal Ip addresses and not have them be seen outside the 192.168 X.X address, and if so how would i accomplish that?.

Thanks.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Personal build
OS
Genuine windows 7X64
CPU
AMD 8320 FX Processor
Motherboard
Asus Sabertoothe 990 FX R2.0 AM2+/AM2 AMD MB
Memory
8 Gigs Corsair Vengance DDR3 1886 MHZ
Graphics Card(s)
EVGA GTX 750 Ti FTW
Sound Card
On board
Monitor(s) Displays
ASUS VE247H 24 inch
Screen Resolution
HDMI
Hard Drives
Samsung 120GB 2.5-inch SSD 840 SATA III
PSU
Corsair 750 Watts
Case
Gigabyte case
Cooling
Zellman CNPS 10 Extreme
Internet Speed
50megs
Antivirus
AVG Free
Hello,

Firstly, do your virtual machines require internet access? If not then I would just change the IP addresses of your virtual machines to something that is outside of your own range, i.e. 10.0.0.0/24.

Also, depending on how your virtual environment is setup I believe you can disable access from anything outside the virtual environment.


Dave
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Ultimate x64
CPU
Intel Core i7 2600K (O/C 4.7GHz)
Motherboard
Asus ROG Maximus IV Extreme-Z - Intel Z68 Chipset
Memory
8GB Corsair Vengeance LP, DDR3, 1600Mhz
Graphics Card(s)
Nvidia GTX 460 Graphics Card
Sound Card
Onboard
Monitor(s) Displays
Dell E228WFP
Hard Drives
2 x 500GB Samsung SpinPoint Drives (1 for OS, 1 for Data and Apps)
PSU
CoolerMaster 1000W
Case
CoolerMaster HAF
Cooling
Air
Internet Speed
Fibre - 60MB Down, 30MB Up
Antivirus
ESET NOD32 Antivirus
I agree with Dave- however if you want to keep the scenario "real world",
don't use 10.0.0.0 as this or 10.0.0.256 as an example as these are
reserved addresses.

Instead you could simply use 10.0.0.1 and 10.0.0.2 for the virtual
server and Win7 machine. This effectively makes these part of the
same network.

If you want to share for example a home folder or even just a folder
named share between the VM client and the VM server it is done
using the following command:
net(spacehere)use(spacehere)x:spacehere\\vboxsvr\home
or net use x: \\vboxsvr\share as exmples where home or share is
the name of the folder you wish to share and
x: is an unused drive letter. So if you wanted you could use q: or t:
as long as they are not currently in use drive letters.

Create the folder on the Win 7 client and run the command
in the VM Server.

Is this what you were after? If so I'm pretty sure
this is the command you want. As for the internet connection,
if you use a bridged adapter setting in Vbox you still get the internet
connectivity from the host.

Edit: I forgot to mention, if you want to check that the "drive" share worked
I believe you should now be able to see it along with c drive in Computer

Further Edit: I should have also mentiones that this command is related
to creating a shared "drive" in Oracle Virtual Box.
Apologies if this has caused any confusion fir Windows
virtual environment users.
 
Last edited:

My Computer

OS
Windows 7 Home Premium 64 Bit OS
Back
Top