system: Add /etc/hosts file.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 18:30:56 +0000 (18:30 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 20:28:22 +0000 (22:28 +0200)
The file contains the default entries plus the addresses of all
vservers, meant to be used by dnsmasq.

etc/hosts [new file with mode: 0644]

diff --git a/etc/hosts b/etc/hosts
new file mode 100644 (file)
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