From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 13:10:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80CA737B405 for ; Fri, 15 Aug 2003 13:10:16 -0700 (PDT) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EE343FAF for ; Fri, 15 Aug 2003 13:10:15 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 15 Aug 2003 16:10:14 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8CBBD33@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd 5.1 isc-dhcpd w/ multiple vlan interfaces Thread-Index: AcNjaT0zC/2NSO8uQxChX5hzXYsfmA== From: "Will Saxon" To: Subject: freebsd 5.1 isc-dhcpd w/ multiple vlan interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 20:10:16 -0000 I am trying to have DHCP 3.1rc11 from ports provide dhcp for 18 = different vlans. It detects the first 14 vlans without difficulty, then = just flatly ignores each additional vlan through vlan 18. I have created = a separate config file with definitions for just the networks on vlans = 14-18, and dhcpd ignores them still. The machine is a Compaq DL360G3 with the broadcom 5703x adapters. I am = using 5.1-RELEASE. The vlan interfaces are up, active, properly configured and seem to be = passing traffic. I moved the vlans to a different machine that did not = have so many and it was able to do dhcp without difficulty. Is this a known bug? I have not had the opportunity to research the = archives. -Will