| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | ** DO NOT EDIT THIS FILE.
|
|---|
| 4 | ** If you make changes to this file while any VirtualBox related application
|
|---|
| 5 | ** is running, your changes will be overwritten later, without taking effect.
|
|---|
| 6 | ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
|
|---|
| 7 | -->
|
|---|
| 8 | <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.12-linux">
|
|---|
| 9 | <Global>
|
|---|
| 10 | <ExtraData>
|
|---|
| 11 | <ExtraDataItem name="GUI/UpdateDate" value="never"/>
|
|---|
| 12 | </ExtraData>
|
|---|
| 13 | <MachineRegistry/>
|
|---|
| 14 | <MediaRegistry>
|
|---|
| 15 | <HardDisks/>
|
|---|
| 16 | <DVDImages/>
|
|---|
| 17 | <FloppyImages/>
|
|---|
| 18 | </MediaRegistry>
|
|---|
| 19 | <NetserviceRegistry>
|
|---|
| 20 | <DHCPServers>
|
|---|
| 21 | <DHCPServer networkName="HostInterfaceNetworking-vboxnet0" IPAddress="192.168.56.100" networkMask="255.255.255.0" lowerIP="192.168.56.101" upperIP="192.168.56.254" enabled="1"/>
|
|---|
| 22 | </DHCPServers>
|
|---|
| 23 | </NetserviceRegistry>
|
|---|
| 24 | <SystemProperties defaultMachineFolder="/home/schmedes/VBoxes" defaultHardDiskFormat="VDI" VRDEAuthLibrary="VBoxAuth" webServiceAuthLibrary="VBoxAuth" LogHistoryCount="3"/>
|
|---|
| 25 | <USBDeviceFilters/>
|
|---|
| 26 | </Global>
|
|---|
| 27 | </VirtualBox>
|
|---|