From owner-freebsd-net Thu Dec 17 15:57:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07543 for freebsd-net-outgoing; Thu, 17 Dec 1998 15:57:23 -0800 (PST) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from dnai.com (dnai.com [207.181.194.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07522; Thu, 17 Dec 1998 15:57:21 -0800 (PST) (envelope-from miket@dnai.com) Received: from desktop (dnai-207-181-255-44.dialup.dnai.com [207.181.255.44]) by dnai.com (8.8.8/8.8.8) with SMTP id PAA00540; Thu, 17 Dec 1998 15:55:49 -0800 (PST) Message-Id: <199812172355.PAA00540@dnai.com> X-Sender: miket@mail.dnai.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Thu, 17 Dec 1998 15:54:30 -0800 To: Wes Peters , freebsd-net@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG From: Mike Thompson Subject: Re: PPP and mgetty vs. MicroSloth In-Reply-To: <36797D5B.B6E00968@xylan.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 02:53 PM 12/17/98 -0700, Wes Peters wrote: >I have a user attempting to dial in via ISDN from an NoTworkstation 4.0 >machine. We've switched her connection from analog modems to ISDN, >using two 3Com Impact IQ TAs. Wes, Try adding the "-D 9" setting to the mgetty entry in your /etc/ttys file and then signal init "kill -1 1" and restart mgetty. This should create a debug file in the /tmp directory where you can do a "tail -f" command to follow the communication sequence between the serial port and the 3Com Impact. You will probably see something pretty obvious in the AT commands that are exchanged between mgetty and the 3Com Impact. If I had to guess, I would bet the 3Com Impact may not be returning a "RING" string that mgetty uses to trigger the "ATA" command for the Impact to pick up the line. Or, the Impact is not returning a proper "CONNECT" once the line is answered for mgetty to continue the login sequence. The debug log should make the problem obvious. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message