Changeset 55294 in vbox
- Timestamp:
- Apr 15, 2015 3:46:31 PM (10 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Networking.xml
r48923 r55294 697 697 linkend="vboxmanage-modifyvm" /> for details.</para> 698 698 </listitem> 699 </itemizedlist></para> 699 </itemizedlist></para> 700 701 <para>Before you can attach a VM to a host-only network you have to 702 create at least one host-only interface, either from the GUI: 703 "File" -> "Preferences" -> "Network" -> "Host-only network" 704 -> "(+)Add host-only network", or via command line with</para> 705 <screen>VBoxManage hostonlyif create</screen> 706 <para>see <xref linkend="vboxmanage-hostonlyif" /> for details.</para> 700 707 701 708 <para>For host-only networking, like with internal networking, you may -
trunk/doc/manual/en_US/user_VBoxManage.xml
r55259 r55294 4339 4339 </sect1> 4340 4340 4341 <sect1 >4341 <sect1 id="vboxmanage-hostonlyif"> 4342 4342 <title>VBoxManage hostonlyif</title> 4343 4343 … … 4347 4347 identified by a name and can either use the internal DHCP server or a 4348 4348 manual IP configuration (both IP4 and IP6).</para> 4349 4350 <para>The following list summarizes the available subcommands:</para> 4351 4352 <glosslist> 4353 <glossentry> 4354 <glossterm><computeroutput>ipconfig "<name>"</computeroutput></glossterm> 4355 <glossdef> 4356 <para>Configure a hostonly interface</para> 4357 </glossdef> 4358 </glossentry> 4359 <glossentry> 4360 <glossterm><computeroutput>create</computeroutput></glossterm> 4361 <glossdef> 4362 <para>Ceates a new vboxnet<N> interface on the host OS. 4363 This command is essential before you can attach VMs to host-only network.</para> 4364 </glossdef> 4365 </glossentry> 4366 <glossentry> 4367 <glossterm><computeroutput>remove vboxnet<N></computeroutput></glossterm> 4368 <glossdef> 4369 <para>Removes a vboxnet<N> interface from the host OS.</para> 4370 </glossdef> 4371 </glossentry> 4372 </glosslist> 4373 4349 4374 </sect1> 4350 4375
Note:
See TracChangeset
for help on using the changeset viewer.