From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 14:17:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF97316A422 for ; Mon, 13 Feb 2006 14:17:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189FB43D6D for ; Mon, 13 Feb 2006 14:17:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1DEHGLl023442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2006 16:17:19 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1DEH79B004514; Mon, 13 Feb 2006 16:17:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1DEH6c8004498; Mon, 13 Feb 2006 16:17:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 13 Feb 2006 16:17:06 +0200 From: Giorgos Keramidas To: Maxim Vetrov Message-ID: <20060213141706.GA94131@flame.pc> References: <43F11FB2.7000105@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F11FB2.7000105@mail.ru> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.342, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.86, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: IPFILTER rule error 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: Mon, 13 Feb 2006 14:17:41 -0000 On 2006-02-14 10:09, Maxim Vetrov wrote: > Hi, > > I'm running FreeBSD 6.0, IPFilter 4.1.8(416). > > Setting line for rpc outbound calls > > pass out quick on rl0 \ > proto udp from any to any port = sunrpc keep state group 20 > > gives me this error: > > ioctl (add/insert rule): No such process > > What is the process i'm missing? Don't copy/paste just one line. Show us the exact options you used in your `/etc/rc.conf' file, and be *very* specific about the steps you took to enable that rule. Otherwise, we can only guess what's wrong. You don't want us to guess wrong, do you? - Giorgos