From owner-freebsd-stable@FreeBSD.ORG Tue Sep 11 15:12:58 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC4C5106568A for ; Tue, 11 Sep 2012 15:12:58 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE968FC14 for ; Tue, 11 Sep 2012 15:12:58 +0000 (UTC) Received: by vcbfw7 with SMTP id fw7so1002371vcb.13 for ; Tue, 11 Sep 2012 08:12:57 -0700 (PDT) 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=TC9X1QRJw5s6OkJO70x5LQwNpNrI2tn45QQjnRAld+o=; b=k5oq6AhBbBlD+LqC+MjC/gNFWM0GIQxfvTtzxgGLNKfr6depxxYUfKuAiVkaQb5THg dnWOfZjlFkKSMRp2FuKMBFcdwKvFVk+JCGLqO1MHVlp4dpnkvohM2v7Cu4PcVmNDi1ZI 1yA2k4urtyUhpBkY/6+J29lhOT/c2jQ+ZwZGlgNp0SzcJWWaHvRbUNPfPmUL4w6d8dQv 0UazfNJDpE7ZEDnEf/kjAMK8BGzJSgWNXRw6vjyT1mk3bsYyvh0ujN+n5R5KRYTu7XPH cp6sRlBI0z0Sl1aThZwPpTPwzi0mUNT8z5dstIFdO0Vw4tMszFdIc3PuuXN8uR1Qz+Ro c/aw== MIME-Version: 1.0 Received: by 10.58.13.33 with SMTP id e1mr27665461vec.51.1347376376841; Tue, 11 Sep 2012 08:12:56 -0700 (PDT) Received: by 10.58.230.134 with HTTP; Tue, 11 Sep 2012 08:12:56 -0700 (PDT) In-Reply-To: References: <504EF33A.7080304@digital-infotech.net> Date: Tue, 11 Sep 2012 18:12:56 +0300 Message-ID: From: Kimmo Paasiala To: Brandon Allbery Content-Type: text/plain; charset=UTF-8 Cc: "Shiv. Nath" , "freebsd-stable@freebsd.org" Subject: Re: PF Configuration - FreeBSD Release 9.0 x64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:12:59 -0000 On Tue, Sep 11, 2012 at 6:05 PM, Brandon Allbery wrote: > On Tue, Sep 11, 2012 at 4:26 AM, Damien Fleuriot wrote: > >> On 11 Sep 2012, at 10:15, "Shiv. Nath" >> wrote: >> > It is FreeBSD Release 9.0 x64 and i see this log very frequent almost >> every second, And i want to block this IP from reaching my server. i >> configured the PF as following but still see the same logs, it is like it >> did not work. >> > >> > Sep 11 07:49:56 titan avahi-daemon[1567]: Received response from host >> 41.211.2.239 with invalid source port 4331 on interface 'em0.0' >> >> It says it received a *response* so my understanding is *you* are trying >> to connect. >> > > But it's avahi (a zeroconf implementation) so the response is to a > broadcast; the remote machine in question may also be broadcasting. > > I would actually question why avahi is even enabled on a server; perhaps > the correct answer is simply to disable it in rc.conf. > You do know that avahi-daemon's main use is to advertise _services_ running on a host?