From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 04:05:59 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id 71F3916A4D0; Thu, 16 Sep 2004 04:05:59 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 93257 invoked by alias); 18 Jun 2004 18:43:51 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 93254 invoked from network); 18 Jun 2004 18:43:51 -0000 Received: from moutng.kundenserver.de (212.227.126.184) by pd95301c6.dip.t-dialin.net with SMTP; 18 Jun 2004 18:43:51 -0000 Received: from [212.227.126.215] (helo=mxng19.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbOLD-0005KG-00 for max@vampire.homelinux.org; Fri, 18 Jun 2004 20:43:55 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng19.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbOLC-00081a-00 for max@love2party.net; Fri, 18 Jun 2004 20:43:54 +0200 Received: from localhost (localhost [127.0.0.1])ESMTP id B255F72C6E8; Fri, 18 Jun 2004 13:23:03 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31655-16; Fri, 18 Jun 2004 13:23:03 -0500 (EST) Received: from turing (localhost [127.0.0.1])ESMTP id 1BA6A72C778; Fri, 18 Jun 2004 13:23:03 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Fri, 18 Jun 2004 13:22:47 -0500 (EST) X-Original-To: pf4freebsd@freelists.org Delivered-To: pf4freebsd@freelists.org Received: from localhost (localhost [127.0.0.1])ESMTP id 578B672C6E8 for ; Fri, 18 Jun 2004 13:22:47 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31555-17 for ; Fri, 18 Jun 2004 13:22:47 -0500 (EST) Received: from trdlnk.com (postman.trdlnk.com [208.252.163.7]) ESMTP id F29D672C70A for ; Fri, 18 Jun 2004 13:22:46 -0500 (EST) Received: from plato.chicago.trdlnk.com (plato [10.10.1.66]) by trdlnk.com (8.12.9+Sun/8.12.9) with ESMTP id i5IIhZ0G006211 for ; Fri, 18 Jun 2004 13:43:35 -0500 (CDT) Received: from plato.chicago.trdlnk.com (localhost [127.0.0.1]) i5IIhZEl029837 for ; Fri, 18 Jun 2004 13:43:35 -0500 (CDT) Received: (from lukes@localhost)i5IIhZZ8029836 for pf4freebsd@freelists.org; Fri, 18 Jun 2004 13:43:35 -0500 (CDT) From: Luke Satterfield To: pf4freebsd@freelists.org Message-ID: <20040618184334.GB28704@trdlnk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 330 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: lukes@trdlnk.com Precedence: normal X-list: pf4freebsd X-Virus-Scanned: by amavisd-new at freelists.org X-Provags-Forward: max@love2party.net -> max@vampire.homelinux.org X-UID: 446 X-Length: 4188 X-Mailman-Approved-At: Thu, 16 Sep 2004 04:12:49 +0000 Subject: [pf4freebsd] pfsync X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 04:05:59 -0000 X-Original-Date: Fri, 18 Jun 2004 13:43:34 -0500 X-List-Received-Date: Thu, 16 Sep 2004 04:05:59 -0000 Hi, I installed pf 2.03 on my freebsd system (fully updated 5.1 with GENERIC kernel) and I'm confused about how to start the pfsync process. On OpenBSD I started it via the command: ifconfig pfsync0 up syncif xl0 On FreeBSD if I try it I get: # ifconfig pfsync0 up syncif xl0 ifconfig: syncif: bad value I can see the pfsync interface lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 pflog0: flags=141 mtu 33208 pfsync0: flags=41 mtu 1896 Is this supposed to be working? Thanks in advance, -luke