From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 16:40:29 2005 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 C738E16A420 for ; Wed, 5 Oct 2005 16:40:29 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from eastgate.starhub.net.sg (eastgate.starhub.net.sg [203.116.1.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 182EB43D5F for ; Wed, 5 Oct 2005 16:40:24 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from ishtar ([222.165.90.189]) by eastgate.starhub.net.sg (8.12.5/8.12.5) with SMTP id j95GeLLu024807; Thu, 6 Oct 2005 00:40:21 +0800 (SST) Message-ID: <005601c5f9ba$c5c4f5e0$0600a8c0@ishtar> From: "Foo Ji-Haw" To: "Chuck Swiger" References: <00ad01c5c7c8$e187d7d0$c801a8c0@nexpc> <4340AB54.5080101@gmail.com><004a01c5c7d3$a6fb2170$c801a8c0@nexpc> <43410D8E.60602@gmail.com><010701c5c89a$f193a0f0$c801a8c0@nexpc> <4342957A.7060200@mac.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: freebsd-questions@freebsd.org Subject: Re: How do you patch a driver? 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: , Date: Wed, 05 Oct 2005 16:40:29 -0000 X-Original-Date: Tue, 6 Dec 2005 00:41:31 +0800 X-List-Received-Date: Wed, 05 Oct 2005 16:40:29 -0000 Thanks Chuck, > Add: > > options IPFIREWALL_FORWARD > options IPFIREWALL_DIVERT > > ...to your kernel config file. This is mostly documented here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html Thanks for the tip. Unfortunately, the IPFIREWALL_FORWARD was not mentioned in the link you gave me (which I visited prior). Otherwise I wouldn't have lost 2 nights working on this. But that's over now. I'm working on another stumbling block on ipfw. > Also note that ipfw forwarding alone may not do what you expect, unless > you make special efforts on the machine being forwarded to, to recognize > the additional IP addresses. You might find using the redirect_host or > redirect_port directives to natd more appropriate for your purposes. Thanks for your concern. For my purposes, it's only a gateway. The NAT router is further down the road. Appreciate the tip anyway. > > -- > -Chuck > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"