Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Apr 2005 19:09:22 +0400
From:      Denis Fokin <sanvean@mail.ru>
To:        freebsd-current@freebsd.org
Subject:   Re: Problems with Bluetooth LAN access
Message-ID:  <E1DI6j4-0000aJ-00.sanvean-mail-ru@f26.mail.ru>

next in thread | raw e-mail | index | archive | help
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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DI6j4-0000aJ-00.sanvean-mail-ru>