From: Matthijs Kooijman Date: Thu, 9 Oct 2008 18:30:56 +0000 (+0000) Subject: system: Add /etc/hosts file. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=487f5ebac139329296f19a85348d851145f08903 system: Add /etc/hosts file. The file contains the default entries plus the addresses of all vservers, meant to be used by dnsmasq. --- diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 0000000..b991029 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,21 @@ +# /etc/hosts + +127.0.0.1 localhost + +# The following lines are desirable for IPv6 capable hosts +# (added automatically by netbase upgrade) + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +# These entries are meant to be resolved through dnsmasq (which will also add a +# default domain suffix). +10.42.0.2 test +10.42.0.3 build +10.42.0.4 ldap +10.42.0.5 dns +10.42.0.254 template