<br><br><div class="gmail_quote">On Thu, Apr 7, 2011 at 9:33 AM, Les Mikesell <span dir="ltr"><<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 4/6/11 8:18 PM, sync wrote:<br>
> Hi ,all:<br>
><br>
><br>
> There has a problem which confused me for a long time . The problem is the<br>
> following:<br>
><br>
> Would I can set the hostname alias in DNS server?<br>
><br>
> That's to say,  for example , if  my hostname is called server,  that it's ip<br>
> address is 127.0.0.1<br>
> and I want to alias another name called aaa<br>
<br>
</div>First, 127.0.0.1 is a special case that always refers to the same host where the<br>
connection originates, so you can't really use that from another machine<br>
regardless of how you resolve the name.<br>
<div class="im"><br>
> Gernerally, I can edit the /etc/hosts file to modify it, but the another<br>
> computer did not recognise it.<br>
> How could I do it ?<br>
<br>
</div>That is up to your DNS server type.  If it is BIND/named you'll have a zone file<br>
for each domain it is serving with an 'A' record entry for a name and IP, and<br>
you would add CNAME entries for aliases or additional names.<br>
<br></blockquote><div><br><br>Like this ?<br><br>Add the following line in localdomain zone file :<br><br>"<br>server IN  A      127.0.0.1<br>aaa   IN CNAME  server "<br><br>then reload the named service . <br>
<br><br>But when I run this command "ping aaa" , it has no result .<br>And it print "Unkown host aaa" message.<br><br>By the way , aaa is not the domain name, it maybe the hostname alias.<br><br><br><br>
<br></div></div>