From owner-freebsd-pf@FreeBSD.ORG Thu Aug 14 15:08:57 2014 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 171266C3 for ; Thu, 14 Aug 2014 15:08:57 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82806223A for ; Thu, 14 Aug 2014 15:08:54 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id w8so1076990qac.30 for ; Thu, 14 Aug 2014 08:08:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CI+9Tu+uY4gmyxLICb2j9Y0icRR7dxqZoiAOgk98uoo=; b=MUwvo32fzgMtkAlVgc5claGG3ykgOsgKV9qqPmrkH3L5d6PvHvvPY2j9xn4AcAmRZ4 IJnkazJXN+uwjZpYI1Rz3V1wPIP4ChqQn26Zd3DQgMH8BSWMlBE+X5mc87F2qT8Klzkf n1KcdM6fLFU+SU6P52itCPAIPZM8QIAQE9wOwbDxT5AR3iQHITGbac15fvMbu4Bj1/d1 ZxZp20DlxPEDgRPtMu5BvBgw77ph4+TPRrqPSehPgve2hiOYAMlxSEBUESmys6ygWqV9 i963DfsHZRqC9xdmMs6qJo1MmFu0rUM3bCy4NhXMLpD4OgirqV8tCarJ+KOHONlpSdWd 6+sA== MIME-Version: 1.0 X-Received: by 10.140.25.11 with SMTP id 11mr2955394qgs.9.1408028892011; Thu, 14 Aug 2014 08:08:12 -0700 (PDT) Received: by 10.229.4.197 with HTTP; Thu, 14 Aug 2014 08:08:11 -0700 (PDT) Date: Thu, 14 Aug 2014 11:08:11 -0400 Message-ID: Subject: pf and Lenovo USB 2.0 Ethernet Adapter From: Aaron Wright To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 15:08:57 -0000 Hello, I apologize if this isn't the best mailing list to bring this problem to, please direct me to a more appropriate one if needed. I'll try to keep this simple. I have a Lenovo T400 laptop that has an on board Ethernet jack that is detected as em0. I have added a Lenovo USB 2.0 Ethernet Adapter that is on the hardware compatibility list, it is detected as ue0. I installed FreeBSD 10.0-RELEASE on this laptop a couple of weeks ago. For troubleshooting purposes, my pf.conf file has one line, "pass all". Everything works correctly with the em0 interface when pf is enabled. I can ping the laptop, and I can connect to it using ssh The ue0 interface is the problem. I can ping it when pf is enabled, but I cannot ssh into it. If I disable pf, then I can successfully ssh into it. I'm using the same rule set for both interfaces. I don't know what's going on here. Could someone shed some light on this problem for me? Thanks, Aaron