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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to