From owner-freebsd-hackers Wed Jun 28 00:31:34 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26581 for hackers-outgoing; Wed, 28 Jun 1995 00:31:34 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA26573 for ; Wed, 28 Jun 1995 00:31:32 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id AAA08187; Wed, 28 Jun 1995 00:31:23 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id AAA00673; Wed, 28 Jun 1995 00:31:57 -0700 Message-Id: <199506280731.AAA00673@corbin.Root.COM> To: Rob Snow cc: John Beukema , Hackers Subject: Re: packet forwarding In-reply-to: Your message of "Thu, 29 Jun 95 02:14:40 CDT." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 28 Jun 1995 00:31:56 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >On Tue, 27 Jun 1995, David Greenman wrote: >> >> >I have the EXACT same problem, and I dont really understand why. If I > ^^^^^ > read 'ALMOST the EXACT' >> >default to my ppp machine from my non-ppp machine then shouldnt my ppp machine >> >default to my ISP? >> >> Perhaps I'm missing something, but why would your ISP send packets for >> 10.x.x.x back to you? The "10" net is supposed to be local-only. > >#define PPP ppp machine with lp0 to LOST and tun0 to ISP > starts at 204.57.120.200 and gets reassigned to > 204.57.120.[50-100]. ifconfig lp0 inet PPP LOST > >#define LOST 204.57.120.201 with ifconfig lp0 inet LOST PPP > >#define ISP 204.57.120.3 > > >LOST can always ping/rlogin to PPP. >PPP can always ping/rlogin to LOST. >PPP can always ping/rlogin to ISP. >(except Netscape hangs with a DNS lookup failure if it is the program >that starts an ondemand connection, but that's another story) > >LOST can NEVER ping/rlogin to ISP. You need to add 'options GATEWAY' to your kernel config file. -DG