VirtualBox

Changeset 55712 in vbox for trunk/doc


Ignore:
Timestamp:
May 7, 2015 10:21:16 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100122
Message:

doc/manual: document more VBoxManage modifyvm parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r55558 r55712  
    788788          <listitem>
    789789            <para><computeroutput>--nic&lt;1-N&gt;
    790             none|null|nat|bridged|intnet|hostonly|generic
    791             </computeroutput>: With
    792             this, you can set, for each of the VM's virtual network cards,
     790            none|null|nat|natnetwork|bridged|intnet|hostonly|generic</computeroutput>:
     791            With this, you can set, for each of the VM's virtual network cards,
    793792            what type of networking should be available. They can be not
    794793            present (<computeroutput>none</computeroutput>), not connected to
    795794            the host (<computeroutput>null</computeroutput>), use network
    796795            address translation (<computeroutput>nat</computeroutput>),
     796            use the new network address translation engine
     797            (<computeroutput>natnetwork</computeroutput>),
    797798            bridged networking (<computeroutput>bridged</computeroutput>) or
    798799            communicate with other virtual machines using internal networking
     
    806807
    807808          <listitem>
     809            <para><computeroutput>--nicpromisc&lt;1-N&gt;
     810            deny|allow-vms|allow-all</computeroutput>:
     811            This allows you, for each of the VM's virtual network cards, to
     812            specify how the promiscious mode is handled. This setting is only
     813            relevant for bridged networking.
     814            <computeroutput>deny</computeroutput> (default setting) hides
     815            any traffic not intended for this VM.
     816            <computeroutput>allow-vms</computeroutput> hides all host
     817            traffic from this VM but allows the VM to see traffic from/to other
     818            VMs.
     819            <computeroutput>allow-all</computeroutput> removes this
     820            restriction completely.</para>
     821          </listitem>
     822
     823          <listitem>
    808824            <para><computeroutput>--nictype&lt;1-N&gt;
    809825            Am79C970A|Am79C973|82540EM|82543GC|82545EM|virtio</computeroutput>:
     
    836852          </listitem>
    837853
     854          <listitem>
     855            <para><computeroutput>--natnet&lt;1-N&gt;
     856            &lt;network&gt;|default</computeroutput>:
     857            If the networking type is set to <computeroutput>nat</computeroutput>
     858            (not <computeroutput>natnetwork</computeroutput>) then this
     859            setting specifies the IP address range to be used for
     860            this network. See <xref linkend="changenat" /> for an
     861            example.</para>
     862          </listitem>
     863
     864          <listitem>
     865            <para><computeroutput>--nat-network&lt;1-N&gt; &lt;network
     866            name&gt;</computeroutput>: If the networking type is set to
     867            <computeroutput>natnetwork</computeroutput> (not
     868            <computeroutput>nat</computeroutput>) then this setting specifies
     869            the name of the NAT network this adapter is connected to.</para>
     870          </listitem>
     871         
     872          This allows you to change the address range occupied by
    838873          <listitem>
    839874            <para><computeroutput>--bridgeadapter&lt;1-N&gt;
     
    11241159            see <xref linkend="settings-usb" /> for details.</para>
    11251160          </listitem>
     1161
     1162          <listitem>
     1163            <para><computeroutput>--usbxhci on|off</computeroutput>: This
     1164            option enables or disables the VM's virtual USB 3.0 controller;
     1165            see <xref linkend="settings-usb" /> for details.</para>
     1166          </listitem>
    11261167        </itemizedlist></para>
    11271168
     
    11451186
    11461187          <!-- @todo r=andy Document vrdeproperty -->
     1188
     1189          <listitem>
     1190            <para><computeroutput>--vrdeextpack default|&lt;name&gt;</computeroutput>:
     1191            Allows to specify the library to use for to access the VM
     1192            remotely. The default is to use the RDP code which is part of the
     1193            Oracle VM VirtualBox Extension Pack.</para>
     1194          </listitem>
    11471195
    11481196          <listitem>
     
    11921240
    11931241          <listitem>
     1242            <para><computeroutput>--vrdeauthlibrary
     1243            default|&lt;name&gt;</computeroutput>: This allos to set the
     1244            library used for RDP authentication, see <xref lang=""
     1245            linkend="vbox-auth" /> for details.</para>
     1246          </listitem>
     1247
     1248          <listitem>
    11941249            <para><computeroutput>--vrdemulticon on|off</computeroutput>: This
    11951250            enables multiple connections to the same VRDE server, if the
     
    12861341        </itemizedlist></para>
    12871342    </sect2>
     1343   
     1344    <sect2 id="vboxmanage-modifyvm-debugging">
     1345      <title>Debugging settings</title>
     1346
     1347      <para>The following settings are only relevant for low-level VM
     1348      debugging. Regular users will never need these settings.<itemizedlist>
     1349          <listitem>
     1350            <para><computeroutput>--tracing-enabled on|off</computeroutput>:
     1351            Enable the tracebuffer. This consumes some memory for the tracebuffer
     1352            and adds extra overhead.</para>
     1353          </listitem>
     1354          <listitem>
     1355            <para><computeroutput>--tracing-config &lt;config-string&gt;</computeroutput>:
     1356            Allows to configure tracing. In particular this defines which group of
     1357            tracepoints are enabled.</para>
     1358          </listitem>
     1359        </itemizedlist>
     1360      </para>
     1361    </sect2>
     1362
    12881363  </sect1>
    12891364
     
    16481723        purposes.</para>
    16491724
    1650         <para>With <computeroutput>--nictrace&lt;1-N&gt;
     1725        <para>With <computeroutput>nictrace&lt;1-N&gt;
    16511726        on|off</computeroutput>, you can enable network tracing for a
    16521727        particular virtual network card.</para>
     
    16581733      </listitem>
    16591734
    1660       <!-- @todo r=andy Document nicpromisc -->
     1735      <listitem>
     1736        <para><computeroutput>nicpromisc&lt;1-N&gt;
     1737        deny|allow-vms|allow-all</computeroutput>:
     1738        This allows you, for each of the VM's virtual network cards, to
     1739        specify how the promiscious mode is handled. This setting is only
     1740        relevant for bridged networking.
     1741        <computeroutput>deny</computeroutput> (default setting) hides
     1742        any traffic not intended for this VM.
     1743        <computeroutput>allow-vms</computeroutput> hides all host
     1744        traffic from this VM but allows the VM to see traffic from/to other
     1745        VMs.
     1746        <computeroutput>allow-all</computeroutput> removes this
     1747        restriction completely.</para>
     1748      </listitem>
    16611749
    16621750      <listitem>
     
    17441832        <para><computeroutput>videocapscreens all|&lt;screen ID&gt; [&lt;screen ID&gt; ...]]</computeroutput>
    17451833        allows to specify which screens of the VM are being recorded. This setting
    1746         cannot be changed while video capturing is enabled.</para>
     1834        cannot be changed while video capturing is enabled. Each screen is recorded
     1835        into a separate file.</para>
    17471836      </listitem>
    17481837
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette