From owner-freebsd-questions@freebsd.org Sat Nov 26 19:59:08 2016 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 ED02CC57603 for ; Sat, 26 Nov 2016 19:59:08 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 B50381D1E for ; Sat, 26 Nov 2016 19:59:08 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x236.google.com with SMTP id a124so171305732ioe.2 for ; Sat, 26 Nov 2016 11:59:08 -0800 (PST) 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:cc:subject :references:in-reply-to:content-transfer-encoding; bh=WfTKIvpBX1u+Izs42YODL0MVUxXyzKfFNk85dzUhg3o=; b=mvkltYXFBMND2/+glUT/REHIWk3uR2pifrJKnXV6Ep9J0Yh5/3MsASia15SLGb0f85 nSYPpO0ZmUSCkAB/33+nzUVChxmUG+vTWNO9cn8BAorS3oQqUxIysgJofN3QSR7J2sGe krr7rBEdGEk62q49ZhqY+MhRzf0qeSX+aOmOAEvRysWL2ycSIMDDrRoGP0Rh9oDwIlew tgoLnuCiqPN+RIKIyZORkP7mqT6opljEr2PFbQer+ko+aGdeLMErOY5v+NbEfqHXXZ53 x7gEFwwTkOc6WHhVTT0EIyKRCUqAUJnS7HtAOftmVs4EXMDkrrIagJLXPcM7Qf58/fiO dRdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=WfTKIvpBX1u+Izs42YODL0MVUxXyzKfFNk85dzUhg3o=; b=Z0MpNCfrr1NDAoad0qVaIaiFZBMKTbCSpfAlzaFgKubk+NSQVG4u/1kZEe9KQQxh4e k+TICwqMbt9gvPOlm3bJSByGUEVWMWfQZfxripdeKcUZ93EPCgif7LGVMfE/fdcc4P5z KMQly9ZLwbBf1vafGiuV9xLi8lgsFSpjaGMiWRBpQ5ipPfszm7UhJJyi8LxEfXGaEvFr MNkQmGjlnaN5KVeARMqJVn5ksqW0LpATZOtDKpBQSbZlFAuaoUNJPMrPVsEnhomsCUXR W2h/vLq+bYd0XzRW5a5HY+vkJEevBo30aojW6MJXcoZ5IQvv8fl00UX7s2fyY07Ox1kF jMWw== X-Gm-Message-State: AKaTC01tLMCvUpj81WD3Zba06AR5hglAO4Fj7yqypxlbeLGWRIo3WFNwZK/jtWqGjah0CA== X-Received: by 10.36.228.194 with SMTP id o185mr12153386ith.112.1480190348261; Sat, 26 Nov 2016 11:59:08 -0800 (PST) Received: from [10.0.10.3] (cpe-24-165-207-226.neo.res.rr.com. [24.165.207.226]) by smtp.googlemail.com with ESMTPSA id p20sm7123597itc.2.2016.11.26.11.59.07 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 26 Nov 2016 11:59:07 -0800 (PST) Message-ID: <5839E997.1060000@gmail.com> Date: Sat, 26 Nov 2016 14:59:19 -0500 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Bernt Hansson CC: Freebsd Questions Subject: Re: open ports References: <5839D239.7010503@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 19:59:09 -0000 Bernt Hansson wrote: > On 2016-11-26 19:19, Ernie Luzar wrote: >> Running 11.0 release, ipfilter firewall with rules to block inbound >> port 21, 25, 110. Nmap shows those ports are open even though the >> firewall is blocking them. Is this expected? >> > You are testing them from the "outside" > Issued this command from the command line of the host. IE; not from some host on the public net. nmap -v xxx.xxx.xxx.xxx x = host public IP address