From owner-freebsd-hackers Wed Jun 28 00:20:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26088 for hackers-outgoing; Wed, 28 Jun 1995 00:20:37 -0700 Received: from legend (legend.txdirect.net [204.57.120.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA26082 for ; Wed, 28 Jun 1995 00:20:36 -0700 Received: from oasis (link057) by legend (5.x/SMI-SVR4) id AA11582; Wed, 28 Jun 1995 02:14:09 -0500 Date: Thu, 29 Jun 1995 02:14:40 -0500 (CDT) From: Rob Snow X-Sender: rsnow@oasis To: David Greenman Cc: John Beukema , Hackers Subject: Re: packet forwarding In-Reply-To: <199506280638.XAA00398@corbin.Root.COM> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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. --- Rob Snow rsnow@txdirect.net