From owner-freebsd-hackers Thu May 15 15:39:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21843 for hackers-outgoing; Thu, 15 May 1997 15:39:02 -0700 (PDT) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21838 for ; Thu, 15 May 1997 15:38:58 -0700 (PDT) Received: (from sos@localhost) by sos.freebsd.dk (8.8.5/8.7.3) id AAA17476 for hackers@freebsd.org; Fri, 16 May 1997 00:39:28 +0200 (MEST) From: Søren Schmidt Message-Id: <199705152239.AAA17476@sos.freebsd.dk> Subject: bidirectional PPP possible ?? To: hackers@freebsd.org (FreeBSD hackers) Date: Fri, 16 May 1997 00:39:28 +0200 (MEST) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a problem... I want to have my PPP connection to my ISP demand dialed both ways, ie the one who has some packets to deliver opens the line. I have it sortof running by using a ppp -auto as my demand dialer, and having a ppp hanging off a ppp aware getty on the same modem. The problem is that the -auto ppp set a default route, which points to tun0, now when a call comes in its answered and the ppp comes up on tun1 which should now be the default, and as expected this doesn't work :( If I kill the ppp -auto when the call comes in, it works, but I cannot get it to start a new one on exit, so I'm lost again... I have fixed IP# in both ends (which I can control), and I need to route my little network over the line. Any ideas ?? sombody have this working ?? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end ..