From owner-freebsd-questions Tue Sep 8 13:26:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06841 for freebsd-questions-outgoing; Tue, 8 Sep 1998 13:26:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.cybcon.com (mail.cybcon.com [205.147.64.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06835 for ; Tue, 8 Sep 1998 13:26:55 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from support1.cybcon.com (william@support1.cybcon.com [205.147.76.99]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id NAA05538 for ; Tue, 8 Sep 1998 13:26:40 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 08 Sep 1998 13:26:27 -0700 (PDT) Reply-To: wwoods@cybcon.com From: William Woods To: FreeBSD Questions Subject: PPP question..... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is my current ppp options file. I use it for dial on boot, 24/7 connect and it works fine. I am in need of changing this to a dial on demand connection (I am going to be terminating my 24/7) and I need to know what to change. ------------------------------------------------- crtscts # enable hardware flow control modem # modem control line connect "/usr/bin/chat -f /etc/ppp/login.chat.script" # noipdefault # remote PPP server must supply your IP address. # if the remote host doesn't send your IP during # IPCP negotiation, remove this option passive # wait for LCP packets domain cybcon.com # put your domain name here 205.147.76.99:205.147.64.49 # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option # change this line to : defaultroute # put this if you want that PPP server will be # your default router persist # Redial if link dies. ------------------------------------------------- The pppd command to dial on boot is in /etc/rc.local as: --------- # PPP /usr/sbin/pppd --------- Any suggestions for me would be appreciated. -------------------------------------- William Woods Date: 08-Sep-98 / Time: 13:17:07 goto to: http//www.freebsd.org. --> FreeBSD 3.0 CURRENT ELF <-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message