Search found 3 matches

by Faved
8. Nov 2012, 21:58
Forum: VirtualBox on Mac OS X Hosts
Topic: problems using virtualbox as a dev webserver
Replies: 7
Views: 3089

Re: problems using virtualbox as a dev webserver

I'm really not understanding your problem. The authorisation of the wireless connection is something which only the host will care about. The guest only cares that a connected NIC of any sort is available. So if your host has an internet connection then your guest should be able use it, earlier cav...
by Faved
8. Nov 2012, 18:44
Forum: VirtualBox on Mac OS X Hosts
Topic: problems using virtualbox as a dev webserver
Replies: 7
Views: 3089

Re: problems using virtualbox as a dev webserver

Your guest simulates a cabled NIC - regardless of the physical connection. The only question is what host NIC your simulated cabled NIC uses. You can bridge to a host wireless NIC - that's fine, that should work, but the guest will still see a wired NIC because that's what virtual hardware does: it...
by Faved
8. Nov 2012, 17:01
Forum: VirtualBox on Mac OS X Hosts
Topic: problems using virtualbox as a dev webserver
Replies: 7
Views: 3089

problems using virtualbox as a dev webserver

Hi, I am having major problems trying to use my VM as a web server for development, i will explain my setup and then the problem: Setup: MBP as host Unbuntu 12.04 lts as the guest on the guest i have installed virtualenv for my Django projects, i have the server running on 127.0.0.1:8000 for Django ...