From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 04:34:57 2008 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 9B5B8106564A; Fri, 17 Oct 2008 04:34:57 +0000 (UTC) (envelope-from kalpin@muliahost.com) Received: from smtp.velo.net.id (smtp2-out.velo.net.id [203.153.99.105]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2E18FC25; Fri, 17 Oct 2008 04:34:57 +0000 (UTC) (envelope-from kalpin@muliahost.com) Received: from localhost (batubulan.net2cyber.net [127.0.0.1]) by smtp.velo.net.id (Postfix) with ESMTP id 4CD54810097; Fri, 17 Oct 2008 11:34:55 +0700 (WIT) X-Virus-Scanned: amavisd-new at velo.net.id Received: from smtp.velo.net.id ([127.0.0.1]) by localhost (seminyak.velo.net.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GqEbPpC+6nS3; Fri, 17 Oct 2008 11:34:50 +0700 (WIT) Received: from [203.153.106.5] (DALnet.tranquillity.se [203.153.106.5]) by smtp.velo.net.id (Postfix) with ESMTP id 6A188810141; Fri, 17 Oct 2008 11:34:49 +0700 (WIT) Message-ID: <48F815ED.9030107@muliahost.com> Date: Fri, 17 Oct 2008 11:34:53 +0700 From: Kalpin Erlangga Silaen User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Jeremy Chadwick References: <48F7F3FD.5090209@muliahost.com> <20081017042048.GA11656@icarus.home.lan> In-Reply-To: <20081017042048.GA11656@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IPFW UID match questions 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: Fri, 17 Oct 2008 04:34:57 -0000 Jeremy Chadwick wrote: > The problem is that you're not allowing incoming connections to > personal_ip on TCP port 113 (ident/auth). Add this rule: > > /sbin/ipfw -q add 18680 allow tcp from personal_ip 113 to any out > > You can also replace "113" with "auth" or "ident" if you want (see > /etc/services). > thank you very much. It's solved. Regards, Kalpin Erlangga Silaen