From owner-freebsd-net@FreeBSD.ORG Mon Feb 9 00:38:50 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D47116A4CE for ; Mon, 9 Feb 2004 00:38:50 -0800 (PST) Received: from smtp3.euronet.nl (smtp3.euronet.nl [194.134.35.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C41F43D1F for ; Mon, 9 Feb 2004 00:38:50 -0800 (PST) (envelope-from sjaak@vsm-hosting.nl) Received: from SJAAK (bmr-d8e9.mxs.adsl.euronet.nl [81.68.246.233]) by smtp3.euronet.nl (Postfix) with SMTP id 230793A08F for ; Mon, 9 Feb 2004 09:38:49 +0100 (MET) Message-ID: <03e301c3eee7$541627a0$0b68a8c0@SJAAK> From: "Sjaak Nabuurs" To: Date: Mon, 9 Feb 2004 09:33:00 +0100 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 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: RE: Routing 4 network cards for wireless network X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 08:38:50 -0000 > The Facts : > OS FreeBSD 5.2 (is it stable for this problem or better to use 4.x) > With 4 nic's inside ArGHHHHHHH I tried many ways to get FreeBSD running with 4 nic's We use Linksys wap4g and extend the poweradapter cable (4mtr) the wap54g on top of the roof. That's the reason I didn't get control over the network Sometimes it works with 2 nic's sometime 3 and I get *&%$#@#$%^&*# Put on every line a hub/switch and the nic's and FreeBSD box and works like a sun. As newbie in FreeBSD i get problems with myself what's wrong !! With natd and it's great I used 4 years Linux RH but FreeBSD is great. To all thanks Sjaak Make your default gateway 192.168.0.138. Your easiest option is to enable NATD, make RL0 the natd interface and then review the /etc/rc.firewall script. Specifically start with the 'simple' section of the script. You will need to extend the rules to include all three 'inside' interfaces & IP ranges. You will also need to permit any 192.168.0.0/24 traffic through interface RL0. Can try looking in the freebsd-ipfw archives as well for some ideas. Personally I would recommend ipfw2 as it supports many new features. Regards, Tony