1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | manpage, user manual, usage: VBoxManage hostonlynet
|
---|
4 | -->
|
---|
5 | <!--
|
---|
6 | Copyright (C) 2021-2023 Oracle and/or its affiliates.
|
---|
7 |
|
---|
8 | This file is part of VirtualBox base platform packages, as
|
---|
9 | available from https://www.virtualbox.org.
|
---|
10 |
|
---|
11 | This program is free software; you can redistribute it and/or
|
---|
12 | modify it under the terms of the GNU General Public License
|
---|
13 | as published by the Free Software Foundation, in version 3 of the
|
---|
14 | License.
|
---|
15 |
|
---|
16 | This program is distributed in the hope that it will be useful, but
|
---|
17 | WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
19 | General Public License for more details.
|
---|
20 |
|
---|
21 | You should have received a copy of the GNU General Public License
|
---|
22 | along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
23 |
|
---|
24 | SPDX-License-Identifier: GPL-3.0-only
|
---|
25 | -->
|
---|
26 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
27 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
28 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
29 | %all.entities;
|
---|
30 | ]>
|
---|
31 | <refentry id="vboxmanage-hostonlynet" lang="en">
|
---|
32 |
|
---|
33 | <refentryinfo>
|
---|
34 | <pubdate>$Date: 2023-01-17 14:15:46 +0000 (Tue, 17 Jan 2023) $</pubdate>
|
---|
35 | <title>VBoxManage hostonlynet</title>
|
---|
36 | </refentryinfo>
|
---|
37 |
|
---|
38 | <refmeta>
|
---|
39 | <refentrytitle>VBoxManage-hostonlynet</refentrytitle>
|
---|
40 | <manvolnum>1</manvolnum>
|
---|
41 | </refmeta>
|
---|
42 |
|
---|
43 | <refnamediv>
|
---|
44 | <refname>VBoxManage-hostonlynet</refname>
|
---|
45 | <refpurpose>управление сетью хоста</refpurpose>
|
---|
46 | <refclass>&product-name;</refclass>
|
---|
47 | </refnamediv>
|
---|
48 |
|
---|
49 | <refsynopsisdiv>
|
---|
50 | <cmdsynopsis id="synopsis-vboxmanage-hostonlynet-add">
|
---|
51 | <command>VBoxManage hostonlynet add</command>
|
---|
52 | <arg choice="req">--name=<replaceable>имя-сети</replaceable></arg>
|
---|
53 | <arg choice="opt">--id=<replaceable>id-сети</replaceable></arg>
|
---|
54 | <arg choice="req">--netmask=<replaceable>маска</replaceable></arg>
|
---|
55 | <arg choice="req">--lower-ip=<replaceable>адрес</replaceable></arg>
|
---|
56 | <arg choice="req">--upper-ip=<replaceable>адрес</replaceable></arg>
|
---|
57 | <group choice="opt">
|
---|
58 | <arg choice="plain">--enable</arg>
|
---|
59 | <arg choice="plain">--disable</arg>
|
---|
60 | </group>
|
---|
61 | </cmdsynopsis>
|
---|
62 | <cmdsynopsis id="synopsis-vboxmanage-hostonlynet-modify">
|
---|
63 | <command>VBoxManage hostonlynet modify</command>
|
---|
64 | <group choice="req">
|
---|
65 | <arg choice="plain">--name=<replaceable>имя-сети</replaceable></arg>
|
---|
66 | <arg choice="plain">--id=<replaceable>id-сети</replaceable></arg>
|
---|
67 | </group>
|
---|
68 | <arg choice="opt">--lower-ip=<replaceable>адрес</replaceable></arg>
|
---|
69 | <arg choice="opt">--upper-ip=<replaceable>адрес</replaceable></arg>
|
---|
70 | <arg choice="opt">--netmask=<replaceable>маска</replaceable></arg>
|
---|
71 | <group choice="opt">
|
---|
72 | <arg choice="plain">--enable</arg>
|
---|
73 | <arg choice="plain">--disable</arg>
|
---|
74 | </group>
|
---|
75 | </cmdsynopsis>
|
---|
76 | <cmdsynopsis id="synopsis-vboxmanage-hostonlynet-remove">
|
---|
77 | <command>VBoxManage hostonlynet remove</command>
|
---|
78 | <group choice="req">
|
---|
79 | <arg choice="plain">--name=<replaceable>имя-сети</replaceable></arg>
|
---|
80 | <arg choice="plain">--id=<replaceable>id-сети</replaceable></arg>
|
---|
81 | </group>
|
---|
82 | </cmdsynopsis>
|
---|
83 | </refsynopsisdiv>
|
---|
84 |
|
---|
85 | <refsect1>
|
---|
86 | <title>Описание</title>
|
---|
87 |
|
---|
88 | <para>
|
---|
89 | Команда <command>hostonlynet</command> позволяет управлять сетями
|
---|
90 | хоста.
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <refsect2 id="vboxmanage-hostonlynet-common-options">
|
---|
94 | <title>Общие параметры</title>
|
---|
95 | <remark role="help-scope" condition="GLOBAL"/>
|
---|
96 | <para> Все подкоманды <command>hostonlynet</command> оперируют над
|
---|
97 | сетью хоста, идентифицируемой через ее имя или UUID:</para>
|
---|
98 | <variablelist>
|
---|
99 | <varlistentry>
|
---|
100 | <term>--name=<replaceable>имя-сети</replaceable></term>
|
---|
101 | <listitem><para>Имя сети хоста. Его можно увидеть в поле
|
---|
102 | VBoxNetworkName вывода команды
|
---|
103 | <command>VBoxManage list hostonlynets</command>.
|
---|
104 | </para></listitem>
|
---|
105 | </varlistentry>
|
---|
106 | <varlistentry>
|
---|
107 | <term>--id=<replaceable>id-сети</replaceable></term>
|
---|
108 | <listitem><para>UUID сети хоста. Если не указан при добавлении
|
---|
109 | новой сети, то будет сгенерирован автоматически.
|
---|
110 | </para></listitem>
|
---|
111 | </varlistentry>
|
---|
112 | </variablelist>
|
---|
113 | </refsect2>
|
---|
114 |
|
---|
115 | <refsect2 id="vboxmanage-hostonlynet-add">
|
---|
116 | <title>hostonlynet add</title>
|
---|
117 | <remark role="help-copy-synopsis"/>
|
---|
118 | <para>
|
---|
119 | Добавляет новую сеть хоста.
|
---|
120 | </para>
|
---|
121 | <para>
|
---|
122 | Опции для настройки сети хоста:
|
---|
123 | </para>
|
---|
124 | <variablelist>
|
---|
125 | <varlistentry>
|
---|
126 | <term><option>--netmask=<replaceable>маска</replaceable></option></term>
|
---|
127 | <listitem><para>Сетевая маска. Обычно 255.255.255.0.</para></listitem>
|
---|
128 | </varlistentry>
|
---|
129 | <varlistentry>
|
---|
130 | <term><option>--lower-ip=<replaceable>адрес</replaceable></option>, <option>--upper-ip=<replaceable>адрес</replaceable></option></term>
|
---|
131 | <listitem><para> Диапазон IP адресов, распределяемых через DHCP.
|
---|
132 | Верхняя границы включается, тогда как нижняя - нет, поэтому
|
---|
133 | верхний адрес будет также распределен клиентам, тогда как
|
---|
134 | нижний используется самим хостом.</para></listitem>
|
---|
135 | </varlistentry>
|
---|
136 | <varlistentry>
|
---|
137 | <term><option>--enable</option>, --disable</term>
|
---|
138 | <listitem><para>Должная ли сеть хоста быть включена или выключена. Если не указано,
|
---|
139 | сеть создается во включенном состоянии.</para></listitem>
|
---|
140 | </varlistentry>
|
---|
141 | </variablelist>
|
---|
142 | </refsect2>
|
---|
143 |
|
---|
144 | <refsect2 id="vboxmanage-hostonlynet-modify">
|
---|
145 | <title>hostonlynet modify</title>
|
---|
146 | <remark role="help-copy-synopsis"/>
|
---|
147 | <para>
|
---|
148 | Команда модифицирует существующую конфигурацию сети хоста. Она принимает те же
|
---|
149 | опции что и команда <command>add</command>.
|
---|
150 | </para>
|
---|
151 | </refsect2>
|
---|
152 |
|
---|
153 | <refsect2 id="vboxmanage-hostonlynet-remove">
|
---|
154 | <title>hostonlynet remove</title>
|
---|
155 | <remark role="help-copy-synopsis"/>
|
---|
156 | <para>
|
---|
157 | Удаляет указанную сеть хоста.
|
---|
158 | </para>
|
---|
159 | </refsect2>
|
---|
160 |
|
---|
161 | </refsect1>
|
---|
162 |
|
---|
163 | </refentry>
|
---|
164 |
|
---|