From owner-freebsd-bluetooth@FreeBSD.ORG Tue Apr 22 19:07:20 2008 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC34C1065675 for ; Tue, 22 Apr 2008 19:07:20 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id F22128FC1E for ; Tue, 22 Apr 2008 19:07:19 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: (qmail 17708 invoked by uid 0); 22 Apr 2008 19:07:09 -0000 Received: from r5h15.net.upc.cz (HELO ?192.168.11.3?) (86.49.7.15) by smtp.dkm.cz with SMTP; 22 Apr 2008 19:07:09 -0000 Message-ID: <480E375D.1050302@users.sf.net> Date: Tue, 22 Apr 2008 21:07:09 +0200 From: mato User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.13) Gecko/20080402 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Maksim Yevmenkin References: <47DBE7A4.3060006@users.sf.net> <47F67B95.4060402@users.sf.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: BT issues X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 19:07:20 -0000 Maksim Yevmenkin wrote: > On 4/4/08, mato wrote: > >> Maksim Yevmenkin wrote: >> >> Hi Max, >> >> Thanks for the script but I would need it expanded a bit. The thing is >> that because I connect both FreeBSD and Windows as clients I had to create 2 >> slightly different ppp.conf labels (it didn't work for me with one label >> only). Therefore I created 2 simple scripts, each starting rfcomm_pppd with >> different label on different channel. Then I run them manually or >> automatically from cron at startup. >> Do you think it would be possible to cover situations like mine within your >> script ? Something like specifying for instance >> rfcomm_pppd_server_channel="1,2" .. ? >> > > why do you need 2 different labels? having multiple instances of a > rfcomm_pppd started would be possible, however i will need some time > to think about it. > > thanks, > max > I need two labels to support both FreeBSD and Windows clients. M.