Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 09:14:09 -0700 (PDT)
From:      "Kevin G. Eliuk" <kevin_eliuk@sunshine.net>
To:        "Douglas R. Brown" <dbrown@excel.net>
Cc:        newbies <freebsd-newbies@FreeBSD.ORG>
Subject:   Re: ppp
Message-ID:  <Pine.BSF.3.96.980521085000.6755E-100000@vanessa.eliuk.org>
In-Reply-To: <006b01bd83ae$4d3c7d80$91662e9c@doug>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980521085000.6755E-100000>