Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 1998 17:22:53 +0100 (CET)
From:      Konrad Heuer <kheuer@gwdu60.gwdg.de>
To:        Jason Canon <JCanon@comtechnologies.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP Script For NT
Message-ID:  <Pine.BSF.3.96.980318171938.19678B-100000@gwdu60.gwdg.de>
In-Reply-To: <71F888185DE0D01191CD00C0DFA9A308069DFC@MX>

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


On Wed, 18 Mar 1998, Jason Canon wrote:

> Would appreciate any example scripts for a BSD PPP PAP dial-up script
> that works to connect with an NT server.

I'm happy with following /etc/ppp/ppp.conf:

#################################################################
#
#  	PPP Configuration File
#
#	  Written by Toshiharu OHNO and modified by Konrad Heuer
#
# $Id: ppp.conf.sample,v 1.5.2.12 1997/09/10 01:00:27 brian Exp $
#
#################################################################

# Default setup. Always executed when PPP is invoked.
#
# enable msext pap

default:
 deny	lqr
 enable	msext
 set	ctsrts	on
 set	device	/dev/cuaa1
 set	dial	"ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set	hangup	"+++ OK ATH0 OK"
 set	log	Phase Chat Connect Carrier LCP IPCP CCP tun
 set	speed	38400

<Provider>:
 set authkey	<password>
 set authname	<NT-domain>\<username>
 set ifaddr	10.0.0.1/0	10.0.0.2/0	255.255.0.0
 set openmode	active
 set phone	<number>
 set timeout	120
 delete		ALL
 shell		echo "### Don't forget: add 0 0 HISADDR ###"

K. Heuer, GWDG, Goettingen, Germany
(kheuer@gwdu60.gwdg.de)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" 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.980318171938.19678B-100000>