From owner-freebsd-pf@FreeBSD.ORG Thu Nov 27 19:13:02 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16E971065689 for ; Thu, 27 Nov 2008 19:13:02 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id C8F568FC08 for ; Thu, 27 Nov 2008 19:13:01 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so278070qwb.7 for ; Thu, 27 Nov 2008 11:13:01 -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:content-transfer-encoding :content-disposition; bh=M4XmiI0EEiOn56XDbixWbSC2bPnICHlMqlblftIBkAY=; b=oCYI9GYOog5+2HPTBo4UG2WVFS7lsAnBy5c4fbRjD8gdTlTlUArEolAG59WMccxYQk 3tNLNxo6eZt0n1YHbdnKbSQ8hBgC3ZBpMUmgfsM1nHuAWtZdwIHZ87jRVDzvp8a4hvBs N8HgeZLPoXEz8TmNv9TpHpwYV7anQUBSM80e4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=oD4MidiTubABsZmiJBTgMWWCGYadZpcAJNYLyvLI/rcldKoWJN23H6k06X7xIvKzPP BfW27CiMJfwmvjUpGbYna2y8M0OURX5odfAtXeNyTVNL5h3eTqQNSJMHQbR7VbmDcBUL BVwaYdyuyRRUFYXSiijfFLhEcPhW0dYzgvLBU= Received: by 10.215.67.20 with SMTP id u20mr7161234qak.231.1227811363460; Thu, 27 Nov 2008 10:42:43 -0800 (PST) Received: by 10.214.46.10 with HTTP; Thu, 27 Nov 2008 10:42:43 -0800 (PST) Message-ID: Date: Thu, 27 Nov 2008 21:42:43 +0300 From: "Vladimir Ermakov" To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: synproxy state does not work on FreeBSD 7.1-PRERELEASE X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Nov 2008 19:13:02 -0000 hello I tried to rule with `synproxy state` uname FreeBSD 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Wed Oct 29 12:47:36 UTC 2008 (amd64 & i386 arch) the synproxy state is not working uname FreeBSD 7.0-RELEASE GENERIC (amd64 & i386 arch) the synproxy state is working # cat /etc/pf.conf pass on em0 proto tcp from any to 192.168.0.1 port http synproxy state to all, please check and confirm or deny /Vladimir Ermakov