From owner-freebsd-isp Mon Nov 10 09:35:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA13761 for isp-outgoing; Mon, 10 Nov 1997 09:35:50 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from proxy.unpar.ac.id (proxy.unpar.ac.id [167.205.206.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA13729; Mon, 10 Nov 1997 09:35:10 -0800 (PST) (envelope-from gatut@student.unpar.ac.id) Received: from student.unpar.ac.id (student.unpar.ac.id [167.205.206.58]) by proxy.unpar.ac.id (8.8.5/8.8.5) with ESMTP id AAA00635; Mon, 11 Nov 1996 00:15:47 +0700 (JAVT) Received: from localhost (gatut@localhost) by student.unpar.ac.id (8.8.5/8.8.5.D) with SMTP id PAA04067; Mon, 10 Nov 1997 15:47:16 +0700 (JAVT) Date: Mon, 10 Nov 1997 15:47:16 +0700 (JAVT) From: V Gatut Harijoso To: Antal Rutz cc: FreeBSD Questions , freebsd-isp@FreeBSD.ORG Subject: Re: Gateway question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Using gated or routed maybe solve the problem. Simple way is a. at default router route add -net <193.6.9.box1-address> or route add <193.6.9.box1-address> b. at box2 route add -net default I think that is newbie-isp question.. ;-) On Mon, 10 Nov 1997, Antal Rutz wrote: > Hi! > > I want to build a little network that way: > > Ethernet:193.6.9.0/255.255.255.0 > <-------------------------------------> > | | > --------- ------- > |default| |FBSD | 'box1' > |router | |Box | > --------- ------- > | > | IP through lp0 > | > ------- > |FBSD | 'box2' > |Box | > ------- > How do I configure 'box1' to be able to act as a router between > the ethernet and 'box2'. > Addresses: both (box1|box2) 193.6.9.0/255.255.255.0 . > I enabled ipforwarding but it didn't seem to work. > Thanks for your help. > > > --rutz >