From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 11:47:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B1DC16A401 for ; Fri, 20 Apr 2007 11:47:13 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 12B5513C455 for ; Fri, 20 Apr 2007 11:47:12 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l3KBkaap059937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Apr 2007 12:46:37 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4628A83E.9020808@unsane.co.uk> Date: Fri, 20 Apr 2007 12:47:10 +0100 From: Vince User-Agent: Thunderbird 1.5.0.10 (X11/20070327) MIME-Version: 1.0 To: Jim Stapleton References: <80f4f2b20704200436h73d571f8x56a31dbdec17aea2@mail.gmail.com> In-Reply-To: <80f4f2b20704200436h73d571f8x56a31dbdec17aea2@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: network/IP notation question ##.##.##.##/?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 11:47:13 -0000 Jim Stapleton wrote: > I am looking at something that has the following line as a demo: > set iface route 192.168.0.0/24 > > what does the "/24" mean? > Its the number of bits in the netmask. This is known as CIDR notation, In this case it translates to 255.255.255.0 Vince > Thanks, > -Jim Stapleton > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"