From owner-freebsd-net@FreeBSD.ORG Tue Aug 6 08:05:39 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10E2058F for ; Tue, 6 Aug 2013 08:05:39 +0000 (UTC) (envelope-from sam.gh1986@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B04C2E30 for ; Tue, 6 Aug 2013 08:05:38 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id v1so242088lbd.10 for ; Tue, 06 Aug 2013 01:05:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oXkJ//bDSL/t3SRfvb1z0Ol04ml913q36Om+IbT33LU=; b=P+MT60YA9Ykjib8jNT4saTFWMtdD7+l7OkIDIb45Q6MovYxuLGwTECCUJrkoyiBCLb fz3L2kkr9a35uLvr92QIhK9TM52FUDS2WBceIVu7sXjesn4yz5sGKwGNyZbAmza++9bv XOm1aaOMWHEiTIKE1hc1lWouqnnJmCT+PC8EOW7XSCIoVVU2ULHO5WZOTBZ+pT4mE+Pg VRwc8bBqlWo7xVzHXrNsFyy7+5rmi0spOGyksJ4qQDLX0diuWhZCmJNyU44JGcKg7gPf Uw5fzmQSh0uHT+ApweIV/cWPwUGVtqIGZAb+3/3XCJMGPlOYB31qJUcN6dPfsNcKDELO ocUg== MIME-Version: 1.0 X-Received: by 10.152.6.202 with SMTP id d10mr47845laa.49.1375776336427; Tue, 06 Aug 2013 01:05:36 -0700 (PDT) Received: by 10.112.147.230 with HTTP; Tue, 6 Aug 2013 01:05:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Aug 2013 12:35:36 +0430 Message-ID: Subject: Re: how define network with mask 8 for dhcp server? From: s m To: Olivier Nicole Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org 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: Tue, 06 Aug 2013 08:05:39 -0000 thanks Olivier, my problem is to know how define a network with mask 8 and dhcp server works correctly with it! you know if i config my dhcpd.conf like below, i have core dump either: subnet 10.0.0.0 netmask 255.0.0.0 { range 10.0.0.1 10.255.255.254; } do you know how should i define my range ?? On Tue, Aug 6, 2013 at 12:23 PM, Olivier Nicole wrote: > Sam, > > > subnet 192.0.0.0 netmask 255.0.0.0 > > I know it is not the answer to your question, but you are wrong in your > guess that 192.0.0.0/8 is all private IPs. Only 192.168.0.0/16 is. > > I know that for certain because my own IP starts with 192. > > If you want a full /8 private, you can only use 10.0.0.0/8 > > Bets regards, > > Olivier > > -- >