From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 14:21:33 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 8CEF716A420 for ; Mon, 13 Feb 2006 14:21:33 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id F355043D46 for ; Mon, 13 Feb 2006 14:21:32 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 4AA9B2E041; Mon, 13 Feb 2006 15:21:35 +0100 (CET) Message-ID: <43F09638.9010003@locolomo.org> Date: Mon, 13 Feb 2006 15:22:48 +0100 From: Erik Norgaard User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Maxim Vetrov References: <43F11FB2.7000105@mail.ru> In-Reply-To: <43F11FB2.7000105@mail.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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:21:33 -0000 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? Do you have that group? or maybe sunrpc is not in /etc/services - better try to write the port number. It will help to show the whole ruleset. Cheers, Erik