From owner-freebsd-questions Wed Apr 21 15:32:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from faust.moldsat.md (faust.moldsat.md [212.0.213.10]) by hub.freebsd.org (Postfix) with ESMTP id 75C45158D8 for ; Wed, 21 Apr 1999 15:31:53 -0700 (PDT) (envelope-from andy@sympad.net) Received: from localhost (andy@localhost) by faust.moldsat.md (8.9.3/8.9.3) with SMTP id BAA21709 for ; Thu, 22 Apr 1999 01:31:12 +0300 (EEST) Date: Thu, 22 Apr 1999 01:31:11 +0300 (EEST) From: andy X-Sender: andy@faust.moldsat.md To: freebsd-questions@freebsd.org Subject: callback 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 I try to establish callback connection from a fbsd 3.1 box (caller) to a cisco nas (callee). It seems to me all goes fine: bsd calls cisco, authentication phase passes quite well, and cisco calls back. The only problem is that I don't know how to handle incoming (returned) call from callee. It appears ppp doesn't even try to process incoming call even though it shows in log file something like that: CBCP: peer will dial back and after that moment I hear incoming call. How do I manage returned call? Do I need another ppp process to be launched on incoming call? Excuse me for such lame questions. be good, andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message