Can't use internet on SE K610i via FreeBSD box

Andrew Belashov bel at orel.ru
Fri Jun 8 05:17:58 UTC 2007


Hello, Petyo!

Petyo Milotinov wrote:
> 
>    Here is the rfcomm-server entry in /etc/ppp/ppp.conf:
> 
> =====================================================================
> rfcomm-server:
>  set timeout 0
>  set lqrperiod 10
>  set ifaddr 192.168.0.1 192.168.0.2 255.255.255.0
>  enable lqr
>  accept lqr
>  # Do not use PPP authentication. Assume that
>  # Bluetooth connection was authenticated already
>  disable pap
>  deny pap
>  disable chap
>  deny chap
> =====================================================================

Add following two lines to the rfcomm-server section:
=====================================================================
rfcomm-server:
  enable force-scripts
  set dial "TIMEOUT 5 CLIENT CLIENTSERVER\\c"
=====================================================================


--
With Best Regards,
Andrew Belashov.


More information about the freebsd-bluetooth mailing list