From owner-freebsd-net@FreeBSD.ORG Thu Jul 15 08:52:25 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 69E9C16A4CE for ; Thu, 15 Jul 2004 08:52:25 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC56343D46 for ; Thu, 15 Jul 2004 08:52:24 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i6F8qKs0017415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Jul 2004 12:52:21 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i6F8qKYw017414; Thu, 15 Jul 2004 12:52:20 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Thu, 15 Jul 2004 12:52:19 +0400 From: Gleb Smirnoff To: Gary Corcoran Message-ID: <20040715085219.GA17358@cell.sick.ru> Mail-Followup-To: Gleb Smirnoff , Gary Corcoran , freebsd-net@freebsd.org References: <40F5C880.3090206@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <40F5C880.3090206@comcast.net> User-Agent: Mutt/1.5.6i cc: freebsd-net@freebsd.org Subject: Re: 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: Thu, 15 Jul 2004 08:52:25 -0000 On Wed, Jul 14, 2004 at 07:57:52PM -0400, Gary Corcoran wrote: G> I shutdown my regular DHCP server over the em0 ethernet interface, G> and tried starting up dhcpd to use the ng0 interface that gets G> created by mpd. It complains a little about em0 and ng0 using G> the same subnet, but starts up and sits there, in debug mode G> (so I can see all messages on the console). DHCP protocol is designed for broadcast networks, not for PPP. It will not work on ppp interface. If you want your server to assing address to its clients, you should use LCP. To configure the latter read mpd docs. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE