From owner-freebsd-newbies Thu May 21 09:15:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01577 for freebsd-newbies-outgoing; Thu, 21 May 1998 09:15:03 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from vanessa.eliuk.org (pme69.sunshine.net [209.17.178.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01551 for ; Thu, 21 May 1998 09:14:54 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.8.8/8.8.8) with SMTP id JAA07300; Thu, 21 May 1998 09:14:39 -0700 (PDT) (envelope-from cagey@vanessa.eliuk.org) Date: Thu, 21 May 1998 09:14:09 -0700 (PDT) From: "Kevin G. Eliuk" Reply-To: "Kevin G. Eliuk" To: "Douglas R. Brown" cc: newbies Subject: Re: ppp In-Reply-To: <006b01bd83ae$4d3c7d80$91662e9c@doug> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 20 May 1998, Douglas R. Brown wrote: => Could some one please send me their ppp.conf and ppp.linkup files so i can => look at an actual working set?? thanks Hey there, here is what works for me. == [ My system ] FreeBSD vanessa.eliuk.org 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Tue May 19 02:47:26 PDT 1998 cagey@vanessa.eliuk.org:/usr/src/sys/compile/KEVIN i386 Single machine on dialup with 14,400 boca modem on sio1. [ My ppp.conf ] default: set log Phase Chat Connect Carrier LCP IPCP CCP TCP/IP command set device /dev/cuaa1 set speed 57600 allow user cagey set server 3000 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK AT&FM0s11=60s95=0 OK \\dATDT\\T TIMEOUT 40 CONNECT" pmdemand: set phone 886-4589 set login set authname YourLoginHere set authkey YouRpAsSwoRdHerE set timeout 120 set ifaddr 209.17.178.56/0 209.17.178.254/0 255.255.255.0 0.0.0.0 delete ALL add 0 0 HISADDR workdemand: set phone 886-4589 set login set authname YourLoginHere set authkey YouRpAsSwoRdHerE set timeout 120 set ifaddr 209.17.178.56/0 209.17.178.254/0 255.255.255.0 0.0.0.0 delete ALL add 0 0 HISADDR [ My ppp.linkup ] pmdemand: delete ALL add 0 0 HISADDR !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au workdemand: delete ALL add 0 0 HISADDR !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au [ My ppp.linkdown ] MYADDR: !bg /usr/X11R6/bin/auplay /etc/ppp/linkdown.wav [ My ppp.secret ] # Authname Authkey Peer's IP address vanessa PassWordForMachine == Your IP addresses and mileage may vary. Perhaps if it doesn't contravene the charter some examples of what other configurations are for archival purposes. This I slapped together in about 5 minutes (okay 10) and really don't know if it could stand some improvement or if I may have things in that are not required. Also made the changes and additions to /etc/hosts, /etc/host.conf, /etc/resolv.conf, and rc.conf. Kevin G. Eliuk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message