From owner-freebsd-isp Thu Oct 1 07:05:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22186 for freebsd-isp-outgoing; Thu, 1 Oct 1998 07:05:39 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from smtp.shellnet.co.uk (smtp.shellnet.co.uk [194.129.209.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22156 for ; Thu, 1 Oct 1998 07:05:31 -0700 (PDT) (envelope-from steven@shellnet.co.uk) Received: from vectra.shellnet.co.uk (vectra.shellnet.co.uk [194.129.209.9]) by smtp.shellnet.co.uk (8.9.1/8.9.1-shellnet.stevenf) with SMTP id PAA18321 for ; Thu, 1 Oct 1998 15:05:11 +0100 (BST) Posted-Date: Thu, 1 Oct 1998 15:05:11 +0100 (BST) From: steven@shellnet.co.uk (Steven Fletcher) To: freebsd-isp@FreeBSD.ORG Subject: Re: IPFW, Dual network cards Date: Fri, 02 Oct 1998 14:04:40 GMT Message-ID: <3616d860.81916389@smtp.shellnet.co.uk> X-Mailer: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA22164 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've kinda got somewhere :) My copy of the Complete FreeBSD handbook arrived this morning (Thanks walnut creek!) and I've had a chance to look at the examples in that. I've not been able to find a great deal on the mailing list archives that are any help however. I belive I have managed to sort these peliminary problems out anyway, however one problems remains with regard to the bandwidth limited servers (Those using the same class-C but physially seperate) I get the following when trying to ping from them: /kernel: arp: 194.129.209.16 is on fxp0 but got reply from 00:c0:f0:16:1c:83 on ed0 I've configged our router (on the other side of the network) to send all data to fxp0 on the FreeBSD box - however it gets stuck from there. Trying a vareity of "route add" commands is getting me nowhere. netstat -r shows: Destination Gateway Flags Refs Use Netif Expire default pipex-gw.shellnet. UGSc 3 56 fxp0 localhost localhost UH 0 1 lo0 192.168 link#2 UC 0 0 ed0 192.168.0.6 link#2 UHLW 1 352 ed0 194.129.209 link#1 UC 0 0 fxp0 pipex-gw.shellnet. 0:0:c:93:2:33 UHLW 2 0 fxp0 971 vectra.shellnet.co 52:54:4c:17:2:e9 UHLW 1 284 fxp0 1116 smtp.shellnet.co.u 0:20:18:58:e:6f UHLW 0 24 fxp0 456 and ifconfig -a is: fxp0: flags=8843 mtu 1500 inet 194.129.209.8 netmask 0xffffff00 broadcast 194.129.209.255 ether 00:a0:c9:a6:3b:43 media: autoselect supported media: autoselect 100baseTX 100baseTX 10baseT/UT P 10baseT/UTP ed0: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 52:54:4c:09:ea:72 So; so I have to add a manual route for each IP behind the firewall that I want to use? Surley there is an easier way :) Steven steven@shellnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message