Date: Wed, 11 Apr 2007 08:57:09 -0500 From: Derek Ragona <derek@computinginnovations.com> To: RW <fbsd06@mlists.homeunix.com>, freebsd-questions@freebsd.org Subject: Re: Question about the /etc/hosts file Message-ID: <6.0.0.22.2.20070411085439.0258beb8@mail.computinginnovations.com> In-Reply-To: <20070411015451.142f4807@gumby.homeunix.com> References: <C2414611.4E8%fbsdhelp@l33tnetworks.com> <6.0.0.22.2.20070410155137.0257aea8@mail.computinginnovations.com> <20070411015451.142f4807@gumby.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 07:54 PM 4/10/2007, RW wrote: >On Tue, 10 Apr 2007 15:52:43 -0500 >Derek Ragona <derek@computinginnovations.com> wrote: > > > At 03:48 PM 4/10/2007, L33T Networks wrote: > > >What is the second line with 10.20.30.199, and the hostname ends in a > > >period? I've never seen this in a host file previous to FBSD v.6. > > > > > >apollo# cat /etc/hosts > > >#::1 localhost.mydomain.com localhost > > >127.0.0.1 localhost.mydomain.com localhost > > >10.20.30.199 apollo.mydomain.com apollo > > >10.20.30.199 apollo.mydomain.com. > > > > > >Is this something that's required for other IP addresses that will > > >be added to the hosts file in the future? > > > > Names ending in a dot represent the fully qualified domain name. You > > do it all on one line but it gets too long to easily see and edit. > > >But that doesn't explain why apollo.mydomain.com. appears as both a >FQDN and a PQDN Actually it does. The partial names are shortcut aliases for that name. On this system you can do things like: ping apollo ping apollo.mydomain.com ping apollo.mydomain.com. So can any of the network services. Just makes it easier for us humans. As names are just used so us humans don't need to memorize IP addresses. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20070411085439.0258beb8>