From owner-freebsd-questions@freebsd.org Sun Oct 25 12:33:20 2015 Return-Path: Delivered-To: freebsd-questions@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 3A85C8726 for ; Sun, 25 Oct 2015 12:33:20 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 022311D36 for ; Sun, 25 Oct 2015 12:33:20 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by iodv82 with SMTP id v82so161904615iod.0 for ; Sun, 25 Oct 2015 05:33:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=l12rwk1OTcWdSDUcA/zUYfe8lxTTWX73pjlQe6qLWQM=; b=dCDLox28cXFVX55i5a0pAKxLlv97LoOge8Zvfdqx2vJZXCPro/UuxObi7wu+G4YTas yvUuXZTz9TRokWpo2izA+dTznLeHakpzLxf8DwkQpZ1Q81lSOyZRY8TWk4p993cn5D4S XsA5KLnJNezBOfBOzg6WuvJaEKAIj2pZmWiUuNtbeWQbQ3YyQ6YgxBZI2q6SFJ+3W3rC U1IfjoukIb18nMAYeRDUaspFba4DBVsIkxF/ZPdhiniRXmW2VGLCsqNQvz583fN6ca0R 5ztu0l0UiZ0aJ20F5K3K3lB72HMbvpnFlQSyoaCcDajnTs24f4d80QFOjoonwb/r3+a0 zWaw== X-Received: by 10.107.14.14 with SMTP id 14mr11214443ioo.6.1445776399273; Sun, 25 Oct 2015 05:33:19 -0700 (PDT) Received: from [10.0.10.3] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by smtp.googlemail.com with ESMTPSA id w71sm11292321ioi.29.2015.10.25.05.33.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 25 Oct 2015 05:33:18 -0700 (PDT) Message-ID: <562CCC10.80509@gmail.com> Date: Sun, 25 Oct 2015 08:33:20 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions Subject: promiscuous mode messages Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 12:33:20 -0000 Hello list I was reviewing the console log [/var/og/messages] and noticed these messages. xlo: promiscuous mode enabled xlo: promiscuous mode disabled xlo: promiscuous mode enabled xlo: promiscuous mode disabled xlo: promiscuous mode enabled xlo: promiscuous mode disabled xlo: promiscuous mode enabled xlo: promiscuous mode disabled Now to my knowledge I did nothing to cause this. xl0 is the interface facing the public internet. Could this have been a remote attacker? How to disable xl0 from being able to enter promiscuous mode?