From owner-freebsd-net@FreeBSD.ORG Thu Aug 8 15:54:02 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 522C39E2 for ; Thu, 8 Aug 2013 15:54:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26A322E26 for ; Thu, 8 Aug 2013 15:54:01 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E944A20B30 for ; Thu, 8 Aug 2013 11:54:00 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Thu, 08 Aug 2013 11:54:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=U9UKMo5g5LoR27aXw7GcK3GgIgk=; b=ACp FdGkuWJ7HVFh6AC/qKkPJO9DQftO7GsCdkUykdjPmnLjinBtg9h+ymqgVKA8yLhH 6fP259SZ8fbKJ8BB1moLEfTtp5jb0VC/xQdySmuj5UOnW1Esi7IPIEl7pt4oZqYr aMWFSbFH2QJVD2+PsOJfHS0EJ0zCLuh5TUY7/jwE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id BDD4BB022F6; Thu, 8 Aug 2013 11:54:00 -0400 (EDT) Message-Id: <1375977240.3930.7571559.74F89736@webmail.messagingengine.com> X-Sasl-Enc: oYevjTCqoYonTvfJiJxdqAvtEz4thdui89MZwToJwr/F 1375977240 From: Mark Felder To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d9f253bf In-Reply-To: <1F113410-18DE-47CF-96C1-5EE4E8BC4980@dataix.net> References: <20130808133055.15e53b94@davenulle.org> <1F113410-18DE-47CF-96C1-5EE4E8BC4980@dataix.net> Subject: Re: how calculate the number of ip addresses in a range? Date: Thu, 08 Aug 2013 10:54:00 -0500 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 15:54:02 -0000 On Thu, Aug 8, 2013, at 10:44, Jason Hellenthal wrote: > Try subcalc, it's in ports. > I always kept ipcalc installed, but it looks like there's another called sipcalc, too. I'll have to check these out myself and see if any have merits over each other.