From owner-freebsd-isp Thu May 21 06:40:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09341 for freebsd-isp-outgoing; Thu, 21 May 1998 06:40:13 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09270 for ; Thu, 21 May 1998 06:40:00 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id IAA08757; Thu, 21 May 1998 08:39:55 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <003501bd84bd$f0ca0a20$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "Joe Read" Cc: Subject: Re: FreeBSD firewall Date: Thu, 21 May 1998 08:39:55 -0500 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 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Joe Read >(Ack, pine is not eudora. ctrl-e does NOT go to end of line.) > >Hello Everyone, > >I'm trying to set up a simple little packet blocker box using two nics, >once of which uses a crossover cable to the router, another which goes >to our hub. I can't seem to route packets between the two, currently >I can't tell you why since I plugged the router straight back into the >hub to resume company productivity. :) > >When the internal 95 boxes set their gateway to 97.89, >nothing happens. On the freebsd box I can ping 97.65, >but I can't ping any of the 95 boxes. I assume my >routing's correct, but I could be wrong. > In your rc.conf have you set the following: ### Network routing options: ### defaultrouter="206.58.97.66 " # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="YES" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. With out the above settings, the FreeBSD box will not know where to send packets. Also, as someone already pointed out, you may need to subnet you network. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message