Re: Problems with Bluetooth LAN access

From: Denis Fokin <sanvean_at_mail.ru>
Date: Sun, 03 Apr 2005 19:09:22 +0400
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...
Received on Sun Apr 03 2005 - 13:09:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:31 UTC