From owner-freebsd-net@FreeBSD.ORG Wed Jul 14 23:57:41 2004 Return-Path: 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 0B54D16A4CE for ; Wed, 14 Jul 2004 23:57:41 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28FE43D2D for ; Wed, 14 Jul 2004 23:57:40 +0000 (GMT) (envelope-from garycor@comcast.net) Received: from [10.56.78.111] (pcp09118143pcs.union01.nj.comcast.net[69.142.234.88]) by comcast.net (rwcrmhc13) with ESMTP id <20040714235740015003l9pce> (Authid: garycor); Wed, 14 Jul 2004 23:57:40 +0000 Message-ID: <40F5C880.3090206@comcast.net> Date: Wed, 14 Jul 2004 19:57:52 -0400 From: Gary Corcoran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: DHCP server over PPPoE server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 23:57:41 -0000 Yesterday, I installed mpd 3.18 and managed to get it working as a PPPoE server on my local LAN, to test my client. Today, I'm trying to get DHCP over PPPoE working, and not having much success. I shutdown my regular DHCP server over the em0 ethernet interface, and tried starting up dhcpd to use the ng0 interface that gets created by mpd. It complains a little about em0 and ng0 using the same subnet, but starts up and sits there, in debug mode (so I can see all messages on the console). My client starts up, successfully negotiates PPPoE and PPP and the link comes up, then I start dhcpd on ng0 (if I try to start it before the PPPoE link comes up, it complains there is no ng0, even though it shows up in ifconfig) and I can see my client sending out DHCP INFORM messages, encapsulated in PPPoE, but I get *nothing* printed from the DHCP server, as if it has not seen the DHCP messages at all. Should dhcpd be using a different interface than ng0 ? Does anyone have any suggestions? Thanks, Gary