From owner-freebsd-questions Fri Jun 7 13:46:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20100 for questions-outgoing; Fri, 7 Jun 1996 13:46:18 -0700 (PDT) Received: from gemini.digitech.net (digitech.rain.com [204.119.8.20]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA20091 for ; Fri, 7 Jun 1996 13:46:08 -0700 (PDT) Received: from codom.digitech.net (codom.digitech.net [204.119.47.100]) by gemini.digitech.net (8.6.12/8.6.12) with SMTP id NAA00425 for ; Fri, 7 Jun 1996 13:48:44 -0700 Received: by codom.digitech.net with Microsoft Mail id <01BB5478.06233540@codom.digitech.net>; Fri, 7 Jun 1996 13:48:35 -0700 Message-ID: <01BB5478.06233540@codom.digitech.net> From: Chris Odom To: "'questions@freebsd.org'" Subject: userPPP -auto not working with dynamic addressing Date: Fri, 7 Jun 1996 13:48:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My ISP uses dynamic addressing. So I have to use this ifaddr in my ppp.conf: set ifaddr 0 0 I have also tried: set ifaddr 0 I *have* to set it like that if I want to make a connection. That's the only way it will work when I dial in by hand. But when I try to use the -auto option, it won't even attempt to dial. Says for -auto, it NEEDS a dstaddr (destination address.) So if I "set ifaddr" one way, i can't dial out. If I set it the other way, "ppp -auto scriptname" won't even attempt to dial out. Help?