From owner-freebsd-questions Wed Mar 18 08:23:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05230 for freebsd-questions-outgoing; Wed, 18 Mar 1998 08:23:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05116 for ; Wed, 18 Mar 1998 08:23:33 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.8.5/8.8.5) with SMTP id RAA19811; Wed, 18 Mar 1998 17:22:54 +0100 (CET) Date: Wed, 18 Mar 1998 17:22:53 +0100 (CET) From: Konrad Heuer To: Jason Canon cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP Script For NT In-Reply-To: <71F888185DE0D01191CD00C0DFA9A308069DFC@MX> 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 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 : set authkey set authname \ set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.0.0 set openmode active set phone 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