From 487f5ebac139329296f19a85348d851145f08903 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 9 Oct 2008 18:30:56 +0000 Subject: [PATCH] system: Add /etc/hosts file. The file contains the default entries plus the addresses of all vservers, meant to be used by dnsmasq. --- etc/hosts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/hosts 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 -- 2.30.2