[vbox-dev] A future direction... VBox 4.1 and GNS3 users
Frank Mehnert
frank.mehnert at oracle.com
Wed May 25 00:24:14 PDT 2011
On Wednesday 25 May 2011 00:37:39 Alexey Eromenko wrote:
> But how do I setup UDP tunnel with it? Is the UDP driver included ?
>
> I did: (on Windows XP host)
> VBoxManage.exe modifyvm "Windows XP immu 01" --nic2 generic
>
> VBoxManage.exe modifyvm "Windows XP immu 01" --nicproperty2
> udptunnel="sport=10001;dhost=127.0.0.1;dport=10002"
>
> VBoxManage.exe modifyvm "Windows XP immu 01" --nicgenericdrv2 udptunnel
>
> VM won't start, saying it has no UDP driver.
As I told you in IRC, the correct syntax is
VBoxManage.exe modifyvm "Windows XP immu 01" --nic2 generic
(was correct)
VBoxManage.exe modifyvm "Windows XP immu 01" --nicproperty2 udptunnel=
(remove the wrong nicproperty)
VBoxManage.exe modifyvm "Windows XP immu 01" --nicgenericdrv2 UDPTunnel
(case sensitive!)
VBoxManage.exe modifyvm "Windows XP immu 01" --nicproperty2 sport="10001"
VBoxManage.exe modifyvm "Windows XP immu 01" --nicproperty2 dest="127.0.0.1"
VBoxManage.exe modifyvm "Windows XP immu 01" --nicproperty2 dport="10002"
(three separate properties!)
Kind regards,
Frank
--
Dr.-Ing. Frank Mehnert
Senior Manager Software Development Desktop Virtualization, VirtualBox
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany
Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603
Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Jürgen Kunz, Marcel van de Molen, Alexander van der Ven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20110525/c913e2a0/attachment-0001.bin
More information about the vbox-dev
mailing list