Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/networkd.xml

    rba40e32 ree950a5e  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    5151    <filename class="extension">.network</filename> files. For detailed
    5252    descriptions and example contents of these configuration files, consult
    53     the <filename>systemd-link(5)</filename>,
    54     <filename>systemd-netdev(5)</filename> and
    55     <filename>systemd-network(5)</filename> manual pages.</para>
     53    the <ulink role='man' url='&man;systemd-link.5'>systemd-link(5)</ulink>,
     54    <ulink role='man' url='&man;systemd-netdev.5'>systemd-netdev(5)</ulink>,
     55    and <ulink role='man'
     56    url='&man;systemd-network.5'>systemd-network(5)</ulink> manual
     57    pages.</para>
    5658
    5759    <sect3 id="systemd-network-devices">
     
    9092        <listitem>
    9193          <para>
    92             Mask udev's .link file for the default policy:
     94            Mask udev's <filename class='extension'>.link</filename> file
     95            for the default policy:
    9396<screen role="nodump"><userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput></screen>
    9497          </para>
     
    97100        <listitem>
    98101          <para>
    99              Create a manual naming scheme, for example by naming the
    100              interfaces something like "internet0", "dmz0", or "lan0".
    101              To do that, create .link files in /etc/systemd/network/ that
    102              select an explicit name or a better naming scheme for your
    103              network interfaces. For example:
     102            Create a manual naming scheme, for example by naming the
     103            interfaces something like <literal>internet0</literal>,
     104            <literal>dmz0</literal>, or <literal>lan0</literal>.
     105            To do that, create <filename class='extension'>.link</filename>
     106            files in /etc/systemd/network/ that select an explicit name or a
     107            better naming scheme for your network interfaces. For example:
    104108          </para>
    105109
     
    114118
    115119          <para>
    116              See the man page systemd.link(5) for more information.
     120            See <ulink role='man' url='&man;systemd.link.5'>systemd.link(5)</ulink> for more information.
    117121          </para>
    118122        </listitem>
     
    120124        <listitem>
    121125          <para>
    122             In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the
    123             kernel command line.
     126            In /boot/grub/grub.cfg, pass the option
     127            <option>net.ifnames=0</option> on the kernel command line.
    124128          </para>
    125129        </listitem>
     
    358362     domain) because they are handled by the
    359363     <systemitem class='library'>myhostname</systemitem> NSS module, read
    360      the man page <filename>nss-myhostname(8)</filename> for details.</para>
     364     the man page <ulink role='man'
     365     url='&man;nss-myhostname.8'>nss-myhostname(8)</ulink> for
     366     details.</para>
    361367
    362368     <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents
Note: See TracChangeset for help on using the changeset viewer.