From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 8 15:08:27 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32FEA1065672 for ; Fri, 8 Jun 2012 15:08:27 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from mail.tyknet.dk (mail.tyknet.dk [IPv6:2a01:4f8:141:52a3:186::]) by mx1.freebsd.org (Postfix) with ESMTP id B5F848FC12 for ; Fri, 8 Jun 2012 15:08:26 +0000 (UTC) Received: from [10.10.1.100] (unknown [217.71.4.82]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 78BB5948FD for ; Fri, 8 Jun 2012 17:08:25 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.4.1 mail.tyknet.dk 78BB5948FD DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1339168105; bh=2JMSvdTkE31jVSAby/ZlTcQ6O6N363Sf4oPxEndmpEA=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dkNA4EjYnerRwy0gIS10Q3NoBh78b5f//G0InDvnPpcIdC2/E49BtXzKy1BDrZQDY K5zgnTCq/Lj1hdqaHWm8Nd2jjNv7G36YcQUcV5LM3sUUXWJhfMSEZ95bxtamULEYw/ T8cGgfho8wLwGoVP2wHIHbpgQGqCbzxQLswebqwo= Message-ID: <4FD23187.9090404@gibfest.dk> Date: Fri, 08 Jun 2012 19:08:23 +0200 From: Thomas Rasmussen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <4FD0C1F4.2060108@FreeBSD.org> <201206080920.56986.j.mckeown@ru.ac.za> <4FD1AD1D.4050308@FreeBSD.org> <201206081104.24765.j.mckeown@ru.ac.za> In-Reply-To: <201206081104.24765.j.mckeown@ru.ac.za> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ifconfig accepting hostname as ipv4 address X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 15:08:27 -0000 On 08.06.2012 11:04, Jonathan McKeown wrote: > We find it useful, and a significant aid to maintainability and readability > of configuration files. Hello, What happens if your server reboots while the DNS server is down/unavailable ? This seems to be a bad idea for the same reasons that putting hostnames in firewall configs are a bad idea: You want the system to boot and work correctly regardless of whether the systems DNS servers were responsive at boot time or not. Best regards Thomas Steen Rasmussen