networkd.po 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:11
  20. msgid "General Network Configuration"
  21. msgstr ""
  22. #. type: Content of: <sect1><sect2><indexterm><primary>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:14
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:261
  25. msgid "network"
  26. msgstr ""
  27. #. type: Content of: <sect1><sect2><indexterm><secondary>
  28. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:15
  29. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:230
  30. msgid "configuring"
  31. msgstr ""
  32. #. type: Content of: <sect1><para>
  33. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:17
  34. msgid "This section only applies if a network card is to be configured."
  35. msgstr ""
  36. #. type: Content of: <sect1><sect2><title>
  37. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:21
  38. msgid "Network Interface Configuration Files"
  39. msgstr ""
  40. #. type: Content of: <sect1><sect2><para>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:23
  42. msgid ""
  43. "Starting with version 209, systemd ships a network configuration daemon "
  44. "called <command>systemd-networkd</command> which can be used for basic "
  45. "network configuration. Additionally, since version 213, DNS name resolution "
  46. "can be handled by <command>systemd-resolved</command> in place of a static "
  47. "<filename>/etc/resolv.conf</filename> file. Both services are enabled by "
  48. "default."
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><para>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:30
  52. msgid ""
  53. "Configuration files for <command>systemd-networkd</command> (and "
  54. "<command>systemd-resolved</command>) can be placed in <filename "
  55. "class=\"directory\">/usr/lib/systemd/network</filename> or <filename "
  56. "class=\"directory\">/etc/systemd/network</filename>. Files in <filename "
  57. "class=\"directory\">/etc/systemd/network</filename> have a higher priority "
  58. "than the ones in <filename "
  59. "class=\"directory\">/usr/lib/systemd/network</filename>. There are three "
  60. "types of configuration files: <filename "
  61. "class=\"extension\">.link</filename>, <filename "
  62. "class=\"extension\">.netdev</filename> and <filename "
  63. "class=\"extension\">.network</filename> files. For detailed descriptions and "
  64. "example contents of these configuration files, consult the "
  65. "<filename>systemd-link(5)</filename>, <filename>systemd-netdev(5)</filename> "
  66. "and <filename>systemd-network(5)</filename> manual pages."
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><sect3><title>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:47
  70. msgid "Network Device Naming"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><sect3><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:50
  74. msgid ""
  75. "Udev normally assigns network card interface names based on physical system "
  76. "characteristics such as enp2s1. If you are not sure what your interface name "
  77. "is, you can always run <command>ip link</command> after you have booted your "
  78. "system."
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><sect3><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:57
  82. msgid ""
  83. "For most systems, there is only one network interface for each type of "
  84. "connection. For example, the classic interface name for a wired connection "
  85. "is eth0. A wireless connection will usually have the name wifi0 or wlan0."
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><sect3><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:64
  89. msgid ""
  90. "If you prefer to use the classic or customized network interface names, "
  91. "there are three alternative ways to do that:"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:71
  95. #, no-wrap
  96. msgid "<userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:70
  100. msgid ""
  101. "Mask udev's .link file for the default policy: <placeholder type=\"screen\" "
  102. "id=\"0\"/>"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:77
  106. msgid ""
  107. "Create a manual naming scheme, for example by naming the interfaces "
  108. "something like \"internet0\", \"dmz0\", or \"lan0\". To do that, create "
  109. ".link files in /etc/systemd/network/ that select an explicit name or a "
  110. "better naming scheme for your network interfaces. For example:"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:84
  114. #, no-wrap
  115. msgid ""
  116. "<userinput>cat &gt; /etc/systemd/network/10-ether0.link &lt;&lt; \"EOF\"\n"
  117. "<literal>[Match]\n"
  118. "# Change the MAC address as appropriate for your network device\n"
  119. "MACAddress=12:34:45:78:90:AB\n"
  120. "\n"
  121. "[Link]\n"
  122. "Name=ether0</literal>\n"
  123. "EOF</userinput>"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:94
  127. msgid "See the man page systemd.link(5) for more information."
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:100
  131. msgid ""
  132. "In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the kernel command "
  133. "line."
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><sect3><title>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:108
  137. msgid "Static IP Configuration"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><sect3><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:110
  141. msgid ""
  142. "The command below creates a basic configuration file for a Static IP setup "
  143. "(using both systemd-networkd and systemd-resolved):"
  144. msgstr ""
  145. #. jhalfs relies on the values for Name, Address, etc. If you want to change
  146. #. them, please inform the jhalfs maintainer(s).
  147. #. type: Content of: <sect1><sect2><sect3><screen>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:115
  149. #, no-wrap
  150. msgid ""
  151. "<userinput>cat &gt; /etc/systemd/network/10-eth-static.network &lt;&lt; "
  152. "\"EOF\"\n"
  153. "<literal>[Match]\n"
  154. "Name=<replaceable>&lt;network-device-name&gt;</replaceable>\n"
  155. "\n"
  156. "[Network]\n"
  157. "Address=192.168.0.2/24\n"
  158. "Gateway=192.168.0.1\n"
  159. "DNS=192.168.0.1\n"
  160. "Domains=<replaceable>&lt;Your Domain Name&gt;</replaceable></literal>\n"
  161. "EOF</userinput>"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><sect3><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:126
  165. msgid ""
  166. "Multiple DNS entries can be added if you have more than one DNS server. Do "
  167. "not include DNS or Domains entries if you intend to use a static "
  168. "<filename>/etc/resolv.conf</filename> file."
  169. msgstr ""
  170. #. type: Content of: <sect1><sect2><sect3><title>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:133
  172. msgid "DHCP Configuration"
  173. msgstr ""
  174. #. type: Content of: <sect1><sect2><sect3><para>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:135
  176. msgid "The command below creates a basic configuration file for an IPv4 DHCP setup:"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><sect3><screen>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:138
  180. #, no-wrap
  181. msgid ""
  182. "<userinput>cat &gt; /etc/systemd/network/10-eth-dhcp.network &lt;&lt; "
  183. "\"EOF\"\n"
  184. "<literal>[Match]\n"
  185. "Name=&lt;network-device-name&gt;\n"
  186. "\n"
  187. "[Network]\n"
  188. "DHCP=ipv4\n"
  189. "\n"
  190. "[DHCP]\n"
  191. "UseDomains=true</literal>\n"
  192. "EOF</userinput>"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><title>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:154
  196. msgid "Creating the /etc/resolv.conf File"
  197. msgstr ""
  198. #. type: Content of: <sect1><sect2><indexterm><primary>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:157
  200. msgid "/etc/resolv.conf"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><para>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:160
  204. msgid ""
  205. "If the system is going to be connected to the Internet, it will need some "
  206. "means of Domain Name Service (DNS) name resolution to resolve Internet "
  207. "domain names to IP addresses, and vice versa. This is best achieved by "
  208. "placing the IP address of the DNS server, available from the ISP or network "
  209. "administrator, into <filename>/etc/resolv.conf</filename>."
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><sect3><title>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:168
  213. msgid "systemd-resolved Configuration"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><sect3><note><para>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:170
  217. msgid ""
  218. "If using another means to configure your network interfaces (ex: ppp, "
  219. "network-manager, etc.), or if using any type of local resolver (ex: bind, "
  220. "dnsmasq, unbound, etc.), or any other software that generates an "
  221. "<filename>/etc/resolv.conf</filename> (ex: resolvconf), the "
  222. "<command>systemd-resolved</command> service should not be used."
  223. msgstr ""
  224. #. type: Content of: <sect1><sect2><sect3><para>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:177
  226. msgid ""
  227. "When using <command>systemd-resolved</command> for DNS configuration, it "
  228. "creates the file "
  229. "<filename>/run/systemd/resolve/resolv.conf</filename>. Create a symlink in "
  230. "<filename>/etc</filename> to use the generated file:"
  231. msgstr ""
  232. #. type: Content of: <sect1><sect2><sect3><screen>
  233. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:182
  234. #, no-wrap
  235. msgid ""
  236. "<userinput>ln -sfv /run/systemd/resolve/resolv.conf "
  237. "/etc/resolv.conf</userinput>"
  238. msgstr ""
  239. #. type: Content of: <sect1><sect2><sect3><title>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:187
  241. msgid "Static resolv.conf Configuration"
  242. msgstr ""
  243. #. type: Content of: <sect1><sect2><sect3><para>
  244. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:189
  245. msgid ""
  246. "If a static <filename>/etc/resolv.conf</filename> is desired, create it by "
  247. "running the following command:"
  248. msgstr ""
  249. #. type: Content of: <sect1><sect2><sect3><screen>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:192
  251. #, no-wrap
  252. msgid ""
  253. "<userinput>cat &gt; /etc/resolv.conf &lt;&lt; \"EOF\"\n"
  254. "<literal># Begin /etc/resolv.conf\n"
  255. "\n"
  256. "domain <replaceable>&lt;Your Domain Name&gt;</replaceable>\n"
  257. "nameserver <replaceable>&lt;IP address of your primary "
  258. "nameserver&gt;</replaceable>\n"
  259. "nameserver <replaceable>&lt;IP address of your secondary "
  260. "nameserver&gt;</replaceable>\n"
  261. "\n"
  262. "# End /etc/resolv.conf</literal>\n"
  263. "EOF</userinput>"
  264. msgstr ""
  265. #. type: Content of: <sect1><sect2><sect3><para>
  266. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:202
  267. msgid ""
  268. "The <varname>domain</varname> statement can be omitted or replaced with a "
  269. "<varname>search</varname> statement. See the man page for resolv.conf for "
  270. "more details."
  271. msgstr ""
  272. #. type: Content of: <sect1><sect2><sect3><para>
  273. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:206
  274. msgid ""
  275. "Replace <replaceable>&lt;IP address of the nameserver&gt;</replaceable> with "
  276. "the IP address of the DNS server most appropriate for your setup. There "
  277. "will often be more than one entry (requirements demand secondary servers for "
  278. "fallback capability). If you only need or want one DNS server, remove the "
  279. "second <emphasis>nameserver</emphasis> line from the file. The IP address "
  280. "may also be a router on the local network. Another option is to use the "
  281. "Google Public DNS service using the IP addresses below as nameservers."
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><sect3><note><para>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:216
  285. msgid ""
  286. "The Google Public IPv4 DNS addresses are <parameter>8.8.8.8</parameter> and "
  287. "<parameter>8.8.4.4</parameter> for IPv4, and "
  288. "<parameter>2001:4860:4860::8888</parameter> and "
  289. "<parameter>2001:4860:4860::8844</parameter> for IPv6."
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><title>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:226
  293. msgid "Configuring the system hostname"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><indexterm><primary>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:229
  297. msgid "hostname"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><para>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:233
  301. msgid ""
  302. "During the boot process, the file <filename>/etc/hostname</filename> is used "
  303. "for establishing the system's hostname."
  304. msgstr ""
  305. #. type: Content of: <sect1><sect2><para>
  306. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:236
  307. msgid ""
  308. "Create the <filename>/etc/hostname</filename> file and enter a hostname by "
  309. "running:"
  310. msgstr ""
  311. #. type: Content of: <sect1><sect2><screen>
  312. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:239
  313. #, no-wrap
  314. msgid ""
  315. "<userinput>echo \"<replaceable>&lt;lfs&gt;</replaceable>\" &gt; "
  316. "/etc/hostname</userinput>"
  317. msgstr ""
  318. #. type: Content of: <sect1><sect2><para>
  319. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:241
  320. msgid ""
  321. "<replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name "
  322. "given to the computer. Do not enter the Fully Qualified Domain Name (FQDN) "
  323. "here. That information is put in the <filename>/etc/hosts</filename> file."
  324. msgstr ""
  325. #. type: Content of: <sect1><sect2><title>
  326. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:249
  327. msgid "Customizing the /etc/hosts File"
  328. msgstr ""
  329. #. type: Content of: <sect1><sect2><indexterm><secondary>
  330. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:252
  331. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:257
  332. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:262
  333. msgid "/etc/hosts"
  334. msgstr ""
  335. #. type: Content of: <sect1><sect2><indexterm><primary>
  336. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:256
  337. msgid "localnet"
  338. msgstr ""
  339. #. type: Content of: <sect1><sect2><para>
  340. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:265
  341. msgid ""
  342. "Decide on a fully-qualified domain name (FQDN), and possible aliases for use "
  343. "in the <filename>/etc/hosts</filename> file. If using static IP addresses, "
  344. "you'll also need to decide on an IP address. The syntax for a hosts file "
  345. "entry is:"
  346. msgstr ""
  347. #. type: Content of: <sect1><sect2><screen>
  348. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:270
  349. #, no-wrap
  350. msgid "<literal>IP_address myhost.example.org aliases</literal>"
  351. msgstr ""
  352. #. type: Content of: <sect1><sect2><para>
  353. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:272
  354. msgid ""
  355. "Unless the computer is to be visible to the Internet (i.e., there is a "
  356. "registered domain and a valid block of assigned IP addresses&mdash;most "
  357. "users do not have this), make sure that the IP address is in the private "
  358. "network IP address range. Valid ranges are:"
  359. msgstr ""
  360. #. type: Content of: <sect1><sect2><screen>
  361. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:277
  362. #, no-wrap
  363. msgid ""
  364. "<literal>Private Network Address Range Normal Prefix\n"
  365. "10.0.0.1 - 10.255.255.254 8\n"
  366. "172.x.0.1 - 172.x.255.254 16\n"
  367. "192.168.y.1 - 192.168.y.254 24</literal>"
  368. msgstr ""
  369. #. type: Content of: <sect1><sect2><para>
  370. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:282
  371. msgid ""
  372. "x can be any number in the range 16-31. y can be any number in the range "
  373. "0-255."
  374. msgstr ""
  375. #. type: Content of: <sect1><sect2><para>
  376. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:285
  377. msgid ""
  378. "A valid private IP address could be 192.168.1.1. A valid FQDN for this IP "
  379. "could be lfs.example.org."
  380. msgstr ""
  381. #. type: Content of: <sect1><sect2><para>
  382. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:288
  383. msgid ""
  384. "Even if not using a network card, a valid FQDN is still required. This is "
  385. "necessary for certain programs, such as MTAs, to operate properly."
  386. msgstr ""
  387. #. type: Content of: <sect1><sect2><para>
  388. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:307
  389. msgid "Create the <filename>/etc/hosts</filename> file using the following command:"
  390. msgstr ""
  391. #. type: Content of: <sect1><sect2><screen>
  392. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:310
  393. #, no-wrap
  394. msgid ""
  395. "<userinput>cat &gt; /etc/hosts &lt;&lt; \"EOF\"\n"
  396. "<literal># Begin /etc/hosts\n"
  397. "\n"
  398. "127.0.0.1 localhost.localdomain localhost\n"
  399. "127.0.1.1 <replaceable>&lt;FQDN&gt;</replaceable> "
  400. "<replaceable>&lt;HOSTNAME&gt;</replaceable>\n"
  401. "<replaceable>&lt;192.168.0.2&gt;</replaceable> "
  402. "<replaceable>&lt;FQDN&gt;</replaceable> "
  403. "<replaceable>&lt;HOSTNAME&gt;</replaceable> <replaceable>[alias1] [alias2] "
  404. "...</replaceable>\n"
  405. "::1 localhost ip6-localhost ip6-loopback\n"
  406. "ff02::1 ip6-allnodes\n"
  407. "ff02::2 ip6-allrouters\n"
  408. "\n"
  409. "# End /etc/hosts</literal>\n"
  410. "EOF</userinput>"
  411. msgstr ""
  412. #. type: Content of: <sect1><sect2><para>
  413. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:323
  414. msgid ""
  415. "The <replaceable>&lt;192.168.0.2&gt;</replaceable>, "
  416. "<replaceable>&lt;FQDN&gt;</replaceable>, and "
  417. "<replaceable>&lt;HOSTNAME&gt;</replaceable> values need to be changed for "
  418. "specific uses or requirements (if assigned an IP address by a network/system "
  419. "administrator and the machine will be connected to an existing network). The "
  420. "optional alias name(s) can be omitted, and the "
  421. "<replaceable>&lt;192.168.0.2</replaceable> line can be omitted if you are "
  422. "using a connection configured with DHCP or IPv6 Autoconfiguration."
  423. msgstr ""
  424. #. type: Content of: <sect1><sect2><para>
  425. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/networkd.xml:332
  426. msgid ""
  427. "The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the IPv6 "
  428. "loopback interface. 127.0.1.1 is a loopback entry reserved specifically for "
  429. "the FQDN."
  430. msgstr ""