From owner-freebsd-isp Tue Sep 22 11:54:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02966 for freebsd-isp-outgoing; Tue, 22 Sep 1998 11:54:54 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from oldyeller.comtest.com (comtest.hits.net [206.127.244.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02945 for ; Tue, 22 Sep 1998 11:54:50 -0700 (PDT) (envelope-from randal@comtest.com) Received: from graphics.comtest.com (graphics.comtest.com [206.127.245.194]) by oldyeller.comtest.com (8.8.8/8.8.8) with SMTP id IAA00284; Tue, 22 Sep 1998 08:41:49 -1000 (HST) (envelope-from randal@comtest.com) Message-Id: <199809221841.IAA00284@oldyeller.comtest.com> From: "Randal S. Masutani" Organization: ComTest Technologies, Inc. To: "Ronald Van Assche" , ronald@groupe-fle.fr, freebsd-isp@FreeBSD.ORG Date: Tue, 22 Sep 1998 08:56:37 -1000 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: Re: Routing problem Reply-to: randal@comtest.com In-reply-to: <001b01bde607$e08df080$cec901c0@chose> X-mailer: Pegasus Mail for Windows (v3.01b) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by hub.freebsd.org id LAA02958 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22 Sep 98, at 11:03, Ronald Van Assche wrote: > Hi folks, > > I have a simple problem to solve quickly on my network. > They have 2 class C network, and we want to connect them via a FreeBSD > gateway. > So i build a box with two network cards , assigning each an ip adress in the > correct class C, then configured the box (getway_enable=YES). > But what do I have to do now ? > The box has 2 cards, with 2 īp : 10.1.0.253 (1st network) and 10.2.0.253 > (2nd network), and I have an internet routeur (with Nat) on 10.1.0.155. > I want all people on 10.2.0.0 to be able to talk to the routeur, but it's > only possible for them to ping 10.1.0.253, (it's their gateway ), no other > adress is pingable . > the FreeBSD box can ping the routeur, go to the net, ping the 2 class C > without any problem, so what do i have to do ? > > Thanks Sound like you need to check your network MASK, you are trying to subnet your 10.0.0.0 network. The default mask for the 10.0.0.0 network is usually 255.0.0.0. You may need to subnet using the mask 255.255.0.0, because you have network 10.1.0.0 and network 10.2.0.0. Randal Masutani ------------------------------------------------------------------------- ComTest Technologies, Inc. 3049 Ualena St., Suite 1005 Honolulu, Hawaii 96819 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message