Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 01:02:40 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-emulation@freebsd.org
Subject:   Re: VirtualBox USB & Shared Folders
Message-ID:  <1404115360736-5924866.post@n5.nabble.com>
In-Reply-To: <20140624180150.55073590@rsbsd.rsb>
References:  <1403594931891-5923348.post@n5.nabble.com> <CAE-m3X3x0ke=Qsu-ys=iSj5CPtDTRX2bgMVoyNiNsgPdXs4Qtw@mail.gmail.com> <20140624180150.55073590@rsbsd.rsb>

next in thread | previous in thread | raw e-mail | index | archive | help
Several new findings about this problem:

* As advised before, "Auto Capture" for mouse and keyboard works, but folder
sharing and copy/paste clipboard do not. File > preferences > extensions
shows VNC_4.3.12r93733_OSE. From pkg info > virtualbox-ose-4.3.12_1,
virtualbox-ose-additions-4.3.12, virtualbox-ose-kmod-4.3.12. VBoxSVC.log
shows:
nspr-5   ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001)
aIID={3295e6ce-b051-47b2-9514-2c588bfe7554} aComponent={ExtPackManager}
aText={No extension pack by the name 'Oracle VM VirtualBox Extension Pack'
was found}, preserve=false

* Although this was discussed before, the problem persists and I cannot find
an adequate explanation:
Using Host_Only network setting with WinXP as VGuest. No network adjustment
made (get all network settings from VBox DHCP). Start the guest, run
"ipconfig" > IP_address & Net_mask are correct, but no data for DNS_server
or Default_gateway (fields are empty). Such a VM guest can never leave the
vboxnet0 subnet - it must have 192.168.56.1 defined as gateway, if traffic
is to reach the vboxnet0 interface and get forwarded to other subnets.
What's the point of VBoxnet DHCP if I have to go into each VGuest and define
192.168.56.1 as the subnet gateway? Should I be using the proxy setting to
achieve this? If I set static IP and defien 56.1 as default gateway,
everything works as it should.

Also, VBoxSVC.log shows "nspr-2   HostDnsMonitorProxy: Host's DNS
information updated: \ nspr-2   DNS server 1: 192.168.1.1" 192.168.1.1 is
the ADSL modem, which is visible in the netstat table. However, that's not
the IP where my unbound is running on host. My PF forcibly routes all DNS
queries to the correct address, but I should be able to define
HostDnsMonitorProxy with the correct IP IMHO?

Destination        Gateway            Flags      Netif Expire
default            192.168.1.1        UGS         re0
127.0.0.1          link#3             UH          lo0
192.168.1.0/24     link#1             U           re0
192.168.1.10       link#1             UHS         lo0
192.168.2.0/26     link#2             U           re1
192.168.2.1        link#2             UHS         lo0
192.168.56.0/28    link#6             U      vboxnet0
192.168.56.1       link#6             UHS         lo0

Thanks and Regards.



-----
FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
--
View this message in context: http://freebsd.1045724.n5.nabble.com/VirtualBox-USB-Shared-Folders-tp5923348p5924866.html
Sent from the freebsd-emulation mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1404115360736-5924866.post>