From owner-freebsd-questions Sat Mar 20 10: 9:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spoon.beta.com (mcgovern.ne.mediaone.net [24.218.8.93]) by hub.freebsd.org (Postfix) with ESMTP id B7BF01504C for ; Sat, 20 Mar 1999 10:09:17 -0800 (PST) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (localhost.beta.com [127.0.0.1]) by spoon.beta.com (8.9.2/8.9.2) with ESMTP id NAA00425 for ; Sat, 20 Mar 1999 13:10:10 -0500 (EST) (envelope-from mcgovern@spoon.beta.com) Message-Id: <199903201810.NAA00425@spoon.beta.com> To: questions@freebsd.org Subject: IPFW Forward command working? Date: Sat, 20 Mar 1999 13:10:10 -0500 From: "Brian J. McGovern" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two internet links here at home. One is a high-speed cable modem, the other a dial line to the local ISP. I have a small Lan here, running through my FreeBSD Server as a router. What I'd like to do is route traffic from the machines on the LAN to the dial link, while letting the http proxy (apache) use the cable modem for faster http and ftp access. I tried setting up the rule: ipfw add 100 fwd all from to any While this command seems to reroute the packets properly, ping (and other transfers) seem to be dropping a large number (> 50%) of the packets. Is this code unstable or unusable? Or am I just not using it correctly? -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message