oar-team / oar-vagrant

Using Vagrant to test OAR's different flavors of installation
http://oar.imag.fr/dokuwiki/doku.php?id=wiki:oar-vagrant
GNU General Public License v2.0
1 stars 0 forks source link

[debian8] no IPv4 localhost definition in /etc/hosts #7

Open npf opened 9 years ago

npf commented 9 years ago

/etc/hosts on a VM has no localhost definition for IPv4:

127.0.0.1 server server
::1   localhost.localdomain localhost
192.168.36.10 server
192.168.36.11 frontend
192.168.36.101 node-1
192.168.36.102 node-2

instead of the 1st line, it would be better to have for instance:

127.0.0.1 localhost.localdomain localhost
127.0.1.1 server server