From owner-freebsd-questions Thu May 23 19:55:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA28129 for questions-outgoing; Thu, 23 May 1996 19:55:03 -0700 (PDT) Received: from idt.liberty.com (root@idt.liberty.com [199.89.140.119]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA28117 for ; Thu, 23 May 1996 19:54:59 -0700 (PDT) Received: from IDT.liberty.com (ppp173.liberty.com [199.89.140.142]) by idt.liberty.com (8.6.12/8.6.9) with SMTP id SAA08768 for ; Thu, 23 May 1996 18:53:40 -0700 Message-Id: <1.5.4.32.19960524025123.00665e74@idt.liberty.com> X-Sender: fadorn19@idt.liberty.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 23 May 1996 19:51:23 -0700 To: questions@freebsd.org From: Fred Adorno Subject: Dialup PPP script Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dialup when done manually according to the instructions works wonderfully. However, when executed from a script I don't get the same results. See below: dial OK! login OK! ppp ON foo> Packet mode. ppp on foo> Notice that the first two letters on the last prompt do not capitilize like they should. ISP assigns the address for my side. However, it does not use the same ip add for default address? When I do "show lcp" it indicates that it was closed! No ip addresses assigned either when "show ipcp" is done. Any help will be appreciated.