From owner-freebsd-net@FreeBSD.ORG Tue Aug 6 08:40:11 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 2C327D5F for ; Tue, 6 Aug 2013 08:40:11 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2A2F2FEA for ; Tue, 6 Aug 2013 08:40:10 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id o19so1508266qap.13 for ; Tue, 06 Aug 2013 01:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=h5qKyFWlvFWeHD9TWRV9pxmoBt8n31LYisFoYq9Y72U=; b=aOhKpvawsnCeUEr5FI0ubdV3rVT9K8I9cvnb7P47r52f8t3BtMmy1skKf7pYEAdjH3 BF85DUk37P3aLyI4angj1uSGi4OzI/qrkkrq/UG/W4HE+Olc9P6WsF+Qyz4CkUTNh4sp eN2XAdWhzYiBi5tJAOOnhvbY+ZDp2t7RUQT/oCK6Z5sg4hbAlcjrWj8t34SUSWj9TfLo VFawSv1Dxt8dbN3ShlGVErnPkw3zDudbRMDmriCQDHIWqur7a2cn0yCNczMEXS8vjTY3 NcopG11dQ/2npW1gDlSNAdN3Qcn6bCJR6Pi1ga9hHc66tz/Ob80kb9Q8rzBgBRnXHUGB V2WA== MIME-Version: 1.0 X-Received: by 10.224.35.196 with SMTP id q4mr1773570qad.106.1375778409962; Tue, 06 Aug 2013 01:40:09 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.49.62.41 with HTTP; Tue, 6 Aug 2013 01:40:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Aug 2013 15:40:09 +0700 X-Google-Sender-Auth: HE54CTkF15X-46xqpiyzrJPrbJU Message-ID: Subject: Re: how define network with mask 8 for dhcp server? From: Olivier Nicole To: s m Content-Type: text/plain; charset=ISO-8859-1 Cc: Olivier Nicole , 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:40:11 -0000 Sam, > 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 ?? The reason may be that 2^24 machines in a subnet is such a non-sense that dhcp simply cannot manage it. Best regards, Olivier > > 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 >> >> -- >> > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"