From owner-freebsd-current@FreeBSD.ORG Mon Dec 15 20:37:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB90616A4CE for ; Mon, 15 Dec 2003 20:37:40 -0800 (PST) Received: from mxfep04.bredband.com (mxfep04.bredband.com [195.54.107.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584AD43D1D for ; Mon, 15 Dec 2003 20:37:39 -0800 (PST) (envelope-from gunnar.flygt@bredband.net) Received: from mxfep04 ([195.54.107.73] [195.54.107.73]) by mxfep04.bredband.com (InterMail vM.6.00.04.00 201-2115-106-20030714) with SMTP id <20031216043738.SAWA24023.mxfep04.bredband.com@mxfep04> for ; Tue, 16 Dec 2003 05:37:38 +0100 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) From: To: Date: Tue, 16 Dec 2003 5:37:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20031216043738.SAWA24023.mxfep04.bredband.com@mxfep04> Subject: Problems with ppp and modem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 04:37:41 -0000 I changed machine at home from a box running 4.9-STABLE to a new one running 5.2-CURRENT. I dial in to my company using modem and userland ppp. The config runs OK on the 4.9 box, but on the 5.2 it never "lifts the phone off the hook" so to say. I've checked the examples in /usr/share/examples/ppp to see it there are any news in the config. I haven't found anything different from what I've got. /etc&ppp/ppp.conf looks like this: default: set log Phase Chat LCP IPCP CCP tun command allow user gunnar set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK AT&j0E1Q0 OK \\dAT DI\\T TIMEOUT 40 CONNECT" set timeout 180 srpool: set phone 123456789 set login set authname myloginname set authkey somepassword set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 set reconnect 5 5 add default HISADDR Is anyone still using modems with CURRENT? :) Gunnar Flygt