From owner-freebsd-current@freebsd.org Thu Dec 24 08:37:57 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BDFCA515D1; Thu, 24 Dec 2015 08:37:57 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D84981E8A; Thu, 24 Dec 2015 08:37:56 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-lf0-x231.google.com with SMTP id z124so154787458lfa.3; Thu, 24 Dec 2015 00:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=05xLhGdnJf/wSh9fekCEnLPf2qOIyTZdiPK2EPPJ+P0=; b=FbAaNyll/yJU4c1CQ9Th5G4KLvY6RNd1RRE/nKtJ7uT5qzUSL4YNsGfM6R6z0kCaC/ VOOyHJpJDTLgOGbza3k1lNkyqJZ0CyaG7sHTuvHmKyounsj2vOjary9yq+y5vXMK73R8 E0BcTYyXb2J2pb0vw4hiitS42mkimpDOX2CYrfkt8kJ+2DEfiyQU6ZaDRxbhXO3a4KY9 BEd5lrTIftkwBXpEKmobzRZaWnyHLFu7MSZWJM3VHl/shSnuP/MCvlZkXhC1trw08mtA 7paBO4tQRChjtsiShWf32rz4xv78yuWXsVEpEWE8g/laEz3r6kOPjRFSeccxz4uftqxB ojOg== MIME-Version: 1.0 X-Received: by 10.25.143.143 with SMTP id r137mr6627361lfd.93.1450946274762; Thu, 24 Dec 2015 00:37:54 -0800 (PST) Received: by 10.25.141.129 with HTTP; Thu, 24 Dec 2015 00:37:54 -0800 (PST) In-Reply-To: References: Date: Thu, 24 Dec 2015 09:37:54 +0100 Message-ID: Subject: Re: forwarding didn't work if wlan0 is member of a bridge From: Ben Woods To: Adrian Chadd Cc: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= , "freebsd-current@freebsd.org" , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 08:37:57 -0000 On Wednesday, 23 December 2015, Adrian Chadd wrote: > Hi, > > inet 10.239.142.126 netmask 0xffffffe0 broadcast 10.239.142.127 > > This looks like a problem with your addressing. That netmask != that > broadcast. > > Please recheck your networking setup! > > > -a > That broadcast looks correct for me for a bet mask of 0xffffffe0 (/27). http://jodies.de/ipcalc?host=10.239.142.126&mask1=27&mask2= Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com