D
D
denver2011-05-27 10:51:23
SQL Server
denver, 2011-05-27 10:51:23

What are the problems if the hostname is changed from 127.0.1.1 to 127.0.0.1?

As part of the task with HBase , I had to change the devserver in /etc/hosts:

127.0.0.1 localhost<br>
127.0.1.1 dev<br>

On:
127.0.0.1 localhost dev<br>
What does it threaten? I unfortunately nifiga in network routing do not understand.

Ubuntu 11.04 server for developers, access from local network. There will be LAMP, web projects, local domains (*.dev), respectively bind9.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Longer, 2011-05-27
@Longer

Nothing should. You can write another 20 similar aliases for 127.0.0.1 and you won't notice anything.

M
mihavxc, 2011-05-27
@mihavxc

None :)
127.0.*.* - and so it will ping in any case)

V
Vlad Zhivotnev, 2011-05-27
@inkvizitor68sl

Nothing will be special. Just do:
127.0.0.1 localhost
127.0.0.1 dev
I don’t remember offhand, but some systems didn’t read hosts like yours.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question