From owner-freebsd-questions Thu Mar 29 20:48:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 8F08D37B718 for ; Thu, 29 Mar 2001 20:48:45 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 4488 invoked by uid 0); 30 Mar 2001 04:48:44 -0000 Received: from pd4b9ef95.dip.t-dialin.net (HELO lofizwei) (212.185.239.149) by mail.gmx.net (mail10) with SMTP; 30 Mar 2001 04:48:44 -0000 Message-ID: <01a201c0b8d4$d2684440$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: References: <012601c0b8cf$f27ea120$0508a8c0@lofi.dyndns.org> Subject: natd / ipfw question: How to deny nat for certain machines - correction Date: Fri, 30 Mar 2001 06:49:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > add 50 divert natd all from any to any > add 51 divert 1234 tcp from any to any ; mss-clamping, necessary for Those two lines are actually: add 50 divert natd all from any to any via tun0 add 51 divert 1234 tcp from any to any via tun0 setup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message