From owner-freebsd-questions Thu Jan 10 1:48:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 0938A37B417 for ; Thu, 10 Jan 2002 01:48:20 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id g0A9mGF25800; Thu, 10 Jan 2002 09:48:17 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id g0A9mBS54180; Thu, 10 Jan 2002 09:48:11 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200201100948.g0A9mBS54180@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Joe & Fhe Barbish" Cc: "Brian Somers" , "FBSD Questions" , brian@freebsd-services.com Subject: Re: How to setup dialin to server and them callback orginal dialin caller In-Reply-To: Message from "Joe & Fhe Barbish" of "Thu, 10 Jan 2002 00:33:56 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jan 2002 09:48:11 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Brian > > OK so I leave every thing the way it is but change the incoming section like > this. > > incoming: > allow users barbish bob > enable pap > accept dns > set ifaddr 10.0.0.1 10.0.0.74 255.255.255.255 > set callback cbcp > set cbcp > set log +cbcp > set redial 3 1 > set device /dev/cuaa2 /dev/cuaa1 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ > \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" > > Now I need to understand the flow of things. > > When the win98 box calls the dialin modem on the FBSD box, getty senses & > answers the call, makes the connection, tells the winbox it wants pap and > asks for id/pw, whatever is entered is checked against ppp.secret, at a > match ppp sees the callback phone number and hangs up the phone. Now the > modem that just answered the inbound call is free to dial out using the > callback phone number from ppp.secert. On the winbox when FBSD hung up the > dial window jumped up and asked if the user wants to dial again. The user > should just close the dialer window. The modem on the winbox must already > have the ats=1 turned on for auto answer. FBSD does it's callback and the > modem on the winbox picks up. FBSD does not request pap logon again or > anything. The winbox is all ready logged on from the first call in. If this > is not how it works then please explain the correct flow of events. > > Thanks > > Joe That's essentially it - from the FreeBSD end anyway. I'm not familiar with how windows looks in this setup. I find it odd that windows asks if you want to dial again..... -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message