summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/gettext/hb-net-modules.xml.pot')
-rw-r--r--handbook/gettext/hb-net-modules.xml.pot158
1 files changed, 79 insertions, 79 deletions
diff --git a/handbook/gettext/hb-net-modules.xml.pot b/handbook/gettext/hb-net-modules.xml.pot
index b04c2ce..71a55cf 100644
--- a/handbook/gettext/hb-net-modules.xml.pot
+++ b/handbook/gettext/hb-net-modules.xml.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-09-05 14:12+0600\n"
+"POT-Creation-Date: 2011-10-28 22:38+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"
@@ -14,11 +14,11 @@ msgid "Gentoo provides you flexible networking - here you are told about choosin
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(version):16
-msgid "9"
+msgid "10"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(date):17
-msgid "2011-08-13"
+msgid "2011-10-23"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):20
@@ -43,7 +43,7 @@ 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"
+msgid "\n<comment># Prefer ifconfig over iproute2</comment>\nmodules=\"ifconfig\"\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
@@ -55,7 +55,7 @@ msgid "We provide two interface handlers presently: <c>ifconfig</c> and <c>iprou
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."
+msgid "<c>ifconfig</c> is installed by default (the <c>net-tools</c> package is part of 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
@@ -64,310 +64,310 @@ 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"
+msgid "\n# <i>emerge sys-apps/iproute2</i>\n\n<comment># To prefer ifconfig over iproute2 if both are installed as openrc prefers\n# to use iproute2 then</comment>\nmodules=\"ifconfig\"\n"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):80
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):81
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):87
msgid "ifconfig and iproute2 examples"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):86
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):87
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):99
msgid "DHCP"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):101
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):102
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):111
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):118
msgid "DHCP Module"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):118
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):119
msgid "Package"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):119
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):120
msgid "Pros"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):120
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(th):121
msgid "Cons"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):125
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):126
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):130
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):138
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):142
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):147
msgid "Lightweight, no reliance on outside tools"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):149
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(ti):150
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):157
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):162
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):167
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):174
msgid "<c>release</c> - releases the IP address for re-use"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):174
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):175
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):176
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(li):177
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):180
msgid "Sample DHCP configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):179
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):180
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(note):189
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):197
msgid "ADSL with PPPoE/PPPoA"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):199
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):200
msgid "First we need to install the ADSL software."
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):203
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):204
msgid "Install the ppp package"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):203
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):204
#, no-wrap
msgid "\n# <i>emerge net-dialup/ppp</i>\n"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):207
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):208
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):213
msgid "Creating the PPP and ethernet scripts"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):212
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):213
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):218
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):222
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):226
msgid "A basic PPPoE setup"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):225
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):226
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):246
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):250
msgid "Sample /etc/ppp/pap-secrets"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):249
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):250
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):255
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):261
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):272
msgid "APIPA (Automatic Private IP Addressing)"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):274
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):275
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):281
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):286
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):290
msgid "APIPA configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):289
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):290
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):302
msgid "Bonding"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):304
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):305
msgid "For link bonding/trunking emerge <c>net-misc/ifenslave</c>."
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):308
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):309
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):315
msgid "bonding configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):314
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):315
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):329
msgid "Bridging (802.1d support)"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):331
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):332
msgid "For bridging support emerge <c>net-misc/bridge-utils</c>."
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):335
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):336
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):343
msgid "Bridge configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):342
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):343
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):361
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):369
msgid "MAC Address"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):371
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):372
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):377
msgid "MAC Address change example"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):376
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):377
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):400
msgid "Tunnelling"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):402
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):403
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):408
msgid "Tunnelling configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):407
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):408
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(title):422
msgid "VLAN (802.1q support)"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):424
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):425
msgid "For VLAN support, emerge <c>net-misc/vconfig</c>."
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):428
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(p):429
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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre:caption):436
msgid "VLAN configuration in /etc/conf.d/net"
msgstr ""
-#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):435
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(pre):436
#, 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
+#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-net-modules.xml(impo):451
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 ""