Date: Mon, 12 Aug 2002 23:37:25 -0600 From: TOPCAT CONSULTING <topcat@sk.sympatico.ca> To: freebsd-net@freebsd.org Subject: routing problem Message-ID: <3D589B14.90E62433@sk.sympatico.ca>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D589B14.90E62433>