Search found 5 matches

by celine
3. Nov 2011, 13:21
Forum: VirtualBox on Linux Hosts
Topic: Commute on external screen, fullscreen mode and nohostkey
Replies: 0
Views: 497

Commute on external screen, fullscreen mode and nohostkey

Hello, I'm running a Virtualbox machine (last version) with guest additions : WinXP host on Ubuntu 10.04 guest. I'd like to have a "kiosk version" (Linux invisible for the users), so I have disabled the host key ("none") and run VBox in fullscreen mode. But my users have a laptop...
by celine
25. Aug 2010, 09:56
Forum: VirtualBox on Linux Hosts
Topic: External screen on full-screen mode
Replies: 2
Views: 786

Re: External screen on full-screen mode

When I'm not in full screen, I have the VM focused (I can write with the keyboard in the VM), but it still work whether I'm the focus or not.

But yes, it works in full screen by pressing once the Host key, thank you very much.
by celine
24. Aug 2010, 11:26
Forum: VirtualBox on Linux Hosts
Topic: External screen on full-screen mode
Replies: 2
Views: 786

External screen on full-screen mode

Hello, I have the last Virtualbox version (Windows guest) on Ubuntu and I'd like to use an external screen. When I'm not using Virtualbox in full-screen mode, the switch to external screen (Fn+F5) works perfectly (On Ubuntu). But when I switch to full-screen mode, the Fn key doesn't work. Fn+F5 just...
by celine
27. Nov 2009, 12:17
Forum: Using VirtualBox
Topic: Set the guest IP with NAT and without port forwarding
Replies: 2
Views: 927

Re: Set the guest IP with NAT and without port forwarding

Hi, Thanks for your answer. I don't need to access the guest directy. I should maybe explain my configuration more precisely : I have a host on ubuntu which establish a VPN tunnel with the outside (w. openswan) and a guest (win XP with DHCP) which should be "in the tunnel" with the IP of t...
by celine
27. Nov 2009, 11:30
Forum: Using VirtualBox
Topic: Set the guest IP with NAT and without port forwarding
Replies: 2
Views: 927

Set the guest IP with NAT and without port forwarding

Hi, I'd like to change my network to have my guest IP set to 192.168.5.7 I'd made the following change : VBoxManage modifyvm "My Guest" --natnet1 "192.168.5/24" , the network is right but not the IP (fixed to .15) I've read the command VBoxManage setextradata "My Guest"...