Salut,<br><br><div><span class="gmail_quote"><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div>Je lui ai donnée un nom à l'installation et Ubuntu a ajouté ce nom dans /etc/hosts en l'associant à
<a href="http://127.0.1.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.1.1</a><br><br></div></div></blockquote></div><br><br>Je reviens juste là dessus pour ceux que ça intéresse, j'ai fais quelques recherches et l'usage du
<a href="http://127.0.1.1">127.0.1.1</a> est dans le paquet netcfg de debian depuis 2 ans <a href="http://lists.debian.org/debian-boot/2005/08/msg00767.html">http://lists.debian.org/debian-boot/2005/08/msg00767.html</a> :
<br><br><pre> [ Thomas Hood ]<br> * If there is no permanent IP address with which the system hostname<br> (i.e., that which is returned by the "hostname" command) can be<br> associated in /etc/hosts then associate it with address
<a href="http://127.0.1.1">127.0.1.1</a><br> rather than <a href="http://127.0.0.1">127.0.0.1</a>. Associating the system hostname with the<br> latter had the unwanted effect of making 'localhost.localdomain'
<br> the canonical hostname associated with the system hostname.<br> That is, 'hostname --fqdn' returned 'localhost.localdomain'.<br> (Closes: #316099)<br> Programs that access local services at the IP address obtained by
<br> resolving the system hostname SHOULD NOT DO THIS, but those that<br> do so will not be disappointed: most services that listen locally<br> listen on all 127/8 addresses, not just on <a href="http://127.0.0.1">
127.0.0.1</a>.<br><br></pre>
D'ailleurs la lecture de toute les discussion ayant mené à ce choix m'a permis de mettre en valeur certaine chose:<br><br>le resultat de la commande 'hostname' n'a rien à voir avec les éventuelles IP associée à la machine, tout comme le resultat de 'dnsdomainname' n'a rien à voir avec un enregistrement DNS réel. Ce nom ne devrait même pas avoir besoin de pouvoir être résolu, mais certaines applications le font quand même.
<br>Le meilleurs moyen d'avoir un fonctionnement correct en toutes circonstances est donc de rajouter le nom canonique de la machine dans /etc/hosts pour qu'il soit resolvable.<br>L'IP associée doit être pingable, il est donc conseillé de la mettre dans
<a href="http://127.0.0.0/8">127.0.0.0/8</a> pour être sur qu'elle soit toujours joignable.<br><br><br>Et pour Marc qui a un problème avec le mail, Exim utilise /etc/mailname.<br><br><br>Mehdi<br><br>