From owner-freebsd-questions Sun Mar 9 14:09:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14913 for questions-outgoing; Sun, 9 Mar 1997 14:09:27 -0800 (PST) Received: from cpmt2.cyberport.net (root@ns2.cyberport.net [208.136.100.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA14906 for ; Sun, 9 Mar 1997 14:09:16 -0800 (PST) Received: from phluffy.cyberport.net (myke@phluffy.cyberport.net [208.136.100.24]) by cpmt2.cyberport.net (8.6.9/8.6.9) with SMTP id PAA07842 for ; Sun, 9 Mar 1997 15:09:14 -0700 Date: Sun, 9 Mar 1997 15:09:12 -0700 (MST) From: Mike Holling To: questions@freefall.freebsd.org Subject: PLIP between FreeBSD and Linux? In-Reply-To: <199703092058.MAA11572@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've been using PLIP (parallel cable IP) between FreeBSD boxes happily for a while. Now I have a Linux notebook I'd like to hook to my desktop FreeBSD box via PLIP. The desktop box is 2.1.0. I swiped 'lpt.c' from the 2.1.7 distribution (which, according to the comments, now has a Linux compatability mode) and made a new kernel. Doing something like ifconfig lp0 link0 10.0.0.1 10.0.0.2 doesn't do the trick. Looking at the "plip" device on the Linux box I can see the "packets received" count going up, matching the pings I'm sending from the FreeBSD box. However, the pings are never successfully returned. The same notebook running FreeBSD worked fine, so it's not a hardware problem. I'm pretty new with linux, do I need to do anything more than ifconfig plip1 pointopoint 10.0.0.1 10.0.0.2 to get it running? The linux box doesn't seem to recognize the plip device as functional, I can neither send pings to the FreeBSD box (no route to host) or add a route. Still, since the "packets received" counter is going up *something* seems to be happening... - Mike