Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/networkd.xml

    ree950a5e rba40e32  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    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 <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>
     53    the <filename>systemd-link(5)</filename>,
     54    <filename>systemd-netdev(5)</filename> and
     55    <filename>systemd-network(5)</filename> manual pages.</para>
    5856
    5957    <sect3 id="systemd-network-devices">
     
    9290        <listitem>
    9391          <para>
    94             Mask udev's <filename class='extension'>.link</filename> file
    95             for the default policy:
     92            Mask udev's .link file for the default policy:
    9693<screen role="nodump"><userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput></screen>
    9794          </para>
     
    10097        <listitem>
    10198          <para>
    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:
     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:
    108104          </para>
    109105
     
    118114
    119115          <para>
    120             See <ulink role='man' url='&man;systemd.link.5'>systemd.link(5)</ulink> for more information.
     116             See the man page systemd.link(5) for more information.
    121117          </para>
    122118        </listitem>
     
    124120        <listitem>
    125121          <para>
    126             In /boot/grub/grub.cfg, pass the option
    127             <option>net.ifnames=0</option> on the kernel command line.
     122            In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the
     123            kernel command line.
    128124          </para>
    129125        </listitem>
     
    362358     domain) because they are handled by the
    363359     <systemitem class='library'>myhostname</systemitem> NSS module, read
    364      the man page <ulink role='man'
    365      url='&man;nss-myhostname.8'>nss-myhostname(8)</ulink> for
    366      details.</para>
     360     the man page <filename>nss-myhostname(8)</filename> for details.</para>
    367361
    368362     <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.