From owner-freebsd-questions Wed Mar 19 14:09:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA25837 for questions-outgoing; Wed, 19 Mar 1997 14:09:31 -0800 (PST) Received: from mail1.sirius.com (mail1.sirius.com [205.134.253.131]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA25820 for ; Wed, 19 Mar 1997 14:09:27 -0800 (PST) Received: from ds9.sirius.com (ds9.sirius.com [205.134.226.34]) by mail1.sirius.com (8.6.12/960710) with ESMTP id OAA27236; Wed, 19 Mar 1997 14:06:45 -0800 Received: from localhost (dlowe@localhost) by ds9.sirius.com (8.6.12/961127) with SMTP id OAA14825; Wed, 19 Mar 1997 14:09:38 -0800 X-Authentication-Warning: ds9.sirius.com: dlowe owned process doing -bs Date: Wed, 19 Mar 1997 14:09:37 -0800 (PST) From: David Lowe X-Sender: dlowe@ds9 To: Softweyr LLC cc: freebsd-questions@freebsd.org Subject: Re: ppp strangeness In-Reply-To: <199703192143.OAA08645@xmission.xmission.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 19 Mar 1997, Softweyr LLC wrote: > This is most likely a modem problem; you need to tell your modem to > hangup when carrier detect goes away. Also, be sure to use a cuax > device to connect on in your configuration file. OK... thanks. There shouldn't be a problem using /dev/modem where modem is a symbolic link to cuaa0, right? I can't imagine why not... > When you run ppp -auto, it brings up the tun0 interface immediately so > you can route packets to it. If it gets a packet and doesn't have the > interface up, it will bring it up and fix the addresses and/or routes. > If the interface wasn't up, you couldn't route packets to it! I failed to mention that this "up" interface doesn't work. What you say makes sense, thanks. But the problem is that ppp -auto is failing to dial out despite this. I get "host name lookup failure" and "host unknown" messages when I try to telnet/ping/etc. Am I missing something? How do I make sure packets get routed across the tun0 interface, so that -auto will dial in for me? Thanks again, David Lowe