LAN access over bluetooth

MilE webmaster at fcntl.net
Thu Mar 24 12:51:28 PST 2005


Hi,

I have a couple of bluetooth USB dongles and I would like to use these to connect my laptop to my home LAN.
I went through the basic setup steps described in handbook. I have configured hcsecd, sdpd and rfcomm_ppdd.

hcsecd.conf
device {
        bdaddr  00:20:E0:27:8C:0C;
        name    "URKO";
        key     nokey;
        pin     "1234";
}

ppp.conf
rfcomm-server:
 set timeout 0
 set lqrperiod 10
 set ifaddr 192.168.1.10 192.168.1.11-192.168.1.20 255.255.255.0
 accept dns
 enable lqr
 enable proxy
 accept lqr
 disable pap
 deny pap
 disable chap
 deny chap

Freebsd gateway has address 192.168.1.1.

ipconfig on windows laptop
 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.12
   Subnet Mask . . . . . . . . . . . : 255.255.255.255
   Default Gateway . . . . . . . . . : 192.168.1.12
   DNS Servers . . . . . . . . . . . : 193.2.1.66
                                           193.2.1.72

It connects fine... I can send mails and receive them...
But when i try to open a webpage it disconnects... and doesnt open a page...
Whats wrong? 

thanks,
mile



More information about the freebsd-bluetooth mailing list