proxyfied the virtualbox

Discussions related to using VirtualBox on Linux hosts.
Post Reply
wsun013
Posts: 19
Joined: 21. May 2007, 07:23

proxyfied the virtualbox

Post by wsun013 »

My host (debian linux) is behind a firewall, whereas all of the internet traffics on the host have to go through it through a proxyfier, named proxychain. I set up a windows 2k guest, with NAT enabled, I can access the external traffics if I proxyfy the virtualbox server so that all of the guest traffics all goes through the proxyfier as:

1. proxyfy the virtualbox server

Code: Select all

ProxyChains-3.1 (http://proxychains.sf.net)
**********************************************
InnoTek VirtualBox XPCOM Server Version 1.3.99
(C) 2004-2007 InnoTek Systemberatung GmbH
All rights reserved.

Starting event loop....
[press Ctrl-C to quit]
2. start up the virtualbox gui
3. start up the guest os.

However, this only works with virtualbox checked-out from the svn repo around 2007-feb-21, but not the recent ones, even the latest one.

It is all fine to load the kernel module on host, to start up the virrtualbox server. But when I started the guest OS (of any kinds), it reported me a error message as:

Code: Select all


Failed to allocate 5696 bytes of contiguous memory for the world switcher code..
VBox status code: -1610 (VERR_PGM_MAPPINGS_FIX_CONFLICT).


Result Code: 
0x80004005
Component: 
Console
Interface: 
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
ideas ?
Post Reply