Tagged Questions
0
votes
0answers
553 views
How to reset Host Only Adapter Networking for Oracle VirtualBox VM Manager
My Host Only Networking stopped working, how do I reset it ?
I tried disabling and re-enabling Local Area Connection and VirtualBox Host-Only Network but VirtualBox Host-Only Network is still ...
1
vote
2answers
105 views
Accessing guest (Ubuntu) localhost from host (Windows)
Is there any way to access guest's localhost through a browser inside the host? I am running Ubuntu with Virtualbox on Win7.
0
votes
2answers
1k views
Host-only network with multiple VMs
What I'm trying to do is create a host-only network with multiple VMs so as to allow direct access between the host OS and the VMs, but to also allow the VMs limited access to the Internet for things ...
0
votes
4answers
619 views
Make my Virtual Machine invisible to outside world
I am a total newbie to installing and working on server platform. Just to see how things work I went ahead with installing Ubuntu Server (LAMP) 11.10 on Virtualbox installed on a Ubuntu 11.10 desktop ...
0
votes
1answer
236 views
Is it possible to get communication work both ways in Virtual Box with NAT (not bridged) on Windows 7 host?
I have set up a virtual machine with Virtual Box. But I cant ping the virtual machine from the host Windows 7 if I have NAT on the virtual machine.
I know it works with bridged but I would like it to ...
1
vote
0answers
292 views
Debug - How to Access virtual host from Virtual Box machine?
If I configure my virtual box with NAT I can access my localhost MAMP page with: 10.0.2.2
If I configure windows hosts file with: 10.0.2.2 mysite.dev
I could then access that same information by ...
0
votes
2answers
272 views
Connect to VM localhost virtual directory
I have an Ubuntu guest VM operating inside Windows 7 host (VirtualBox with Bridged Networking enabled). In my VM, instead of browsing to http://localhost/somesite I set up virtual directories in ...
1
vote
1answer
249 views
View specific virtualhost from within Virtualbox Windows XP?
I currently use 192.168.1.10:85 to refer to my localhost ip address, and I setup port-based virtualhosts because this seems like the only feasible/practical way to view this from within Windows XP on ...
0
votes
1answer
551 views
Ubuntu host keeps changing IP, having to constantly reconfigure hosts file for localhost access
My current development environment is Ubuntu 10.04 64bit host and Windows 7 64bit guest and guest is NAT connected. I use Ubuntu as a host because I feel at home but I needed some Windows only ...