#12384: default /etc/hosts does not include "::1 localhost", IPv6 localhost 
queries
fail
--------------------------------+----------------------------------
  Reporter:  michael+openwrt@…  |      Owner:  developers
      Type:  defect             |     Status:  new
  Priority:  normal             |  Milestone:  Chaos Calmer (trunk)
 Component:  packages           |    Version:  Trunk
Resolution:                     |   Keywords:  ipv6
--------------------------------+----------------------------------

Comment (by eric):

 The following file sample meets the expectation of most network tools.

 {{{
 #
 # The name 'localhost' must be first for IP4/IP6 loopback
 # This ensures correct default name for pseudo rDNS
 #
 127.0.0.1 localhost
 ::1       localhost localhost6 ip6-localhost
 #
 # Some programs look for these and nice to have in logs
 #
 fe00::    ip6-localnet
 ff00::    ip6-mcastprefix
 ff02::1   ip6-allnodes
 ff02::2   ip6-allrouters
 ff02::3   ip6-allhosts
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/12384#comment:6>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to