Changeset abfa34b


Ignore:
Timestamp:
06/29/2014 02:39:33 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
50acf59
Parents:
abadfc3
Message:

Add IPv6 loopback interface to /etc/hosts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    rabadfc3 rabfa34b  
    210210
    211211127.0.0.1 localhost
     212::1       localhost
    212213<replaceable>&lt;192.168.0.2&gt;</replaceable> <replaceable>&lt;HOSTNAME.example.org&gt;</replaceable> <replaceable>[alias1] [alias2] ...</replaceable>
    213214
     
    228229
    229230127.0.0.1 <replaceable>&lt;HOSTNAME.example.org&gt;</replaceable> <replaceable>&lt;HOSTNAME&gt;</replaceable> localhost
     231::1       localhost
    230232
    231233# End /etc/hosts (no network card version)</literal>
    232234EOF</userinput></screen>
    233235
     236     <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the IPv6 loopback interface.</para>
     237
    234238   </sect2>
    235239
Note: See TracChangeset for help on using the changeset viewer.