From 121b4a7f0608876f35d145fd9aa288ed4679c0d2 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 5 May 2009 20:16:56 +0200 Subject: [PATCH] system: Add hosts file. This file contains the default stuff, zeratul-direct and all vservers. --- etc/hosts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 etc/hosts diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 0000000..879b994 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,25 @@ +127.0.0.1 drsnuggles.stderr.nl drsnuggles localhost + +# Direct internal link to zeratul +172.31.1.1 zeratul-direct + +# The following lines are desirable for IPv6 capable hosts +::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 + +# Our vservers. This list is duplicated in /etc/hosts of the dns vserver. +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 +10.42.0.6 mysql +10.42.0.7 www +10.42.0.8 backup +10.42.0.9 login kiiraa git.stderr.nl hg.stderr.nl svn.stderr.nl +10.42.0.10 mail +10.42.0.2 log -- 2.30.2