From owner-freebsd-questions Wed Mar 20 11:48: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by hub.freebsd.org (Postfix) with SMTP id 22C4D37B400 for ; Wed, 20 Mar 2002 11:48:05 -0800 (PST) Received: (qmail 88331 invoked by uid 1000); 20 Mar 2002 19:48:03 -0000 Date: Wed, 20 Mar 2002 21:48:03 +0200 From: Paulius Bulotas To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules Message-ID: <20020320194803.GA88168@kaktusas.org> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3C992774.D763B085@froekjaer.org> <200203201744.15491@silver.dt1.binity.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203201744.15491@silver.dt1.binity.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, On 02 03 20, Walter Hop wrote: > ipfw add 03300 allow udp from me to 194.109.6.66 53 keep-state via tun0 > ipfw add 03301 allow udp from me to 194.109.9.99 53 keep-state via tun0 possibly I could be wrong, but does udp supports keep-state? udp is connectionless protocol, as far as I remember ;) so these rules are wrong (but still could be working, just keep-state is not useful?) Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message