From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 11:19:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C37316A421 for ; Thu, 13 Dec 2007 11:19:04 +0000 (UTC) (envelope-from alaorneto@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5673D13C4CC for ; Thu, 13 Dec 2007 11:19:04 +0000 (UTC) (envelope-from alaorneto@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1065032waf.3 for ; Thu, 13 Dec 2007 03:19:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=9wGorV2SHYtoHs/OP2VkRi7xYLxiqSgqn7ZOFioFp2U=; b=AfV7bV8B0Xr747/qqhkXssqvpbfrMsYanFET9lP73bHQoGlgo0RrHBh09Ul6k+nigaL54tOd3Uplny4j4clEM9fU7lfy/TsfcP7KfbwzdxlRpOm9SGaXV+S0UVE13w38aY2aW+elQtPhFoELaGFpjlP5vqn3sigUk2lN55sI2S0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vQY6+9M4A8VbBdcd0YD7hQXm9LXqCWkUU+j+U1AT8RGDAGljEHt8JaTJutr3Nb0e1+4xvoijuMgVsHFwp6TXm95U0agPV++mEuOPcqwgWR/4Blcl3WbDR/TgkebD8k8qFMzmTvf+k+vGlGCjSLIY0AU3Xwgc9+5NK6SqZj+r58Y= Received: by 10.115.108.1 with SMTP id k1mr2098716wam.141.1197544743805; Thu, 13 Dec 2007 03:19:03 -0800 (PST) Received: by 10.115.73.10 with HTTP; Thu, 13 Dec 2007 03:19:03 -0800 (PST) Message-ID: <2949641c0712130319p3da37aeci92987c64516dabef@mail.gmail.com> Date: Thu, 13 Dec 2007 09:19:03 -0200 From: "Alaor Barroso de Carvalho Neto" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PF blocking even if set to pass all X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 11:19:04 -0000 Hi guyz, like I've said in other topic, I'm building a BSD box that'll act as a gateway between three private networks and the internet. I want that each private network can ping to each other, and I can do that till I activate my pf firewall. When I do pfctl -e it stop working. The output of pfctl -sr is: pass in all pass out all So I guess it would pass anything, why it isn't happening? Hugs, Alaor