From owner-freebsd-net@FreeBSD.ORG Tue Apr 25 15:47:14 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 E951E16A421 for ; Tue, 25 Apr 2006 15:47:14 +0000 (UTC) (envelope-from lars@odin-corporation.com) Received: from munin.odin-corporation.com (munin.odin-corporation.com [68.166.85.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B7743D6A for ; Tue, 25 Apr 2006 15:47:14 +0000 (GMT) (envelope-from lars@odin-corporation.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) by munin.odin-corporation.com (8.13.4/8.13.4) with ESMTP id k3PFlCjS030163 for ; Tue, 25 Apr 2006 10:47:13 -0500 (CDT) (envelope-from lars@odin-corporation.com) Message-ID: <444E447F.1080804@odin-corporation.com> Date: Tue, 25 Apr 2006 10:47:11 -0500 From: Lars Fredriksen User-Agent: Thunderbird 1.5 (X11/20060311) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: multipart/mixed; boundary="------------030107060703000202020406" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: dhclient and bootp broadcast 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: Tue, 25 Apr 2006 15:47:15 -0000 This is a multi-part message in MIME format. --------------030107060703000202020406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I ran into a problem recently with the following config: freebsd client -> wireless repeater -> wireless AP It turned out that our packets from our dhclient was not seen by the Wireless AP. Windows XP had no such problems. After a little digging, it turns out that the windows XP dhclient sends out the REQUEST packet with the BOOTP broadcast flag set, and our dhclient does not. I contacted the maintainer of the openbsd dhclient software, but he seemed uninterested in picking up my patches (adds a option to set the BootP broadcast flag). My question is this: Is this only a problem because of buggy hardware (wireless repeater in this case) and thus we should not support workarounds, or is this something we should add as an enhancement to our dhclient even if the openbsd folks are not interested? Thanks, Lars --------------030107060703000202020406--