From owner-freebsd-isp Wed May 20 12:08:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00625 for freebsd-isp-outgoing; Wed, 20 May 1998 12:08:58 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from smtp.triax.com (smtp.triax.com [206.58.96.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00446 for ; Wed, 20 May 1998 12:08:07 -0700 (PDT) (envelope-from joer@triax.com) Received: from joe.triax.com (joe.triax.com [206.58.97.69]) by smtp.triax.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id MAA07730 for ; Wed, 20 May 1998 12:08:05 -0700 (PDT) Message-Id: <199805201908.MAA07730@smtp.triax.com> X-Sender: joer@mail.triax.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 20 May 1998 12:11:28 -0700 To: isp@FreeBSD.ORG From: Joe Read Subject: FreeBSD firewall Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (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. :) Here's the setup I was trying: Subnet routed to us: 206.58.97.64/26 Router eth1 IP address: 206.58.97.65 ed0 (crossover cable to router eth1 port): ifconfig ed0 206.58.97.66 netmask 255.255.255.192 route add -host 206.58.97.65 -interface ed0 route add -net default 0.0.0.0 206.58.97.65 ed1 (lan connection): ifconfig ed1 206.58.97.89 netmask 255.255.255.192 route add -net 206.58.97.64 255.255.255.192 206.58.97.66 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. Ideas? Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message