summaryrefslogtreecommitdiff
blob: b04c2ceb5c0aa8471241cd7693f8f22e11310b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-09-05 14:12+0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(abstract):11
msgid "Gentoo provides you flexible networking - here you are told about choosing different DHCP clients, setting up bonding, bridging, VLANs and more."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(version):16
msgid "9"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(date):17
msgid "2011-08-13"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):20
msgid "Network Modules"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):23
msgid "We now support modular networking scripts, which means we can easily add support for new interface types and configuration modules while keeping compatibility with existing ones."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):29
msgid "Modules load by default if the package they need is installed. If you specify a module here that doesn't have its package installed then you get an error stating which package you need to install. Ideally, you only use the modules setting when you have two or more packages installed that supply the same service and you need to prefer one over the other."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(note):37
msgid "All settings discussed here are stored in <path>/etc/conf.d/net</path> unless otherwise specified."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):42
msgid "Module preference"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):42
#, no-wrap
msgid "\n<comment># Prefer iproute2 over ifconfig</comment>\nmodules=\"iproute2\"\n\n<comment># You can also specify other modules for an interface\n# In this case we prefer pump over dhcpcd</comment>\nmodules_eth0=\"pump\"\n\n<comment># You can also specify which modules not to use - for example you may be\n# using a supplicant or linux-wlan-ng to control wireless configuration but\n# you still want to configure network settings per ESSID associated with.</comment>\nmodules=\"!iwconfig\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):59
msgid "Interface Handlers"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):62
msgid "We provide two interface handlers presently: <c>ifconfig</c> and <c>iproute2</c>. You need one of these to do any kind of network configuration."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):67
msgid "<c>ifconfig</c> is the current Gentoo default and it's included in the system profile. <c>iproute2</c> is a more powerful and flexible package, but it's not included by default."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):73
msgid "To install iproute2"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):73
#, no-wrap
msgid "\n# <i>emerge sys-apps/iproute2</i>\n\n<comment># To prefer iproute2 over ifconfig if both are installed</comment>\nmodules=\"iproute2\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):80
msgid "As both <c>ifconfig</c> and <c>iproute2</c> do very similar things we allow their basic configuration to work with each other. For example both the below code snippet work regardless of which module you are using."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):86
msgid "ifconfig and iproute2 examples"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):86
#, no-wrap
msgid "\nconfig_eth0=\"192.168.0.2/24\"\nconfig_eth0=\"192.168.0.2 netmask 255.255.255.0\"\n\n<comment># We can also specify broadcast</comment>\nconfig_eth0=\"192.168.0.2/24 brd 192.168.0.255\"\nconfig_eth0=\"192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):98
msgid "DHCP"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):101
msgid "DHCP is a means of obtaining network information (IP address, DNS servers, Gateway, etc) from a DHCP server. This means that if there is a DHCP server running on the network, you just have to tell each client to use DHCP and it sets up the network all by itself. Of course, you will have to configure for other things like wireless, PPP or other things if required before you can use DHCP."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):110
msgid "DHCP can be provided by <c>dhclient</c>, <c>dhcpcd</c>, or <c>pump</c>. Each DHCP module has its pros and cons - here's a quick run down."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):117
msgid "DHCP Module"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):118
msgid "Package"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):119
msgid "Pros"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):120
msgid "Cons"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):125
msgid "Made by ISC, the same people who make the BIND DNS software. Very configurable"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):129
msgid "Configuration is overly complex, software is quite bloated, cannot get NTP servers from DHCP, does not send hostname by default"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):137
msgid "Long time Gentoo default, no reliance on outside tools, actively developed by Gentoo"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):141
msgid "Can be slow at times, does not yet daemonize when lease is infinite"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):146
msgid "Lightweight, no reliance on outside tools"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):149
msgid "No longer maintained upstream, unreliable, especially over modems, cannot get NIS servers from DHCP"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):156
msgid "If you have more than one DHCP client installed, you need to specify which one to use - otherwise we default to <c>dhcpcd</c> if available."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):161
msgid "To send specific options to the DHCP module, use <c>module_eth0=\"...\"</c><e>(change module to the DHCP module you're using - i.e. <c>dhcpcd_eth0</c>)</e>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):166
msgid "We try and make DHCP relatively agnostic - as such we support the following commands using the <c>dhcp_eth0</c> variable. The default is not to set any of them:"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):173
msgid "<c>release</c> - releases the IP address for re-use"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):174
msgid "<c>nodns</c> - don't overwrite <path>/etc/resolv.conf</path>"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):175
msgid "<c>nontp</c> - don't overwrite <path>/etc/ntp.conf</path>"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):176
msgid "<c>nonis</c> - don't overwrite <path>/etc/yp.conf</path>"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):179
msgid "Sample DHCP configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):179
#, no-wrap
msgid "\n<comment># Only needed if you have more than one DHCP module installed</comment>\nmodules=\"dhcpcd\"\n\nconfig_eth0=\"dhcp\"\ndhcpcd_eth0=\"-t 10\" <comment># Timeout after 10 seconds</comment>\ndhcp_eth0=\"release nodns nontp nonis\" <comment># Only get an address</comment>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(note):188
msgid "<c>dhcpcd</c> and <c>pump</c> send the current hostname to the DHCP server by default so you don't need to specify this anymore."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):196
msgid "ADSL with PPPoE/PPPoA"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):199
msgid "First we need to install the ADSL software."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):203
msgid "Install the ppp package"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):203
#, no-wrap
msgid "\n# <i>emerge net-dialup/ppp</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):207
msgid "Second, create the PPP net script and the net script for the ethernet interface to be used by PPP:"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):212
msgid "Creating the PPP and ethernet scripts"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):212
#, no-wrap
msgid "\n# <i>ln -s /etc/init.d/net.lo /etc/init.d/net.ppp0</i>\n# <i>ln -s /etc/init.d/net.lo /etc/init.d/net.eth0</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):217
msgid "Be sure to set <c>rc_depend_strict</c> to \"YES\" in <path>/etc/rc.conf</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):221
msgid "Now we need to configure <path>/etc/conf.d/net</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):225
msgid "A basic PPPoE setup"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):225
#, no-wrap
msgid "\nconfig_eth0=null <comment>(Specify your ethernet interface)</comment>\nconfig_ppp0=\"ppp\"\nlink_ppp0=\"eth0\" <comment>(Specify your ethernet interface)</comment>\nplugins_ppp0=\"pppoe\"\nusername_ppp0='user'\npassword_ppp0='password'\npppd_ppp0=\"\nnoauth\ndefaultroute\nusepeerdns\nholdoff 3\nchild-timeout 60\nlcp-echo-interval 15\nlcp-echo-failure 3\nnoaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp\"\n\nrc_need_ppp0=\"net.eth0\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):245
msgid "You can also set your password in <path>/etc/ppp/pap-secrets</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):249
msgid "Sample /etc/ppp/pap-secrets"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):249
#, no-wrap
msgid "\n<comment># The * is important</comment>\n\"username\"  *  \"password\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):254
msgid "If you use PPPoE with a USB modem you'll need to emerge <c>br2684ctl</c>. Please read <path>/usr/portage/net-dialup/speedtouch-usb/files/README</path> for information on how to properly configure it."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):260
msgid "Please carefully read the section on ADSL and PPP in <path>/usr/share/doc/openrc-0.8.3-r1/net.example.bz2</path>. It contains many more detailed explanations of all the settings your particular PPP setup will likely need. Of course, change <c>0.8.3-r1</c> with the version of OpenRC installed on your system."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):271
msgid "APIPA (Automatic Private IP Addressing)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):274
msgid "APIPA tries to find a free address in the range 169.254.0.0-169.254.255.255 by arping a random address in that range on the interface. If no reply is found then we assign that address to the interface."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):280
msgid "This is only useful for LANs where there is no DHCP server and you don't connect directly to the internet and all other computers use APIPA."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):285
msgid "For APIPA support, emerge <c>net-misc/iputils</c> or <c>net-analyzer/arping</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):289
msgid "APIPA configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):289
#, no-wrap
msgid "\n<comment># Try DHCP first - if that fails then fallback to APIPA</comment>\nconfig_eth0=\"dhcp\"\nfallback_eth0=\"apipa\"\n\n<comment># Just use APIPA</comment>\nconfig_eth0=\"apipa\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):301
msgid "Bonding"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):304
msgid "For link bonding/trunking emerge <c>net-misc/ifenslave</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):308
msgid "Bonding is used to increase network bandwidth. If you have two network cards going to the same network, you can bond them together so your applications see just one interface but they really use both network cards."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):314
msgid "bonding configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):314
#, no-wrap
msgid "\n<comment># To bond interfaces together</comment>\nslaves_bond0=\"eth0 eth1 eth2\"\n\n<comment># You may not want to assign an IP to the bonded interface</comment>\nconfig_bond0=\"null\"\n\n<comment># Depend on eth0, eth1 and eth2 as they may require extra configuration</comment>\nrc_need_bond0=\"net.eth0 net.eth1 net.eth2\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):328
msgid "Bridging (802.1d support)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):331
msgid "For bridging support emerge <c>net-misc/bridge-utils</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):335
msgid "Bridging is used to join networks together. For example, you may have a server that connects to the internet via an ADSL modem and a wireless access card to enable other computers to connect to the internet via the ADSL modem. You could create a bridge to join the two interfaces together."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):342
msgid "Bridge configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):342
#, no-wrap
msgid "\n<comment># Configure the bridge - \"man brctl\" for more details</comment>\nbrctl_br0=\"setfd 0\" \"sethello 0\" \"stp off\"\n\n<comment># To add ports to bridge br0</comment>\nbridge_br0=\"eth0 eth1\"\n\n<comment># You need to configure the ports to null values so dhcp does not get started</comment>\nconfig_eth0=\"null\"\nconfig_eth1=\"null\"\n\n<comment># Finally give the bridge an address - you could use DHCP as well</comment>\nconfig_br0=\"192.168.0.1/24\"\n\n<comment># Depend on eth0 and eth1 as they may require extra configuration</comment>\nrc_need_br0=\"net.eth0 net.eth1\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):360
msgid "For using some bridge setups, you may need to consult the <uri link=\"?part=4&amp;chap=2#variable_name\">variable name</uri> documentation."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):368
msgid "MAC Address"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):371
msgid "If you need to, you can change the MAC address of your interfaces through the network configuration file too."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):376
msgid "MAC Address change example"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):376
#, no-wrap
msgid "\n<comment># To set the MAC address of the interface</comment>\nmac_eth0=\"00:11:22:33:44:55\"\n\n<comment># To randomize the last 3 bytes only</comment>\nmac_eth0=\"random-ending\"\n\n<comment># To randomize between the same physical type of connection (e.g. fibre,\n# copper, wireless) , all vendors</comment>\nmac_eth0=\"random-samekind\"\n\n<comment># To randomize between any physical type of connection (e.g. fibre, copper,\n# wireless) , all vendors</comment>\nmac_eth0=\"random-anykind\"\n\n<comment># Full randomization - WARNING: some MAC addresses generated by this may\n# NOT act as expected</comment>\nmac_eth0=\"random-full\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):399
msgid "Tunnelling"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):402
msgid "You don't need to emerge anything for tunnelling as the interface handler can do it for you."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):407
msgid "Tunnelling configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):407
#, no-wrap
msgid "\n<comment># For GRE tunnels</comment>\niptunnel_vpn0=\"mode gre remote 207.170.82.1 key 0xffffffff ttl 255\"\n\n<comment># For IPIP tunnels</comment>\niptunnel_vpn0=\"mode ipip remote 207.170.82.2 ttl 255\"\n\n<comment># To configure the interface</comment>\nconfig_vpn0=\"192.168.0.2 peer 192.168.1.1\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):421
msgid "VLAN (802.1q support)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):424
msgid "For VLAN support, emerge <c>net-misc/vconfig</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):428
msgid "Virtual LAN is a group of network devices that behave as if they were connected to a single network segment - even though they may not be. VLAN members can only see members of the same VLAN even though they may share the same physical network."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):435
msgid "VLAN configuration in /etc/conf.d/net"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):435
#, no-wrap
msgid "\n<comment># Specify the VLAN numbers for the interface like so</comment>\n<comment># Please ensure your VLAN IDs are NOT zero-padded</comment>\nvlans_eth0=\"1 2\"\n\n<comment># You can also configure the VLAN</comment>\n<comment># see for vconfig man page for more details</comment>\nvconfig_eth0=\"set_name_type VLAN_PLUS_VID_NO_PAD\"\nvconfig_vlan1=\"set_flag 1\" \"set_egress_map 2 6\"\n\n<comment># Configure the interface as usual</comment>\nconfig_vlan1=\"172.16.3.1 netmask 255.255.254.0\"\nconfig_vlan2=\"172.16.2.1 netmask 255.255.254.0\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):450
msgid "For using some VLAN setups, you may need to consult the <uri link=\"?part=4&amp;chap=2#variable_name\">variable name</uri> documentation."
msgstr ""

#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(None):0
msgid "translator-credits"
msgstr ""