From owner-freebsd-current@FreeBSD.ORG Sun Apr 3 15:09:23 2005 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 93E0416A4CE for ; Sun, 3 Apr 2005 15:09:23 +0000 (GMT) Received: from f26.mail.ru (f26.mail.ru [194.67.57.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA0143D5D for ; Sun, 3 Apr 2005 15:09:23 +0000 (GMT) (envelope-from sanvean@mail.ru) Received: from mail by f26.mail.ru with local id 1DI6j4-0000aJ-00 for freebsd-current@freebsd.org; Sun, 03 Apr 2005 19:09:22 +0400 Received: from [212.1.248.243] by win.mail.ru with HTTP; Sun, 03 Apr 2005 19:09:22 +0400 From: Denis Fokin To: freebsd-current@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [212.1.248.243] Date: Sun, 03 Apr 2005 19:09:22 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: Re: Problems with Bluetooth LAN access X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Denis Fokin List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 15:09:23 -0000 The problem with LAN access was solved. The cause of this problem was behaviour of RAS client in Windows Mobile 2003 Client assumes, that he will connect to MS-style RAS server and sends ugly "CLIENT" string To workarund this behaviour I have added following stings into /etc/ppp/ppp.conf file: enable force-scripts set dial "CLIENT CLIENTSERVER" Now it looks as follows: default: set log Phase Chat LCP IPCP CCP tun command rfcomm-server: enable force-scripts set dial "CLIENT CLIENTSERVER" set cd off set dial set speed 115200 set timeout 0 nat enable yes set ifaddr 192.168.1.2/0 192.168.1.3/0 enable dns open disable pap deny pap disable chap deny chap PS Perhaps will be much better to tomove to freebsd-bluetooth mailing-list...