From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 15:28:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C92D16A41F for ; Thu, 29 Sep 2005 15:28:30 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from dhl.co.cu (DHLMAIL.dhl.co.cu [200.55.156.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C3743D49 for ; Thu, 29 Sep 2005 15:28:23 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from WorldClient by dhl.co.cu (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000046542.msg for ; Thu, 29 Sep 2005 11:29:50 -0500 Received: from [7.96.160.15] via WorldClient with HTTP; Thu, 29 Sep 2005 11:29:46 -0500 Date: Thu, 29 Sep 2005 11:29:46 -0500 From: "Efren Bravo" To: "freeBSD " MIME-Version: 1.0 Content-Type: text/plain Message-ID: X-Mailer: WorldClient 8.0.2 X-Authenticated-Sender: efrenba@dhl.co.cu X-Spam-Processed: dhl.co.cu, Thu, 29 Sep 2005 11:29:50 -0500 (not processed: message from valid local sender) X-Return-Path: efrenba@dhl.co.cu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: dhl.co.cu, Thu, 29 Sep 2005 11:29:52 -0500 Subject: Dialin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:28:30 -0000 Hi, Im trying to setup my fBSD box to accept incoming connections from winxp through cnet v.92 datafax modem. I've followed the instructions of fBSD Handbook, modifying: file: /etc/ttys ttyd0 "/usr/libexec/getty V57000" dialup on insecure file: /etc/gettytab adding: vm|VH33600|Very High Speed Modem at 33600, 8-bit:\ :nx=VH57000:tc=std.33600: vn|VH57000|Very High Speed Modem at 57000, 8-bit:\ :nx=VH33600:tc=std.57000: file: /etc/rc.serial stty -f /dev/ttyid0 crtscts stty -f /dev/cuaia0 crtscts After that I called to the modem but it doesn't pickup the call. When I execute #ps -ax it shows: 661 ?? S 0:00.00 /usr/libexec/getty V57000 ttyd0 What is happens? After the above mentioned works, what is the next step, the ppp? Thanks....