Date: Thu, 24 Mar 2005 21:51:22 +0100 (CET) From: MilE <webmaster@fcntl.net> To: freebsd-bluetooth@freebsd.org Subject: LAN access over bluetooth Message-ID: <20050324205122.42DC8396811@smtp.amis.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050324205122.42DC8396811>
