From owner-freebsd-net@FreeBSD.ORG Mon Aug 4 22:40:57 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03C781065676 for ; Mon, 4 Aug 2008 22:40:57 +0000 (UTC) (envelope-from dcornejo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 7F79D8FC23 for ; Mon, 4 Aug 2008 22:40:56 +0000 (UTC) (envelope-from dcornejo@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2995510fgb.35 for ; Mon, 04 Aug 2008 15:40:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=X5bXtYK8g4QiUiSbUcl3+cSk3loPUY0r/QL2x2mdbrY=; b=QcV/o9nAgycwvRG8hscM9TDxZZTz82ETT0TFyg4TqmT4EmHDNBxNTYLLMecMqmT0XG SBr0CglUCq134jw8rwTY7PyNZs9BW0SWwCQpac3FNal4McYOLGWeWOfuQF29E7lFF3/I 0OFlw+ZpxCyZYSOjYYZpOKlejSnZpnEowsaSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=F+bzF4+vFErM1Nzq/dyauwGpJCo66EHjaeOnD8cZIKPjZOa+fm4ygCVWijR4nzalFV dWHvgsult+r7dQpW6hMiwCSL9ltZqCNTmftqqxpQuSi0wLqIOBi/sd6R2n+tRPcdFF7u 1FuLRGwdyHQnqj60aj9sqWBcJ9MBPr54oq6HU= Received: by 10.125.80.14 with SMTP id h14mr13115mkl.41.1217887989331; Mon, 04 Aug 2008 15:13:09 -0700 (PDT) Received: by 10.125.15.1 with HTTP; Mon, 4 Aug 2008 15:13:09 -0700 (PDT) Message-ID: <6b8e8f4f0808041513x2537c723vd575f0760cf53e02@mail.gmail.com> Date: Mon, 4 Aug 2008 12:13:09 -1000 From: "David Cornejo" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: bridging wireless station 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: Mon, 04 Aug 2008 22:40:57 -0000 hi, i would like to bridge a wireless client to ethernet (in 8-CURRENT) - the last bug in the if_bridge man page says this is a no-no. the question is whether this could be worked around - don't need the highest performance, so maybe netgraph or even a userland daemon would work. i don't have any ability to do anything at the access point end so some of the tunneling protocols are out any thoughts are appreciated, thanks,