From owner-freebsd-chat@FreeBSD.ORG Sun Feb 7 20:37:13 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6544F106568D for ; Sun, 7 Feb 2010 20:37:13 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from mxout004.mail.hostpoint.ch (mxout004.mail.hostpoint.ch [217.26.49.183]) by mx1.freebsd.org (Postfix) with ESMTP id 17D298FC14 for ; Sun, 7 Feb 2010 20:37:12 +0000 (UTC) Received: from [10.0.2.20] (helo=asmtp002.mail.hostpoint.ch) by mxout004.mail.hostpoint.ch with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NeDsV-000Br1-HN; Sun, 07 Feb 2010 21:37:11 +0100 Received: from [82.136.101.114] (helo=atlantis.intranet) by asmtp002.mail.hostpoint.ch with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NeDsV-0007FJ-DS; Sun, 07 Feb 2010 21:37:11 +0100 Received: from mini.localnet (vimur.intranet [10.0.0.254]) by atlantis.intranet (Postfix) with ESMTPSA id 159118F1A; Sun, 7 Feb 2010 21:37:11 +0100 (CET) X-Authenticated-Sender-Id: mail@maxlor.com From: Benjamin Lutz To: freebsd-chat@freebsd.org Date: Sun, 7 Feb 2010 21:37:09 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.31.8-0.1-desktop; KDE/4.3.5; i686; ; ) References: <3f2022cd1002071141i222a2f3dgb6679a382e947332@mail.gmail.com> In-Reply-To: <3f2022cd1002071141i222a2f3dgb6679a382e947332@mail.gmail.com> X-Face: $Ov27?7*N,h60fIEfNJdb!m,@#4T/d; 1hw|W0zvsHM(a$Yn6BYQ0^SEEXvi8>D`|V*F"_+ R2@Aq>+mNb4`,'[[%z9v0Fa~]AD1}xQO3|>b.z&}l#R-_(P`?@Mz"kS; XC>Eti,i3>%@g? 4f,\c7|Ghwb&ky$b2PJ^\0b83NkLsFKv|smL/cI4UD%Tu8alAD MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002072137.09682.mail@maxlor.com> Cc: Subject: Re: resolveip 0127.001 what the fuck? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 20:37:13 -0000 On Sunday 07 February 2010 20:41:41 deeptech71@gmail.com wrote: [...] > %resolveip 127.1 > Host name of 127.1 is localhost, localhost.my.domain > %resolveip 0127.1 > Host name of 0127.1 is host1-0-dynamic.0-87-r.retail.telecomitalia.it [...] > %echo what the fuck? > echo: no match $ resolveip 0177.0.0.1 Host name of 0177.0.0.1 is localhost, localhost.my.domain Is that what you were looking for? :) Numbers with a leading 0 are interpreted as octal. Cheers Benjamin