From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 11:28:55 2003 Return-Path: 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 A04E416A4BF for ; Tue, 7 Oct 2003 11:28:55 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D65843FCB for ; Tue, 7 Oct 2003 11:28:53 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.1] (helo=pluto.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.20) id 1A6wZn-00023c-EL for freebsd-questions@FreeBSD.org; Tue, 07 Oct 2003 20:28:51 +0200 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by pluto.runbox.com with asmtp (Exim 4.20) id 1A6w3q-0002E0-Gm for freebsd-questions@FreeBSD.org; Tue, 07 Oct 2003 19:55:50 +0200 Message-ID: <001301c38cfd$17466610$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <20031007173749.12112.qmail@web60303.mail.yahoo.com> Date: Tue, 7 Oct 2003 14:01:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: ppp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 18:28:55 -0000 > I need to be able to tell the modem not to detect a > dial tone when using ppp. > After typing 'AT' I get 'OK'. After 'ATDT1234567' I > get 'NO DIAL TONE' > I'd like to use NAT to connect machines in my LAN to > the net. Is there > any command that I can give it in ppp.conf to tell it > not to detect the > dial tone? You can do that with ATX3 (detect busy but do not detect dial tone) Also, you can store this X3 in a profile so you won't need to type this in future. Search for modem hayes AT commands for your modem.