From owner-freebsd-bluetooth@FreeBSD.ORG Thu Mar 25 07:03:52 2004 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A879516A4CE for ; Thu, 25 Mar 2004 07:03:52 -0800 (PST) Received: from fep01-mail.bloor.is.net.cable.rogers.com (fep01-mail.bloor.is.net.cable.rogers.com [66.185.86.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDC443D1D for ; Thu, 25 Mar 2004 07:03:52 -0800 (PST) (envelope-from dima@rogers.com) Received: from [24.100.213.250] by fep01-mail.bloor.is.net.cable.rogers.com ESMTP <20040325150132.EWFA138614.fep01-mail.bloor.is.net.cable.rogers.com@[24.100.213.250]> for ; Thu, 25 Mar 2004 10:01:32 -0500 Received: from Spooler by dima@rogers.com (Mercury/32 v4.01a) ID MO0002A8; 25 Mar 2004 10:03:45 -0500 Received: from spooler by lumina.dima.componentone.com (Mercury/32 v4.01a); 25 Mar 2004 10:03:40 -0500 Received: from lumina.apexsc.com (127.0.0.1) by lumina.dima.componentone.com (Mercury/32 v4.01a) with ESMTP ID MG0002A7; 25 Mar 2004 10:03:36 -0500 To: freebsd-bluetooth@freebsd.org In-Reply-To: <4062D379.9020500@realss.com> (Zhang Weiwu's message of "Thu, 25 Mar 2004 20:41:29 +0800") References: <84hdwfvtzq.fsf@nothing.nowhere.com> <4061729F.4010504@realss.com> <84d6711k72.fsf@nothing.nowhere.com> <4062D379.9020500@realss.com> From: Dmitry Yaitskov Organization: Disorganized Date: Thu, 25 Mar 2004 10:03:36 -0500 Message-ID: <84vfktynnb.fsf@nothing.nowhere.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, cygwin32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep01-mail.bloor.is.net.cable.rogers.com from [24.100.213.250] using ID at Thu, 25 Mar 2004 10:01:32 -0500 Subject: Re: Windows client/FreeBSD server Q. on bluetooth LAN X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 15:03:52 -0000 Hi Thanks Zhang. Some new info: I d/loaded a new bluetooth stack from Toshiba, and now I am actually able to connect, via a "modem" on the laptop side. The connection stays up, the problem seems to be with the TCP/IP and/or PPP settings. Here's what happens: After connection, ipconfig says the following about the connection on the laptop side: PPP adapter Direct Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface Physical Address. . . . . . . . . : 00-53-45-00-00-00 Dhcp Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.1.53 Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : 192.168.1.53 DNS Servers . . . . . . . . . . . : 192.168.1.1 I'm not sure but the fact that IP addr and the gateway are the same seems wrong to me. On the server, I tried mimicking the config that you posted: rfcomm-server: set timeout 0 set lqrperiod 10 enable lqr accept lqr set ifaddr 192.168.1.120 192.168.1.53-192.168.1.119 255.255.255.0 accept dns enable proxy disable pap deny pap disable chap deny chap Still, the only IP that I can ping from the laptop is the IP address/default gateway one. I guess I'm missing something obvious here... -- Cheers, -Dima.