From owner-freebsd-isp@FreeBSD.ORG Thu May 19 11:19:06 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3404616A4CE for ; Thu, 19 May 2005 11:19:06 +0000 (GMT) Received: from digitaldaemon.com (digitaldaemon.com [63.105.9.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 434BC43DAB for ; Thu, 19 May 2005 11:19:05 +0000 (GMT) (envelope-from jan@digitaldaemon.com) Received: (qmail 53527 invoked by uid 98); 19 May 2005 11:19:04 -0000 Received: from jan@digitaldaemon.com by digitaldaemon.com by uid 89 with qmail-scanner-1.22 (clamdscan: 0.75.1. Clear:RC:1(63.105.9.34):. Processed in 0.136805 secs); 19 May 2005 11:19:04 -0000 Received: from digitaldaemon.com (HELO ?127.0.0.1?) (63.105.9.34) by digitaldaemon.com with SMTP; 19 May 2005 11:19:04 -0000 Message-ID: <428C7624.3040300@digitaldaemon.com> Date: Thu, 19 May 2005 07:19:00 -0400 From: Jan Knepper User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PPP Windows XP into FreeBSD 4.11 with mgetty X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 11:19:06 -0000 Question.... I have set up my FreeBSD box with mgetty: login.config: /AutoPPP/ - - /usr/sbin/ppp -direct ppp.conf: default: enable passwdauth enable proxy set ifaddr 192.168.1.1 192.168.1.100-192.168.0.200 accept dns set dns 65.204.18.242 65.204.18.243 Plain and simple.... Plain and simple for a Windows 2000 client that dials into the box, connects and works.... Not so plain and simple for a Windows XP (Xtreme Pig) Prof client that dials in, talks to mgetty, but never seems to cause mgetty to invoke ppp. When I have a terminal window popup the W2K client gives the mgetty login prompt. The WXP client gives cr*p, almost like the communication between XP and the modem is not synchronized... Any idea's? Thanks! Jan