]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-usernet.sgml.in
utils: add errno logs for exception case
[mirror_lxc.git] / doc / ko / lxc-usernet.sgml.in
CommitLineData
2b371b26
SY
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 Korean
25by Sungbae Yoo <sungbae.yoo at samsung.com>
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>
996d7770
SY
78 <para>또는 아래의 형식을 사용할 수 있다.</para>
79 <para>
80 <command>@group</command> <command>type</command> <command>bridge</command> <command>number</command>
81 </para>
2b371b26
SY
82 <para>
83 <!--
84 Where
85 -->
86 여기서 각 항목들은 다음과 같은 의미를 가진다.
87 </para>
88
89 <variablelist>
90
91 <varlistentry>
92 <term>
93 <option>user</option>
94 </term>
95 <listitem>
96 <para>
97 <!--
98 is the username to whom this entry applies.
99 -->
100 이 항목이 적용될 사용자 이름을 가리킨다.
101 </para>
102 </listitem>
103 </varlistentry>
104
105 <varlistentry>
106 <term>
996d7770
SY
107 <option>@group</option>
108 </term>
109 <listitem>
110 <para>
111 <!--
112 is the groupname to which this entry applies.
113 -->
114 이 항목이 적용될 그룹 이름을 가리킨다.
115 </para>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry>
120 <term>
2b371b26
SY
121 <option>type</option>
122 </term>
123 <listitem>
124 <para>
125 <!--
126 is the type of network interface being allowed. Only veth
127 is currently supported.
128 -->
129 허용되는 네트워크 인터페이스 형태를 가리킨다. veth만 지원된다.
130 </para>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry>
135 <term>
136 <option>bridge</option>
137 </term>
138 <listitem>
139 <para>
140 <!--
141 is the bridge to which the network interfaces may be attached, for
142 instance <filename>lxcbr0</filename>.
143 -->
996d7770 144 네트워크 인터페이스들을 붙일 수 있는 브리지를 가리킨다.
2b371b26
SY
145 예를 들어 <filename>lxcbr0</filename>로 지정 가능하다.
146 </para>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry>
151 <term>
152 <option>number</option>
153 </term>
154 <listitem>
155 <para>
156 <!--
996d7770
SY
157 is the number or quota of network interfaces of the given type which the
158 given user or group may attach to the given bridge, for instance <filename>2</filename>.
2b371b26 159 -->
996d7770 160 지정한 사용자 또는 그룹이 지정된 브리지에 붙일 수 있는 지정된 형태의 네트워크 인터페이스 개수를 가리킨다.
2b371b26
SY
161 예를 들어 <filename>2</filename>로 지정 가능하다.
162 </para>
163 </listitem>
164 </varlistentry>
165 </variablelist>
996d7770
SY
166
167 <para>
168 <!--
169 Since a user can be specified both by username as well as one or
170 more usergroups, it is possible that several configuration lines
171 enable that user to create network interfaces. In such cases, any
172 interfaces create are counted towards the quotas of the user or group
173 in the order in which they appear in the file. If the quota of one
174 line is full, the rest will be parsed until one is found or the end of
175 the file.
176 -->
177 사용자는 사용자 이름이나 하나 이상의 사용자 그룹을 통해 지정될 수 있으므로, 여러 줄의 설정을 통해 사용자가 네트워크 인터페이스들을 생성할 수 있도록 하는 것이 가능하다.
178 이러한 경우, 인터페이스 생성은 파일 상의 순서대로 사용자 또는 그룹의 사용량에 집계된다.
179 만약 해당 줄에서 할당한 개수가 가득차면, 또다른 설정이 발견되거나 파일의 끝에 도달할 때까지 행을 계속 읽어들인다.
180 </para>
2b371b26
SY
181 </refsect2>
182
183 </refsect1>
184
185 <refsect1>
186 <title><!-- See Also -->참조</title>
187 <simpara>
188 <citerefentry>
189 <refentrytitle><command>lxc</command></refentrytitle>
190 <manvolnum>1</manvolnum>
191 </citerefentry>,
192 <citerefentry>
193 <refentrytitle><command>lxc-user-nic</command></refentrytitle>
194 <manvolnum>1</manvolnum>
195 </citerefentry>
196 </simpara>
197 </refsect1>
198
199 <refsect1>
200 <title><!-- Author -->저자</title>
201 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
202 </refsect1>
203
204</refentry>
205
206<!-- Keep this comment at the end of the file
207Local variables:
208mode: sgml
209sgml-omittag:t
210sgml-shorttag:t
211sgml-minimize-attributes:nil
212sgml-always-quote-attributes:t
213sgml-indent-step:2
214sgml-indent-data:t
215sgml-parent-document:nil
216sgml-default-dtd-file:nil
217sgml-exposed-tags:nil
218sgml-local-catalogs:nil
219sgml-local-ecat-files:nil
220End:
221-->