From owner-freebsd-net Tue Aug 13 1:16: 2 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6A037B400 for ; Tue, 13 Aug 2002 01:15:57 -0700 (PDT) Received: from inet-mail2.oracle.com (inet-mail2.oracle.com [148.87.2.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A4A43E3B for ; Tue, 13 Aug 2002 01:15:57 -0700 (PDT) (envelope-from saju.pillai@oracle.com) Received: from inet-mail2.oracle.com (localhost [127.0.0.1]) by inet-mail2.oracle.com (Switch-2.2.3/Switch-2.2.3) with ESMTP id g7D8Fut24115 for ; Tue, 13 Aug 2002 01:15:56 -0700 (PDT) Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.191.10]) by inet-mail2.oracle.com (Switch-2.2.3/Switch-2.2.3) with ESMTP id g7D8Ftl24104 for ; Tue, 13 Aug 2002 01:15:55 -0700 (PDT) Received: from rgmgw1.us.oracle.com (localhost [127.0.0.1]) by rgmgw1.us.oracle.com (Switch-2.1.3/Switch-2.1.0) with ESMTP id g7D8Fsr07032 for ; Tue, 13 Aug 2002 02:15:54 -0600 (MDT) Received: from oracle.com (incq171sc.idc.oracle.com [152.69.202.171]) by rgmgw1.us.oracle.com (Switch-2.1.3/Switch-2.1.0) with ESMTP id g7D8Fph06916; Tue, 13 Aug 2002 02:15:52 -0600 (MDT) Message-ID: <3D58C0F5.9C17D340@oracle.com> Date: Tue, 13 Aug 2002 13:49:01 +0530 From: Saju R Pillai X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: TOPCAT CONSULTING Cc: freebsd-net@FreeBSD.ORG Subject: Re: routing problem References: <3D589B14.90E62433@sk.sympatico.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am not sure if this is correct (I am a CORE Newbie) ...... but I think the first line in your routing table is saying that P3 is connected directly to P1 ( The 'H' flag and absence of a GATEWAY entry. Does deleteing the first line, so that the 'default' entry kicks in, helps ? (or maybe P2 is not configured to fwd packets ? ) regards srp TOPCAT CONSULTING wrote: > I have a dial-up ppp connection from PC_1 to PC_2 set up and working > good. PC_2 has an ethernet network connection as well, connecting to > PC_3 on a different network address > > The ppp connection is from 192.168.0.2 --> 192.168.0.1 > > I need to route as follows: > > from 192.168.0.2 --> 192.168.0.1 --> 10.0.0.1 > in other words from PC_1 --> PC_2 --> PC_3 where 1-->2 is ppp and 2 > -->3 is ethernet > > After the ppp connection from 1 --> 2 is established the route table on > PC_1 is as follows: > > DEST GATEWAY GENMASK FLAGS IFACE > 192.168.0.1 * 255.0.0.0 UH ppp0 > 127.0.0.0 * 255.0.0.0 U lo > default 192.168.0.1 0.0.0.0 UG ppp0 > > pppd is enabled with option "defaultroute" and "proxyarp" at all nodes. > > I can't get from 1 -->3 What might I be missing? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message