From owner-freebsd-net Mon Aug 12 22:37:34 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 6241537B400 for ; Mon, 12 Aug 2002 22:37:32 -0700 (PDT) Received: from lancer.sasktel.net (lancer.sasktel.net [142.165.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD57E43E4A for ; Mon, 12 Aug 2002 22:37:31 -0700 (PDT) (envelope-from topcat@sk.sympatico.ca) Received: from sk.sympatico.ca (regnsk01d050201153.sk.sympatico.ca [142.165.25.153]) by lancer.sasktel.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H0R004CBOYD16@lancer.sasktel.net> for freebsd-net@freebsd.org; Mon, 12 Aug 2002 23:37:26 -0600 (CST) Content-return: allowed Date: Mon, 12 Aug 2002 23:37:25 -0600 From: TOPCAT CONSULTING Subject: routing problem To: freebsd-net@freebsd.org Message-id: <3D589B14.90E62433@sk.sympatico.ca> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) 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 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