From owner-freebsd-isp Mon May 6 19:26:03 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01364 for isp-outgoing; Mon, 6 May 1996 19:26:03 -0700 (PDT) Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.238.120.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA01343 for ; Mon, 6 May 1996 19:25:49 -0700 (PDT) Received: (from luiz@localhost) by mirage.nlink.com.br (8.6.12/8.6.12) id XAA14208; Mon, 6 May 1996 23:33:01 -0300 Date: Mon, 6 May 1996 23:33:00 -0300 (EST) From: Luiz de Barros To: =?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?= cc: freebsd-isp@freebsd.org Subject: Re: routing question In-Reply-To: <199605070007.CAA26733@birk04.studby.uio.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 7 May 1996, =?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?= wrote: Hi, I think this would solve your problem. Put on H2 a default route via H1. On H1 put an arp entru for H2. on h1: arp -s 129.240.214.59 ethernet:address:of:adapter:.13 pub This will say to H1: " If a packet to .59 comes in here, get it" and as H1 knows how to deliver the packet it will make a bridge from the world to Host H2. I have here a simillar situation with a few hosts connected to the world via our isp by a serial line. Hope it helps. Luiz de Barros Netlink Internet Services. > I've got the following configuration: > > +----+ (3-bit) +----+ > | |.58 129.240.214.56 .59| | > | H1 |--------------------------| H2 | > | | | | > +----+ +----+ > |.13 > | > |129.240.214 (9-bit) > | > |.1 > +-----+ > | | > | R1 |--> (world) > |cisco| > +-----+ > > H1 is a FreeBSD box, acting as a router. I want to be able to access > H2 from (world), how should I configure the freebsd box? Do I need > access to R1 to set static network routes? H1's .58 interface has > netmask 255.255.255.248, same goes for .59 on H2. > > -aage >