Problems with Bluetooth LAN access

Denis Fokin sanvean at mail.ru
Sun Apr 3 08:09:23 PDT 2005


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...


More information about the freebsd-current mailing list