From owner-freebsd-net@FreeBSD.ORG Fri Apr 28 19:09:55 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74F716A42B for ; Fri, 28 Apr 2006 19:09:55 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from proof.pobox.com (proof.pobox.com [207.106.133.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1617B43D6A for ; Fri, 28 Apr 2006 19:09:55 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 9D4331082E0; Fri, 28 Apr 2006 15:09:54 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 57F4E42378; Fri, 28 Apr 2006 15:09:52 -0400 (EDT) Received: from lists by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FZYLe-0004Xy-V9; Fri, 28 Apr 2006 20:09:51 +0100 Date: Fri, 28 Apr 2006 20:09:50 +0100 From: Brian Candler To: Julian Elischer Message-ID: <20060428190950.GB17435@uk.tiscali.com> References: <445109F1.6050300@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <445109F1.6050300@elischer.org> User-Agent: Mutt/1.4.2.1i Cc: "'freebsd-net@freebsd.org'" , JOBY THAMPAN Subject: Re: DHCP Over PPPoE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 19:09:56 -0000 On Thu, Apr 27, 2006 at 11:14:09AM -0700, Julian Elischer wrote: > > > A few things.. > > 1/ thisn is a FreeBSD list so we are not very familiar with linux. > 2/ PPPOE uses PPP which is a point-to-point protocol and does not support > broadcast. > 3/ DHCP is a broadcast protocol and does not support point-to-point > networks. > 4/ PPP (oE) has its own IP allocation mechanism. But note that he is using DHCP relaying to a remote DHCP server. This original DHCP broadcast is picked up and turned into a unicast message for relaying to the DHCP server. This works quite happily over PPP or indeed any intervening IP network and any number of hops.