From owner-freebsd-arm@freebsd.org Wed Dec 28 22:43:34 2016 Return-Path: Delivered-To: freebsd-arm@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 2CAFBC958EB for ; Wed, 28 Dec 2016 22:43:34 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9E6D18C6 for ; Wed, 28 Dec 2016 22:43:33 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout09.t-online.de (Postfix) with SMTP id B75904232E9C for ; Wed, 28 Dec 2016 23:43:24 +0100 (CET) Received: from [192.168.10.43] (ZBgfbQZrohDVarnEf4daQvHBsQwn8iDmX99DMTlBL-n5rIyFbFJUX6dGypIkCw9wtw@[86.56.56.128]) by fwd26.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1cMMwL-0hYsMq0; Wed, 28 Dec 2016 23:43:21 +0100 To: freebsd-arm From: diffusae Subject: Problem with the RPI-B snapshot Message-ID: <9c79e34d-f489-98b4-1517-0c1b587ea20f@t-online.de> Date: Wed, 28 Dec 2016 23:43:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ID: ZBgfbQZrohDVarnEf4daQvHBsQwn8iDmX99DMTlBL-n5rIyFbFJUX6dGypIkCw9wtw X-TOI-MSGID: d43e58de-c5e3-4381-8479-af62232e1022 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 22:43:34 -0000 Hello! I'm using FreeBSD 11.0-STABLE on a RPI-B and want to configure a transparent proxy with an following pf rules: https://github.com/lattera/transtor/blob/master/pf.conf I've tested the known rules on a FreeBSD11 (amd64). It works on the fly. I've tried the same configuration for armv6 (RPI-B) and it only works locally and also dropped all other network connections. I guess, there is something missing in RPI-B ISO-images. It looks like, that there a module or a kernel configuration missing. Maybe there is something with USB network driver. I don't know. With this "normally" working pf rules for transparent proxy all connections from the LAN are immediately closed. So, a bit of investigation is needed. Maybe you've some hints? Thanks a lot Regards,