]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ja/lxc-usernet.sgml.in
Add Japanese man pages for lxc-user-nic
[mirror_lxc.git] / doc / ja / lxc-usernet.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright Canonical Ltd. 2013
6
7 Authors:
8 Serge Hallyn <serge.hallyn@ubuntu.com>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24 Translated into Japanese
25 by 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 -->
126 ネットワークインターフェースが接続されるブリッジ.例えば <filename>lxcbr0</filename> のように指定します.
127 </para>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry>
132 <term>
133 <option>number</option>
134 </term>
135 <listitem>
136 <para>
137 <!--
138 is the number of network interfaces of the given type which the
139 given user may attach to the given bridge, for instance <filename>2</filename>.
140 -->
141 指定したユーザが,指定したブリッジに接続できる,指定した形式のネットワークインターフェースの数.例えば <filename>2</filename> のように指定します.
142 </para>
143 </listitem>
144 </varlistentry>
145 </variablelist>
146 </refsect2>
147
148 </refsect1>
149
150 <refsect1>
151 <title>See Also</title>
152 <simpara>
153 <citerefentry>
154 <refentrytitle><command>lxc</command></refentrytitle>
155 <manvolnum>1</manvolnum>
156 </citerefentry>,
157 <citerefentry>
158 <refentrytitle><command>lxc-user-nic</command></refentrytitle>
159 <manvolnum>1</manvolnum>
160 </citerefentry>
161 </simpara>
162 </refsect1>
163
164 <refsect1>
165 <title>Author</title>
166 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
167 </refsect1>
168
169 </refentry>
170
171 <!-- Keep this comment at the end of the file
172 Local variables:
173 mode: sgml
174 sgml-omittag:t
175 sgml-shorttag:t
176 sgml-minimize-attributes:nil
177 sgml-always-quote-attributes:t
178 sgml-indent-step:2
179 sgml-indent-data:t
180 sgml-parent-document:nil
181 sgml-default-dtd-file:nil
182 sgml-exposed-tags:nil
183 sgml-local-catalogs:nil
184 sgml-local-ecat-files:nil
185 End:
186 -->