Ignore:
Timestamp:
Sep 6, 2015, 11:30:36 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
28d5047
Parents:
06441b8
Message:

Add IPv6 localhost entry to /etc/hosts and add text about it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/hosts.xml

    r06441b8 r1902d37  
    5757
    5858127.0.0.1 localhost
     59::1       localhost
    5960<replaceable>[192.168.1.1]</replaceable> <replaceable>[&lt;HOSTNAME&gt;.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> <replaceable>[alias ...]</replaceable>
    6061
     
    7677
    7778127.0.0.1 <replaceable>[&lt;HOSTNAME&gt;.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> localhost
     79::1       localhost
    7880
    7981# End /etc/hosts (no network card version)</literal>
    8082EOF</userinput></screen>
    8183
     84<para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the
     85      IPv6 loopback interface.</para>
     86
    8287</sect1>
Note: See TracChangeset for help on using the changeset viewer.