Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2005 14:08:44 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        MilE <webmaster@fcntl.net>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: LAN access over bluetooth
Message-ID:  <42433A6C.8010605@savvis.net>
In-Reply-To: <20050324205122.42DC8396811@smtp.amis.net>
References:  <20050324205122.42DC8396811@smtp.amis.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

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

ok

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

that looks fine

> 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

that looks fine to.

> 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

ok

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

huh? what do you mean "disconnects"? is lan connection does down or you 
just cant open web pages? if you can send and receive emails then 
browser should work just fine. any errors on either side? anything the 
log (/var/log/ppp.log and /var/log/messages)?

max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42433A6C.8010605>