From owner-freebsd-questions Sat Jul 10 19: 8:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns02.arpa-canada.net (dns02.arpa-canada.net [209.104.118.66]) by hub.freebsd.org (Postfix) with SMTP id 42ABC14BF3 for ; Sat, 10 Jul 1999 19:08:15 -0700 (PDT) (envelope-from matt@MLINK.NET) Received: (qmail 10165 invoked by uid 1000); 11 Jul 1999 02:08:11 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 11 Jul 1999 02:08:11 -0000 Date: Sat, 10 Jul 1999 22:08:11 -0400 (EDT) From: matt X-Sender: matt@dns02.arpa-canada.net To: Doug Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pppd script donations In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 10 Jul 1999, Doug wrote: : hey : This list has been nothing but helpfull to my questions, and im stuck in : another hole and I would apreciate any help, Im wondering if anybody will : send their pppd scripts (taking out their password!) so typing pppd aty the : command line will bring up the conection? thanks, my pppd scripts from : openbsd didnt work with freebsd, any help would be welcomed! : : Doug This is how I used to do it before I got my DSL: /etc/ppp/options: -- cut here -- modem user crtscts defaultroute bsdcomp 15,15 *** DO NOT USE UNLESS COMPILED IN KERNEL *** deflate 15,15 *** DO NOT USE UNLESS COMPILED IN KERNEL *** connect /etc/ppp/sconnect /dev/cuaa1 115200 -- cut here -- /etc/ppp/sconnect: -- cut here -- #!/bin/sh chat ABORT BUSY ABORT ERROR "" AT"" OK ATD CONNECT -- cut here -- /etc/ppp/pap-secrets: -- cut here -- # Secrets for authentication using PAP... # client server secret IP addresses * -- cut here -- That should set you up nicely if your ISP runs PAP Auth.. It's always worked for me, on Linux, OpenBSD, FreeBSD.... all ya gotta do is type pppd for it to run. Make sure to chmod +x /etc/ppp/sconnect btw.. Hope this helps, Matt -- matt@MLINK.NET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message