0
votes
0answers
10 views

Reactive recovery using Virtual Machines (VirtualBox) [closed]

I'm building a system based on virtual machines. I'm using snort as NIDS running and operate on virtualbox vnets (internal networks) to detect anomalies. The core of the system is already working, ...
0
votes
1answer
22 views

Virtual box error “Non existent network interface”

I got an Virtual box image of a Linux Operating System and when I am trying to open it I get the following error. The only solution found online was to update the Virtual Box enthernet adapter and ...
-1
votes
1answer
27 views

Books for virtualization - technical explanations needed

I want to learn virtualization basics inside out. All the books in top results of amazon are too superficial and are only meant for managers, ie people who only need to have a vague idea of what it is ...
0
votes
0answers
11 views

more than two virtual xp?

can i make two or more windows xp virtual machine on Oracal virtual box ? or if i get one windows xp then i can't generate another one ? any idea? because some time when generate another one then ...
0
votes
0answers
33 views

How to convert a kvm guest vm image to a xen domainU vm?

I recently run into a problem of converting a kvm/qemu image to a xen domainU image. The guest vm to be converted is a Debian 6 and the host OS is ubuntu 12.04. I did some research online. The basic ...
0
votes
1answer
17 views

Race condition for USB devices with Multiple VMs

I have 4 USB devices ( same model ) connected to a Windows 7 host. On my windows 7, I have two VMs ( VMware - Ubuntu ). I can connect two to each VM manually but If I restart any of the USB Devices ...
0
votes
0answers
33 views

How to configure a VLAN of VMs to allow traffice from outside?

My question is not quite common. I am building a VLAN of 4 VMs (kvm, guest OS Debian 6.0) using bridge. br0 Link encap:Ethernet HWaddr 4e:9a:52:45:63:28 inet addr:10.0.0.1 ...
0
votes
1answer
167 views

System Virtualization : Understanding IO virtualization and role of hypervisor [closed]

I would like to obtain a correct understanding of I/O virtualization. The context is pure/full virtualization and not para-virtualization. My understanding is that a hypervisor virtualizes hardware ...
1
vote
1answer
187 views

Wireless Adhoc between virtual guests

I am trying to simulate an wireless adhoc networking environment. Thus, I have come up with an idea of using virtual guests (in VirtualBox) as the mobile nodes, and those nodes can communicate with ...
0
votes
2answers
1k views

How Much RAM Should I Put On My Virtual Machine? [closed]

I am installing virtual box on my window I will use it for anonymous web browsing and nothing else. I will also install ccleaner on the VM. The total Amount is 2GB. How much ram should I put on my ...
0
votes
1answer
34 views

how may be the virtual memore be limited in linux

I have a virtual machine in which every process can only malloc most 128M memory。 and when I typed "ulimit -v" in the teminal, is display 131072 while in the other machine is "ulimited". Can any one ...
2
votes
4answers
174 views

Can someone explain what virtual machines are and why they're useful? [closed]

I hear the term thrown around a lot and I'm sort of confused. Is it just a software application built on an operating system that could simulate another operating system? When someone codes a ...
0
votes
1answer
212 views

Virtual Machines running out of memory on server

Several of the datastores that user's virtual desktops reside are out of space to grow the virtual machine disks. The VMs do not have room to grow and users are beginning to not be able to even login ...
2
votes
1answer
439 views

recognize virtual environment

in one of my last job interview I was asked a question , that till now i don’t even find a clue for how to solved it. since it is very interesting question I thought maybe someone here will have an ...
0
votes
1answer
45 views

Does a Framework exist for building a virtual super (acting as single) computer?

There are clustering or grid computers today, still it's not transparent for application developers: they cannot develop as if it was a single computer, doesn't such a framework exist today ?
0
votes
1answer
155 views

Virtual Ip(private one) question

I have a private ip and a vmSphere account credentials. I can login from a windows system with vSphere using ip,usename,password and it gives RemoteDesktop of a centos server.There i configured a ...
0
votes
0answers
392 views

Can I get a virtual computer running in an emulator at my localhost apearing as a remote host? [closed]

I am running ubuntu 10.10 and windows xp in a emulator (aqemu ). My router and all computers on my network has an ip like this 192.168.1.1-255. When i run ipconfig in my windows xp computer I get ip: ...
0
votes
2answers
116 views

Multiple IPs on Host Accessible from VM

I use Windows XP Mode to test sites for IE6 compatibility. I run several sites in my host machine's IIS service, each on a different local IP (127.0.1.0, 127.2.1.3, etc.), which is important because I ...
0
votes
1answer
783 views

Create a Hyper-V Virtual Machine file from a Windows 2000 Server Machine

I have a Windows 2008 Server Platform with Hyper-V and a Windows 2000 Professional Server machine. I would like to know if there is an automated way to convert the windows 2000 to a VM and import to ...
3
votes
2answers
758 views

Hudson SVN Checkout failures occur frequenctly on VMWare virtual machines

We've recently been experiencing seemingly random SVN checkout failures on our Hudson build system. Google search has failed me; I'm hoping the stackoverflow community can help me out :-) We are ...
0
votes
1answer
249 views

Looking for a virtual network adapter (virtual interface controller)

I need a software that simulates a network adapter. I need the virtual adapters will be able to communicate with each other. For example, if I i have 2 virtual adapter (on the same computer): ...
1
vote
2answers
502 views

One click virtual machine demo?

I want to give a demo for my customers use virtual machine, but I don't want the customer to install the virtual machine software, can I make a demo which bundle the virtual machine software and my ...
0
votes
1answer
119 views

Non-Proprietary Virtual Image Clients?

Just to ask if there are any non-proprietary virtual image clients available, i.e. an application capable of running .vhd and/or .vmdk based virtual images? I have searched online, but have not been ...
10
votes
1answer
4k views

How does a register based virtual machine work?

How does a register based virtual machine work? I am looking for introduction to how a register based virtual machine works. Can someone please help? Thank you.