Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 1995 12:02:59 +0200
From:      Julian Howard Stacey <jhs@vector.eikon.e-technik.tu-muenchen.de>
To:        hackers@freebsd.org
Subject:   /etc/ppp/ppp.conf examples sought
Message-ID:  <199507121002.MAA09982@vector.eikon.e-technik.tu-muenchen.de>

next in thread | raw e-mail | index | archive | help

Hi users of the new ppp(8) (aka iijppp),
(those not using ppp user mode version can ignore this),

I'd be grateful for a copy of a working /etc/ppp/ppp.conf to look at,
(please s/real_passwd/PASSWD/g before mailing),
an example might help me spot my error.

I've looked at the samples & rolled my own, but it doesnt seem to work for me,
yet others use ppp happily; I am using current.

what I have (undoubtedly wrong) is this:
-------
default:
	set device /dev/cua03
	set speed 38400
	disable lqr
#	what is lqr
	deny lqr
	set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"

uni:
	set phone 280797
#	later I need to add these numbers somehow
#	output atdt280797 N 28057464 N 282159 N 28058612 N 21058805 N 21058805 N 28058611 N 28058612\13
#	set login "TIMEOUT 5 login:-\\r-login: LOGIN2 word: PASSWD2"
	set login "TIMEOUT 5 login:-\\r-login: LOGIN1 assword: PASSWD1 login: LOGIN2 assword: PASSWD2"
#	set timeout 120
	set timeout 0
#	set ifaddr local_ip remote_ip
	set ifaddr 129.187.142.36 129.187.142.1
#	add 0 255.255.255.0 remote_ip
	add 0 255.255.255.0 129.187.142.1
-------

PS examples for either of these usage extensions would be nice as well,
if anyone happens to have done either or both:
	- An entry to call about eight alternate tel numbers 
	  all for one IP provider (my ISP has a number of different line groups,
	  not merely 8 lines that auto cascade on ringing),
	- An entry to handle a double set of login + password
	  (I route through a terminal concentrator or some such).

Thanks
Julian S	jhs@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507121002.MAA09982>