| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 | # /etc/hosts:  This file describes a number of hostname-to-address#              mappings for the TCP/IP subsystem.  It is mostly#              used at boot time, when no name servers are running.#              On small systems, this file can be used instead of a#              "named" name server.  Just add the names, addresses#              and any aliases to this file...#127.0.0.1	localhost192.168.0.254	uml0.strongswan.org	uml010.1.0.254	uml1.strongswan.org	uml110.2.0.254	uml1.strongswan.org	uml210.1.0.10	alice.strongswan.org	alice aaa.strongswan.org tnc.strongswan.org10.1.0.20	venus.strongswan.org	venus10.1.0.30	carol2.strongswan.org	carol210.1.0.40	dave2.strongswan.org	dave210.1.0.50	carol3.strongswan.org	carol310.1.0.51	dave3.strongswan.org	dave310.1.0.5	mars1.strongswan.org	mars1	# virtual gateway10.1.0.1	moon1.strongswan.org	moon1192.168.0.1	moon.strongswan.org	moon192.168.0.5	mars.strongswan.org	mars	# virtual gateway192.168.0.50	alice1.strongswan.org	alice1192.168.0.100	carol.strongswan.org	carol10.3.0.1	carol1.strongswan.org	carol1192.168.0.150	winnetou.strongswan.org	winnetou crl.strongswan.org ocsp.strongswan.org ldap.strongswan.org192.168.0.200	dave.strongswan.org	dave10.3.0.2	dave1.strongswan.org	dave1192.168.0.2	sun.strongswan.org	sun10.2.0.1	sun1.strongswan.org	sun110.2.0.10	bob.strongswan.org	bob# IPv6 versions of localhost and co::1 ip6-localhost ip6-loopbackfe00::0 ip6-localnetff00::0 ip6-mcastprefixff02::1 ip6-allnodesff02::2 ip6-allroutersff02::3 ip6-allhosts# IPv6 solicited-node multicast addressesff02::1:ff00:1	ip6-mcast-1ff02::1:ff00:2	ip6-mcast-2ff02::1:ff00:10	ip6-mcast-10ff02::1:ff00:15	ip6-mcast-15ff02::1:ff00:20	ip6-mcast-20# IPv6 site-local addressesfec0::5		ip6-alice1.strongswan.org   ip6-alice1fec1::10	ip6-alice.strongswan.org    ip6-alicefec1::20	ip6-venus.strongswan.org    ip6-venusfec1::1 	ip6-moon1.strongswan.org    ip6-moon1fec0::1 	ip6-moon.strongswan.org     ip6-moonfec0::10	ip6-carol.strongswan.org    ip6-carolfec3::1 	ip6-carol1.strongswan.org   ip6-carol1fec0::15	ip6-winnetou.strongswan.org ip6-winnetou fec0::20	ip6-dave.strongswan.org     ip6-davefec3::2 	ip6-dave1.strongswan.org    ip6-dave1fec0::2 	ip6-sun.strongswan.org      ip6-sunfec2::1 	ip6-sun1.strongswan.org     ip6-sun1fec2::10	ip6-bob.strongswan.org      ip6-bob# IPv6 link-local HW derived addressesfe80::fcfd:0aff:fe01:14	ip6-hw-venus.strongswan.org    ip6-hw-venusfe80::fcfd:0aff:fe01:0a	ip6-hw-alice.strongswan.org    ip6-hw-alicefe80::fcfd:0aff:fe01:01	ip6-hw-moon1.strongswan.org    ip6-hw-moon1fe80::fcfd:c0ff:fea8:01 ip6-hw-moon.strongswan.org     ip6-hw-moonfe80::fcfd:c0ff:fea8:64	ip6-hw-carol.strongswan.org    ip6-hw-carolfe80::fcfd:c0ff:fea8:96 ip6-hw-winnetou.strongswan.org ip6-hw-winnetoufe80::fcfd:c0ff:fea8:c8	ip6-hw-dave.strongswan.org     ip6-hw-davefe80::fcfd:c0ff:fea8:02	ip6-hw-sun.strongswan.org      ip6-hw-sunfe80::fcfd:0aff:fe02:01	ip6-hw-sun1.strongswan.org     ip6-hw-sun1fe80::fcfd:0aff:fe02:0a ip6-hw-bob.strongswan.org      ip6-hw-bob
 |