]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc-usernet.sgml.in
doc: Improve Japanese man pages
[mirror_lxc.git] / doc / ja / lxc-usernet.sgml.in
CommitLineData
07ece600
KY
1<!--
2
3lxc: linux Container library
4
5(C) Copyright Canonical Ltd. 2013
6
7Authors:
8Serge Hallyn <serge.hallyn@ubuntu.com>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24Translated into Japanese
25by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27-->
28
29<!DOCTYPE refentry PUBLIC @docdtd@ [
30
31<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
32]>
33
34<refentry>
35
36 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
37
38 <refmeta>
39 <refentrytitle>lxc-usernet</refentrytitle>
40 <manvolnum>5</manvolnum>
41 </refmeta>
42
43 <refnamediv>
44 <refname>lxc-usernet</refname>
45
46 <refpurpose>
47 <!--
48 unprivileged user network administration file.
49 -->
50 非特権ユーザのネットワーク管理用の設定ファイル
51 </refpurpose>
52 </refnamediv>
53
54 <refsect1>
55 <title><!-- Description -->説明</title>
56
57 <para>
58 <!--
59 <filename>@LXC_USERNIC_CONF@</filename> controls the limits which the
60 program <command>lxc-user-nic</command> places on network interfaces
61 which an unprivileged user may create.
62 -->
63 <filename>@LXC_USERNIC_CONF@</filename> は,非特権ユーザが作成する可能性のあるネットワークインターフェースを <command>lxc-user-nic</command> プログラムが割り当てる際の制限を制御します.
64 </para>
65
66 <refsect2>
67 <title><!-- Configuration -->設定</title>
68 <para>
69 <!--
70 This file consists of multiple entries, one per line, of the form:
71 -->
72 このファイルは,一行が以下のような形式の複数のエントリを持つ行から構成されます.
73 </para>
74
75 <para>
76 <command>user</command> <command>type</command> <command>bridge</command> <command>number</command>
77 </para>
78 <para>
79 <!--
80 Where
81 -->
82 ここでそれぞれのエントリは以下のような意味を持ちます.
83 </para>
84
85 <variablelist>
86
87 <varlistentry>
88 <term>
89 <option>user</option>
90 </term>
91 <listitem>
92 <para>
93 <!--
94 is the username to whom this entry applies.
95 -->
96 このエントリを適用するユーザ名
97 </para>
98 </listitem>
99 </varlistentry>
100
101 <varlistentry>
102 <term>
103 <option>type</option>
104 </term>
105 <listitem>
106 <para>
107 <!--
108 is the type of network interface being allowed. Only veth
109 is currently supported.
110 -->
111 許可されるネットワークインターフェースのタイプ.現時点では veth のみサポートされます.
112 </para>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry>
117 <term>
118 <option>bridge</option>
119 </term>
120 <listitem>
121 <para>
122 <!--
123 is the bridge to which the network interfaces may be attached, for
124 instance <filename>lxcbr0</filename>.
125 -->
9a97d4e4
KY
126 ネットワークインターフェースが接続されるブリッジ.
127 例えば <filename>lxcbr0</filename> のように指定します.
07ece600
KY
128 </para>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry>
133 <term>
134 <option>number</option>
135 </term>
136 <listitem>
137 <para>
138 <!--
139 is the number of network interfaces of the given type which the
140 given user may attach to the given bridge, for instance <filename>2</filename>.
141 -->
9a97d4e4
KY
142 指定したユーザが,指定したブリッジに接続できる,指定した形式のネットワークインターフェースの数.
143 例えば <filename>2</filename> のように指定します.
07ece600
KY
144 </para>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148 </refsect2>
149
150 </refsect1>
151
152 <refsect1>
153 <title>See Also</title>
154 <simpara>
155 <citerefentry>
156 <refentrytitle><command>lxc</command></refentrytitle>
157 <manvolnum>1</manvolnum>
158 </citerefentry>,
159 <citerefentry>
160 <refentrytitle><command>lxc-user-nic</command></refentrytitle>
161 <manvolnum>1</manvolnum>
162 </citerefentry>
163 </simpara>
164 </refsect1>
165
166 <refsect1>
167 <title>Author</title>
168 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
169 </refsect1>
170
171</refentry>
172
173<!-- Keep this comment at the end of the file
174Local variables:
175mode: sgml
176sgml-omittag:t
177sgml-shorttag:t
178sgml-minimize-attributes:nil
179sgml-always-quote-attributes:t
180sgml-indent-step:2
181sgml-indent-data:t
182sgml-parent-document:nil
183sgml-default-dtd-file:nil
184sgml-exposed-tags:nil
185sgml-local-catalogs:nil
186sgml-local-ecat-files:nil
187End:
188-->